easyBCD重启项选择neogrub boot loader后进不了windows
发表于 : 2014-09-01 23:24
我在easyBCD设置boot选项,勾选了neogrub boot loader,导致window 7选项后面的勾被消掉,如下图所示
结果重启后进不了windows
根据grub info:http://paste.ubuntu.com/8210235/
Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 112 for .
貌似这个 core.img的位置混乱了,这是原因吗?
怎么办?
我看了网上一个方案是
但是那个/dev/sda是什么?
我windows是装在C盘
在ubuntu下,是/media/esolve
但是我看好像/dev/sda1对应C盘,可是/dev/sda1又进不去
是不是要把/media/esolve mount到/dev/sda1?
然后运行 ?
谢谢
结果重启后进不了windows
根据grub info:http://paste.ubuntu.com/8210235/
Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
in partition 112 for .
貌似这个 core.img的位置混乱了,这是原因吗?
怎么办?
我看了网上一个方案是
代码: 全选
sudo lilo -M /dev/sda mbr
我windows是装在C盘
在ubuntu下,是/media/esolve
但是我看好像/dev/sda1对应C盘,可是/dev/sda1又进不去
是不是要把/media/esolve mount到/dev/sda1?
然后运行
代码: 全选
sudo lilo -M /dev/sda1 mbr
谢谢