Joel Miller wrote:
Barry Berger wrote:
<snip>

be found. /boot is on /dev/hda1, / is on /dev/hda2

<snip>

# The first entry is for LFS.
title LFS 6.0
root (hd0,2)
kernel /boot/lfskernel-2.6.8.1 root=/dev/hda3

<snip>

Given what you said about where your partitions are located, the entry should look like the following:

# The first entry is for LFS.
title LFS 6.0
root (hd0,0)
kernel /boot/lfskernel-2.6.8.1 root=/dev/hda2


I might want to correct that. Unfortunately, I'm a fair bit tired right now so my brain probably isn't firing on all cylanders, but something tells me that you should drop the /boot from the kernel parameter seeing as /boot is on a seperate partition. I think, then the entry should instead look like the following:


# The first entry is for LFS.
title LFS 6.0
root (hd0,0)
kernel /lfskernel-2.6.8.1 root=/dev/hda2

--
Registered LFS User 6929
Registered Linux User 298182

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

Reply via email to