分页: 1 / 1

硬盘安装Ubuntu遇到麻烦了

发表于 : 2008-07-27 21:58
sgsdxzy
我照http://forum.ubuntu.org.cn/viewtopic.php?p=792837的方法硬盘安装Ubuntu。我的电脑只有一块硬盘,硬盘上有一个主盘C盘,然后是逻辑盘D、E,接着是一个Swap分区,最后是一个EXT3分区。我的Iso等放在E盘下,准备将Ubuntu装到最后的EXT3分区中,我的Menu。lst是这么写的
default 0
timeout 10

title ubuntu 8.04 live cd
find --set-root /casper/vmlinuz
kernel /casper/vmlinuz boot=casper find_iso=/dev/sda[6]
initrd /casper/initrd.gz
boot

title Ubuntu 8.04
root (hd0,7)
kernel /boot/vmlinuz-2.6.24-16-generic ro root=/dev/sda[8]
initrd /boot/initrd.img-2.6.24-16-generic
boot

title WinXp
rootnoverify (hd0,0)
chainloader +1

但是重启选ubuntu 8.04 live cd后过一会儿就一直是
kjournald starting Commit interval 5 seconds
EXT3-fs:mounted filesystem with ordered data mode
EXT3-fs warning:feature flags set on rev 0 fs, running e2fsok is recommended
就一直循环,半天不动,也不进liveCD环境,请问高手该如何解决?

发表于 : 2008-07-27 22:31
adagio
如果你的/casper目录位于E盘的话,这样即可:
title ubuntu 8.04 live cd
root (hd0,5)
kernel /casper/vmlinuz
initrd /casper/initrd.gz
boot
另外要到这里下载vmlinuz和initrd.gz(光盘里的不行!)
32位的
http://archive.ubuntu.com/ubuntu/dists/ ... nt/images/
64位的
http://archive.ubuntu.com/ubuntu/dists/ ... /hd-media/