分页: 8 / 8

Re: 用 grldr 引导WinXP/Ubuntu双系统基础教程(图文)

发表于 : 2010-10-11 22:10
secowu
10.10已经没有这个文件了。
menu.lst 在 /boot/grub/menu.lst ,

Re: 用 grldr 引导WinXP/Ubuntu双系统基础教程(图文)

发表于 : 2010-10-12 15:41
TeliuTe
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

不知道该怎么解决,求帮助。
我的10.04也没再使用/boot了,menu.lst 是这样写的(参考: viewtopic.php?f=24&t=295835 ):

代码: 全选

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

Re: 用 grldr 引导WinXP/Ubuntu双系统基础教程(图文)

发表于 : 2010-10-16 16:08
bearboy
明白了! :em11

Re: 用 grldr 引导WinXP/Ubuntu双系统基础教程(图文)

发表于 : 2010-10-17 1:10
bearboy
grldr是什么,它在windos启动时做些什么?它怎么找到linux分区的? :em01