|
|
在安装Gentoo之前准备了一个星期的时间阅读了LIVE CD里面的文档,其间经过两次失败,花了两天时间,曾想放弃(没想到要装它也不是一件容易的事),但心有不甘,昨日又花大半日把它给装了进来,(还没装KDE等桌面) 装完GRUB时,重启,遇到以下情况:
从GRUB进入后显示:
Boot 'Gentoo Linux'
root (hd0,9)
filesystem type is ext2fs,partition type 0x83
kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda10
Error15:File no found
press any key to contitue......
然后到回GRUB启动菜单,按C 进入COMMAND-LINE.
grub>kernel(hd0,
#windows xp 分区 NTFS格式
partition num: 0, filesystem type unknown , partiton type 0x7
4-7为FAT32格式
partition num: 4, filesystem type fat , partiton type 0xb
partition num: 5, filesystem type fat , partiton type 0xb
partition num: 6, filesystem type fat , partiton type 0xb
partition num: 7, filesystem type fat , partiton type 0xb
#LINUX swap 分区
partition num: 8, filesystem type unknown , partiton type 0x82
#Gentoo 分区,/boot没有单独划出来,
partition num: 9, filesystem type ext2fs , partiton type 0x83
grub>kernel (hd0,9) /boot/kernel-2.6.11-gentoo-r3 root=/dev/hda10 #enter
grub>boot #enter
以下是出错信息
.
.
.
.
.
.
*starting devfsd.......
/sbin/rc: line 271: /sbin/devfsd: no such file or directory [!!]
*checking root filesystem....
fsck.ext3: no such file or directory while trying to open /dev/hda10
/dev/hda10:
The superblock could not be read or does not describe a correct ext2 filesystem .If the device is valid and it readly contains an ext2 filesystem(and not swap or usf or something else),then the superblick is corrupt,and you might try running e2fsck with an alternate superblock:e2fsck -b 8139 <device>
*filesystem could not be fixed : ( [!!]
Give roo password for maintenance
(Or type control-D for normal startup):
我的/etc/fstab文件编辑如下:
/dev/hda10 / ext3 noatme 1 1
/dev/hda9 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noatme ,ro,user 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/boot/grub/grub.conf如下:
default 0
timeout 30
title windows xp
rootnovertify (hd0,0)
chainloader +1
makeactivate
title gentoo linux
root (hd0,9)
kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda10
还有就是我进入单用户下修改这些文件就时,保存不了,提示这文件是只读属性。
PS: 本人初次接触LINUX,很多地方不是很懂,望大侠能说的明白一点。
PS S:在安装之时, mke2fs -j /dev/hda10 不也肯定加了-j参数,在哪里可以看到,还有,如何修改才能进入GENTOO 工作环境(这样我才能进行以后的工作)
PS S S: WINDOWS XP 能正常进入!!!!!
希望大家赐教!!!! |
|