|
|

楼主 |
发表于 2005-12-30 15:44:55
|
显示全部楼层
我还是把出错信息以及fstab和grub.conf的列出来:
错误提示:
Booting command-list
root (hd0,0)
Filesystem type is reiserfs,partition type 0x83
kernel /kernel-2.6.12-gentoo-r6 root=/dev/sda3
Error 15:file not found
Press any key to continue...
grub.conf文件内容:
default 0
timeout 30
splashimage=(hd0,0) /grub/splash.xpm.gz
title=Gentoo Linux-2.6.12-r6
root (hd0,0)
kernel /kernel-2.6.12-gentoo-r6 root=/dev/sda3
fstab文件内容:
/dev/boot /boot ext2 noauto,noatime,notail 1 2
/dev/root / ext3 noatime,notail 0 1
/dev/swap none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc default 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
|