Opened 20 years ago

Closed 20 years ago

#838 closed defect (wontfix)

Making the LFS system bootable with a /boot partition

Reported by: Denis_Laventure@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: CVS
Severity: major Keywords:
Cc:

Description

When you create the /boot/grub/menu.lst and you have a /boot partition mounted in /mnt/lfs/boot, you should not add "/boot" before "/lfskernel" for grub to boot the kernel.

The line: kernel --no-mem-option /boot/lfskernel root=/dev/hda4

should be: kernel --no-mem-option /lfskernel root=/dev/hda4

Change History (1)

comment:1 by Matthew Burgess, 20 years ago

Resolution: wontfix
Status: newclosed

The book doesn't mandate any particular partition layout, although by looking at chapter06/creatingdirs.html would suggest that we assume a single partition is being used. As grub works from the root of whatever partition is designated as the boot partition then the instructions are correct for this assumption. Those deviating from the book should be able to adapt the instructions for their own particular configuration.

Cheers,

Matt.

Note: See TracTickets for help on using tickets.