LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Boot Loader is Gone after installing Windows 98 (https://www.linuxquestions.org/questions/linux-general-1/boot-loader-is-gone-after-installing-windows-98-a-230384/)

hazarcon 09-14-2004 02:34 AM

Boot Loader is Gone after installing Windows 98
 
I already setup a dual boot between win98 and redhat, when i upgrade my win98 to win98SE, my grub and lilo boot loaderr is gone. How can i bring it back. please help me.

MartinN 09-14-2004 02:44 AM

Windows always assumes that it's the only operating system on the machine and consequently replaces all other boot loaders with it's own boot loader.

What boot loader did you use before? Boot the system with your RedHat CD in rescue mode. As I remember it, there is an option to automatically mount your linux partitions (it will tell you where it mounted them). Then issue this command:
chroot <the directory where it mounted your system>

Now, if you used lilo, run
/sbin/lilo

If you used grub, run
/sbin/grub-install /dev/hda

and reboot

Martin

MartinN 09-14-2004 02:46 AM

Oh, oh! Sorry, I didn't see that this was your first post.

Welcome to LinuxQuestions! :D

Martin

hazarcon 09-14-2004 02:49 AM

Thanks martin, actually this is my first time, i'll try your suggestion tonight.

zLinuxz 09-14-2004 01:48 PM

also, keeping a floppy-boot disk may help out in any other situations like this....so keeping one handy may be a smart move.

zLinuxz


All times are GMT -5. The time now is 01:46 AM.