Randy Barlow <randy <at> electronsweatshop.com> writes: > > <snip> > > 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. > > <end/snip>
> > Any ideas how to fix this? > What is the relevant entry in your grub.conf? Specifically, the root= part? Hello Randy, You nailed it In the grub.conf file I had: kernel /boot/kernel-2.6.18-gentoo-r3 root=/dev/hda2 When corrected it worked fine: kernel /boot/kernel-2.6.18-gentoo-r3 root=/dev/sda3 I posted right before crawling into bed...... thanks, James -- [email protected] mailing list

