Hello:
Please excuse my limited English.
book: 7.5
host distribution: Debian 7
When I boot lfs the computer tell:
"Error: file not found"
"Press any key"
and when press any key I return to grub's menu.
I have one partition for lfs and it is: /dev/sda3
In Debian I write:
cat > /etc/grub.d/40_custom << "EOF"
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply
type the
# menu entries you want to add after this comment. Be careful not to
change
# the 'exec tail' line above.
insmod ext2
set root=(hd0,3)
menuentry "LFS llantones" {
linux /boot/vmlinuz-3.13.3-lfs-7.5 root=/dev/sda3 ro
}
EOF
and then execute: update-grub
Thanks
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page