后面第二块硬盘安装ubuntu 14.02
然后ubuntu可以正常启动,win7启动不了
这是 /boot/grub/grub.cfg 里面win7的启动配置
代码: 全选
menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-364E6F764E6F2E35' {
insmod part_msdos
insmod ntfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 364E6F764E6F2E35
else
search --no-floppy --fs-uuid --set=root 364E6F764E6F2E35
fi
parttool ${root} hidden-
chainloader +1
}