|
|
发表于 2007-12-26 14:26:14
|
显示全部楼层
你的内核配置有问题吧
重新编译一下,
File systems -> Network File Systems -> Root file system on NFS
这项不要选
Post by marlgl;1799999
Stage3 安装完成后,然后重启。
启动时,没一会就抛出以下异常:
Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: insert root floppy and press ENTER
VFS: Cannot open root device "sda3" or unknown-block(2,0)
Please append a correct "root=" boot option option; here are the available partitions:0300 4194302 hda driver: ide-cdrom
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
以下是相应的一些配置文件:
livecd / # fdisk -l
Disk /dev/sda: 120.0 GB, 12....bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280
Device Boot Start End Blocks Id System
/dev/sda1 1 13 104391 83 Linux
/dev/sda2 14 520 4072477+ 83 Linux
/dev/sda3 521 2939 19430617+ 83 Linux
/dev/sda4 2940 14593 93610755 83 Linux
livecd / # cat /etc/fstab
/dev/sda1 /boot reiserfs noauto,noatime,notail 1 2
/dev/sda2 none swap sw 0 0
/dev/sda3 / reiserfs noatime,notail 0 1
/dev/sda4 /home reiserfs noatime,notail 0 0
/dev/cdrom /mnt/cdrom audo noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
livecd / # cat /boot/grub/grub.conf
default 0
timeout 10
title=Gentoo
root (hd0,0)
kernel /boot/kernel ro root=/dev/sda3 doscsi
按照下面这个方法做了,还是抛上面那个错。
解决方法1:把主板驱动(我这里是
Device Drivers --->ATA/ATAPI/MFM/RLL support --->AMD and nVidia IDE support)
和scsi驱动( 我这里是
Device Drivers --->SCSI device support --->SCSI disk support)
编译进内核
我觉得应该是哪里的配置不对 |
|