LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   LILO not in MBR (https://www.linuxquestions.org/questions/linux-newbie-8/lilo-not-in-mbr-133907/)

contactsanil 01-12-2004 03:02 AM

LILO not in MBR
 
I recently had a redhat 9.0 on a windows98 machine.
But i stored my lilo bootloader in another partition instead of MBR.
So only the windows is booting.
How can I modify the MBR? So that I can choose from the two OS.
Please Help.

Sanil

MartinN 01-12-2004 03:49 AM

Hi Sanil! Welcome to LinuxQuestions!

I don't know if your /etc/lilo.conf (the configuration file for lilo) contains entries for both Linux and Windows 98. But following this procedure, you will at least be able to boot Linux and then we can fix your Windows loader later. (The Windows partition will not be damaged, just not accessible.)

o Boot with your RedHat installation CD and type 'linux rescue' at the boot prompt.

o You will now get to a command shell and there will be a text telling you where your Linux partitions are mounted. (/mnt/ something)

o Change root to that directory.
~> chroot /mnt/<the directory described above>

o Possibly edit your /etc/lilo.conf file

o Run lilo
~> /sbin/lilo

o Reboot
~> reboot

Do you want more help or do you know how to edit your lilo.conf file?

Regards
Martin


All times are GMT -5. The time now is 12:06 AM.