我已经在我的laptop.HDDwas 160 to分区100 to上安装了11.10,因为ext3和20 to的swap.Have xp sp3主页在相同的drive.Installation上运行良好,但是现在我没有选择启动到dif
发布于 2011-12-11 14:49:38
据我所知,您无法启动您的Windows操作系统,它只会引导到Ubuntu。我认为Grub2不是安装在Ubuntu11.10安装中来安装和加载grub项的,只需将它们写在您的终端中即可。
sudo apt-get install grub2
sudo update-grub第二行应该输出找到的可引导分区(您的windows xp分区也应该在那里)
发布于 2011-12-11 16:58:55
使用以下命令
grub>find /boot/grub/core.img ( this command will gives values of x and y)
grub>root (hdx,y) (use x and y values in previous command)
grub>kernel /boot/grub/core.img
grub>boot在启动命令之后,您将进入grub 2菜单。选择以启动ubuntu,并运行此命令来恢复grub。
sudo grub-install /dev/sdahttps://askubuntu.com/questions/86901
复制相似问题