vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have tried installing several commercial Linux distributions (Red Hat 9, SuSE 8.2, Lycoris) on my computer recently, and none of them have been able to boot. I had originally thought that the problem was being caused by a glitch in the BIOS, or in the OSes themselves. After some experimentation with these and a few other distros, I have concluded that the problem is with the GRUB bootloader. How do I remove GRUB and install Lilo? Can I just copy it out of any distribution that uses Lilo, or does it need to be done a certain way? Any help would be great. Thanks. Nick |
| |||
| /sbin/lilo (as root) should do it (...providing that your lilo configuration is okay) -- Nick Ballard wrote: > I have tried installing several commercial Linux distributions (Red > Hat 9, SuSE 8.2, Lycoris) on my computer recently, and none of them > have been able to boot. I had originally thought that the problem was > being caused by a glitch in the BIOS, or in the OSes themselves. > After some experimentation with these and a few other distros, I have > concluded that the problem is with the GRUB bootloader. How do I > remove GRUB and install Lilo? Can I just copy it out of any > distribution that uses Lilo, or does it need to be done a certain way? > Any help would be great. Thanks. > > Nick |
| |||
| On 16 Nov 2003 18:10:52 -0800, in article <109bb5af.0311161810.50fefab5@posting.google.com >, Nick Ballard wrote: > After some experimentation with these and a few other distros, I have > concluded that the problem is with the GRUB bootloader. How do I > remove GRUB and install Lilo? (1) Configure LILO (edit /etc/lilo.conf). (2) Run /sbin/lilo (it rewrites the boot sector). LILO is now in charge of booting. You'll have to decide whether (or not) to "uninstall" the GRUB package iteself. How you do this depends on how you "installed" it. |
| |||
| Nick Ballard wrote: > I have tried installing several commercial Linux distributions (Red > Hat 9, SuSE 8.2, Lycoris) on my computer recently, and none of them > have been able to boot. I had originally thought that the problem was > being caused by a glitch in the BIOS, or in the OSes themselves. > After some experimentation with these and a few other distros, I have > concluded that the problem is with the GRUB bootloader. How do I > remove GRUB and install Lilo? Can I just copy it out of any > distribution that uses Lilo, or does it need to be done a certain way? > Any help would be great. Thanks. > > Nick IIRC, at least SuSE 8.2 allows you to choose the bootloader during installation. Choose LILO instead of the default GRUB, as simple as that. -- hint: my first name is not "spam"! |
| ||||
| Nick Ballard wrote: > After some experimentation with these and a few other distros, I have > concluded that the problem is with the GRUB bootloader. How do I > remove GRUB and install Lilo? Can I just copy it out of any First of all, Are you sure that there is a problem with grub on your machine ? If you really want to install lilo instead of grub. Read the lilo documentation and create a lilo.conf file in /etc according to the docs. And then run /sbin/lilo. HTH Sharninder |