Hello,

Chris Staub wrote:
> Hard to troubleshoot unless we know your exact configuration. Can you
> paste the contents of /boot/grub and paste your menu.lst file?

$ls /boot/grub
device.map     fat_stage1_5  menu.lst   minix_stage1_5     stage1
xfs_stage1_5
e2fs_stage1_5  jfs_stage1_5  menu.lst~  reiserfs_stage1_5  stage2

$cat /boot/grub/menu.lst
title           gutschilinux 0.01
root            (hd0,1)
kernel          /boot/lfskernel-2.6.11.12 root=/dev/hda4

title           Ubuntu, kernel 2.6.12-9-686
root            (hd0,2)
kernel          /boot/vmlinuz-2.6.12-9-686 root=/dev/hda3 ro quiet
splash vga=791
initrd          /boot/initrd.img-2.6.12-9-686
savedefault
boot

title           Ubuntu, kernel 2.6.12-9-686 (recovery mode)
root            (hd0,2)
kernel          /boot/vmlinuz-2.6.12-9-686 root=/dev/hda3 ro single
initrd          /boot/initrd.img-2.6.12-9-686
boot

title           Ubuntu, kernel 2.6.10-5-386
root            (hd0,2)
kernel          /boot/vmlinuz-2.6.10-5-386 root=/dev/hda3 ro quiet splash
initrd          /boot/initrd.img-2.6.10-5-386
savedefault
boot

title           Ubuntu, kernel 2.6.10-5-386 (recovery mode)
root            (hd0,2)
kernel          /boot/vmlinuz-2.6.10-5-386 root=/dev/hda3 ro single
initrd          /boot/initrd.img-2.6.10-5-386
boot

title           Ubuntu, memtest86+
root            (hd0,2)
kernel          /boot/memtest86+.bin
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title           Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title           Microsoft Windows XP Professional
root            (hd0,0)
savedefault
makeactive
chainloader     +1

---------------------
Please note: This is *not* a grub I installed with my LFS installation,
but the "old" grub from my host system which I modified to include my
LFS installation. I chose *not* to re-install grub like the book says.

Btw, my host system is a Ubuntu 5.10.
-- 
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