LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I switch boot loaders? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-switch-boot-loaders-397394/)

drko 12-28-2005 08:25 PM

How do I switch boot loaders?
 
I installed Fedora Core 4, as well as the boot loader that it comes with, the Grub. I found that I prefer the LILO over the Grub, but I have no idea how to install the LILO to the master boot record instead of the Grub.

xine_luo 12-28-2005 11:07 PM

how to remove GRUB?
Code:

fdisk /mbr
How to install LILO?
please google..

drko 12-29-2005 03:03 AM

THANKIES! that worked!

TruongAn 12-29-2005 03:37 AM

Did it really work?
I have been told that:
fdisk /mbr can be called only from a DOS prompt.
And after you do that you cannot boot into linux, how can you install LILO then?

Please explain what did you do exactly.

BinJajer 12-29-2005 06:23 AM

Quote:

Originally Posted by TruongAn
Did it really work?
I have been told that:
fdisk /mbr can be called only from a DOS prompt.
And after you do that you cannot boot into linux, how can you install LILO then?

Please explain what did you do exactly.

Huh? I mean, what is the problem? You can run fdisk /mbr from any running *NIX, not only linux. I did that a few times, on linux, freebsd, Debian GNU/HURD, HP-UX.

Edit: even if you run it from the dos prompt, you just stick the installation CD and select the reistall boot loader option. I guess that it is availible in FC4 (yuck) . Or, you can chroot from ,say SLAX into the / partition and reinstall it normally. Gee, what is the problem.

sundialsvcs 12-30-2005 09:46 AM

No, the original response was bogus... Perhaps s/he was trying to be "clever." Clearly it lead to confusion. (Please, don't do that... especially not here.) :tisk:

"fdisk /mbr" is, of course, a MS-DOS program which would install a Windows or DOS master-boot-record.

If you simply execute the lilo command, it should write its own master boot record, thereby immediately "becoming" the boot-loader of that machine.

The concept is simple ... the MBR is what the BIOS loads and runs when you "boot" the machine, and the MBR, in turn, loads the boot-loader (LILO, GRUB, NTLDR.EXE), which, in turn, loads the operating system.

TruongAn 12-30-2005 09:56 AM

And drko:
What aspects do you think lilo is better than grub?
None of my friend use lilo so I cannot actually lilo work, I know almost nothing about it, please give me some information?

BinJajer 12-31-2005 08:29 AM

Quote:

Originally Posted by TruongAn
And drko:
What aspects do you think lilo is better than grub?
None of my friend use lilo so I cannot actually lilo work, I know almost nothing about it, please give me some information?

I guess that drko will not come back here. Although I must say that:
LILO's
PROS:
-lilo can be much prettier than GRUB
-you can be sure that it is supplied with every distro (as it is distributed w. the kernel)
CONS:
-try to make a kernel update while using lilo... (no way! These bootloaders use different booting techniques.)
-has very complex syntax
-does not support multiple-word names (only, say Debian_Gnu_Linux, never Debian Gnu/Linux)
-is... slower...?
- and most of all, forget about lilo if you have, say BeOS, *BSD or GNU/HURD (Although, BeOS chainloads, maybe I will try... Edit: googled, no way, grub only.)


All times are GMT -5. The time now is 02:11 AM.