rocwhite168 wrote:
Bill Longman<bill.longman<at>  gmail.com>  writes:

Yikes. Sorry, I didn't look back through the thread.

Did you notice that you have an extra zero in your CONFIG_PHYSICAL:

CONFIG_PHYSICAL_START=0x1000000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000

The default is 0x100000 for x86.

Thanks for your suggestion! I tried and it seems the previous
problem disappeared but it throws out another  error:

"Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "sda5" or unknown-block(2,0)
Please append ac correct "root=" boot option; here are the
available partitions:
Kernel panic - not syncing: VFS: unable to mount root fs on
unknown-block(2,0)
Pid: 1, comm: swapper Not tainted 2.6.31-gentoo-r10 #2"

I searched the Internet for a while, but still can't find any solutions.
The root partition is definitely sda5, as also specified in the fstab file.

Do you have SATA drives or IDE? If you have IDE, try changing your fstab and grub line from sda5 to hda5. That error is caused by that pretty much every time. Keep in mind, it doesn't matter what the drive reports itself as when booted off the CD, it only matters how the kernel YOU built sees it. It can be set up to see it either way. I have IDE and mine still sees it as hda, hdb etc except for my SATA drive that is hooked up to a card. That one is sda.

If you have SATA drives, I'm back to clueless but thinking on it.

Dale

:-)  :-)

Reply via email to