Hi guy's
I'm in chapter 9 of the lfs book. I was able to boot my system
, beit no tas I should of have. Here is the deal.
After finishing lfs on a debian knoppix I ran from cd, I wanted to put lilo on a floppy. (on a floppy fist because I wanted to see if all was as it is supposed to be). So I ran "/sbin/lilo -v -b /dev/fd0" . But lilo complaind that some file system was read only and it could there for not execute the command. After much tring and thinking, I did "/sbin/lilo -b /dev/fd0 -r $LFS -v". That worked and I was able to boot from the floppy thus created.
Once in my new lfs system, I did "/sbin/lilo -v" to write lilo to the mbr. But now it complaind that : "/dev/hda4: no such device". What the f**** ? So I did "/sbin/lilo -b /dev/fd0 -v". Again, "/dev/fd0: no such device" And the most wierd part is, I can mound both /dev/hdax and /dev/fd0 fine. I can do any thing I want, (echo "bala" > /dev/fd0 worked fine). But I can't put lilo on either the mbr or a floppy. Any thoughts any one?