Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I hav a problem when i load RH7.3 using LILO. I use Win98 in my primary partition and so installed LILO on first boot sector.I used floppy to initially access Linux, but when i configure smart boot manager to load linux using lilo , i only hav a L prompt coming and my machine stops there without processing on...
So each time to access Linux i use boot floppy....
This method will probably replace "smart boot manager" with Lilo.
When you boot into Linux, at command line as root, type "lilo".
Should return "added linux", "added dos", etc....
If there are no error messages, reboot.
Does it work now?
If you want to keep your "smart boot manager", then configure lilo.conf so lilo will install on your linux root partition, (if windows was there before linux, the that would be /dev/hda2 upwards), and then get smart boot to load lilo on the root partition.
The reason your seeing lilo fail is because it was installed on the master boot record and smart boot overwrote it.
Hmmm.....didnt know linux was on the second physical drive.
Use cfdisk (or fdisk) from linux command line (as root) to mark /dev/hdb5 as bootable.....might work....
Thanks for your response but the actual problem i hav sorted out is that when LILO gets started to boot linux i only have a,
L
displayed and machine stops....this might be bcos LILO is not able to go to the secondary boot loader.
Is there any solution to solving this problem or is this a problem in bios...
No, that would be LI according to the LILO manual. L means a problem in the first stage loader such as a disk with >1023 cylinders. There should have been a hex error code after the L though.
It might be worth a try to make a small boot partition somewhere below the 1024:th cylinder; GNU parted will help you with that although it is difficult to shrink a partition while moving its start position.
An easier approach would be to try the linear or lba32 options in the lilo.conf file. Or try another boot loader such as GRUB (which I personally think is much nicer than LILO).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.