请问硬盘安装11.12后怎么找回XP启动菜单
Tofloor
poster avatar
Z819722530
deepin
2011-12-10 21:45
Author
请问硬盘安装11.12后怎么找回XP启动菜单
sudo update-grub后结果如下:
Generating grub.cfg ...
Found background image: linuxdeepin.png
Found Debian background: linuxdeepin.png
Found linux image: /boot/vmlinuz-3.0.0-13-generic-pae
Found initrd image: /boot/initrd.img-3.0.0-13-generic-pae
Found Linux Deepin 11.06.1 (11.06.1) on /dev/sda10
done
Reply Favorite View the author
All Replies
s.******[email protected]
deepin
2011-12-10 22:02
#1
你的windowsxp的分区现在还能看见吗?

如果可以,那么把它挂载上,然后看看对应的文件名是什么(/dev/sda*)
提示:用mount命令

然后修改 /boot/grub/grub.cfg
手动添加启动项

我手头没有winxp,只好找个win7的来给你参考参考

menuentry "Windows 7 (loader) (on /dev/sda2)" { #这个/dev/sda2 要换成你的winxp所在分区
        insmod part_msdos
        insmod ntfs
        set root='(hd0,msdos2)' #(这个也要换)
        search --no-floppy --fs-uuid --set 6C4A89116D568924 #这个也要换, 用 blkid 命令可以查看硬盘的uuid
        chainloader +1  
}
Reply View the author
xiaogang89
deepin
2011-12-10 22:41
#2
在新立德中删除grub相关后再重新装下呢?不知道这样管不管用?反正我装了2个linux和1个windows的情况下用这个办法可以把启动菜单交给第1和第2个linux系统来管理启动的!
Reply View the author
s.******[email protected]
deepin
2011-12-10 23:31
#3
在新立德中删除grub相关后再重新装下呢?不知道这样管不管用?反正我装了2个linux和1个windows的情况下用这个办法可以把启动菜单交给第1和第2个linux系统来管理启动的!
删了重装没意义。
Reply View the author