结果重启后进不了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
谢谢