Hello,

Thanks to the excellent book as well as LFS users in Internet, I have
managed to install LFS-7.6 which is highly satisfying. As I found Vim a
little complicated, I  installed Nano after compiling. As I have only Wi-Fi
connectivity at this moment, I tried wireless tools but have not been
successful so far. I then tried to boot into Fedora 20 (my host system) in
which wi-fi modem is working.

However, I face one small problem. Here is my grub.cfg file:

_________________________________________________________________________________________________________

set default=0
set timeout=15
insmod ext2
set root=(hd0,6)

menuentry "LFS"  {
                 linux /boot/vmlinuz-3.16.2-lfs-7.6 root=/dev/sda6 ro
}

set root=(hd0,1)
menuentry "Fedora 20" {
                  linux /boot/vmlinuz-3.11.10-301.fc20.i686+PAE
root=/dev/sda1 ro
                  initrd /boot/initramfs-3.11.10-301.fc20.i686+PAE.img
}

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Whenever I try to change booting from Fedora 20 to LFS or vice versa, I had
to press "any key" and then have to add this:

   set root=(hd0,6)    OR
   set root=(hd0,1)

to boot successfully.
Please help me to avoid this problem.
Thanks in advance and regards.
V S Nagasayanam,
[email protected]
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to