Re: 用 grldr 引导WinXP/Ubuntu双系统基础教程(图文)
发表于 : 2010-10-11 22:10
10.10已经没有这个文件了。
menu.lst 在 /boot/grub/menu.lst ,
menu.lst 在 /boot/grub/menu.lst ,
我的10.04也没再使用/boot了,menu.lst 是这样写的(参考: viewtopic.php?f=24&t=295835 ):iamtt 写了:硬盘安装 Ubuntu 9.04 与 XP 双系统 (含 Grub 不写入 MBR 的方法)
viewtopic.php?f=77&t=217161
我是跟着上面这个帖子安装的10.04,到设置引导程序时,原本分的/boot分区不能被选择。
就是在下面这幅图中
选择/boot则,确定按钮会变灰。于是我退回分区页面,没有给/boot分空间,直接/和swap,再到设置引导程序处,选择/,则可以正常进行了。
后面继续根据上面的帖子进行安装,安装完毕重启电脑时,卡在“casper is resyncing snapshots and caching reboot files...”
强制关机重启,进xp系统,根据帖子删掉 vmlinuz,initrd.gz,menu.lst 三个文件,重启系统,进入Ubuntu时,出现
find menu.lst。。。
commandline
reboot
halt
不知道该怎么解决,求帮助。
代码: 全选
default 0
timeout 5
title Ubuntu 10.04, kernel 2.6.32-21-generic
root (hd0,8)
chainloader +1
boot
title Ubuntu 10.04
root (hd0,8)
kernel /boot/grub/core.img
boot
title Ubuntu 10.04
root (hd0,8)
kernel /vmlinuz ro root=/dev/sda9
initrd /initrd.img
boot
title Ubuntu 10.04
root (hd0,8)
kernel /boot/vmlinuz-2.6.32-24-generic ro root=/dev/sda9
initrd /boot/initrd.img-2.6.32-24-generic
boot