Alan Feuerbacher wrote:
> On 10/28/2012 5:24 PM, Bruce Dubbs wrote:
>
> Success!
>
>> You should be able to do
>>
>> linux   (hd0,msdos6)/<tab>
>   > and have a list of files show up.  Then fill out the rest of the line.
>
> I ended up with this in grub.cfg :
>
> # Begin /boot/grub/grub.cfg
> set default=0
> set timeout=5
>
> insmod ext2
> set root=(hd0,msdos6)
>
> menuentry "GNU/Linux, Linux 3.5.2-lfs-7.2" {
>           linux   /boot/vmlinuz-3.5.2-lfs-7.2 root=/dev/sdc6 ro
> }
>
> I'm surprised, given all that I've read, that the /boot in front of
> vmlinuz... was necessary.

I'm glad you got it to work, but you made a mounting error when you
created the files for grub.

For instance, from your host system, try

mount /dev/sdc1 /mnt
ls /mnt

You should not have /mnt/boot, but just the kernel, config, grub 
directory, etc.

> Then after a few more startup lines:
>
> lfs-alan login: [ . . . e1000e: NIC Link is Up 1000 Mbps Full Duplex,
> Flow Control: Rx/Tx
> ... IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
>
> It appears to me that the FAIL was resolved, no?

I think the FAIL was for something else.  If your network is working, 
you should be able to ping 192.168.0.1 or whatever your gateway is.

What are the contents of /etc/sysconfig/ifconfig.eth0.  You did update 
it for your network, right?

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to