LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   *sigh* getting grub back. (https://www.linuxquestions.org/questions/linux-software-2/%2Asigh%2A-getting-grub-back-15326/)

lsgroup 03-01-2002 06:40 AM

*sigh* getting grub back.
 
I installed RH, then in my 'stupidty' i installed Windows XP right after, but now my 'grub' is gone, It won't appear on startup

via Windows i gat my self explorer2fs, and put it in write mode, and edited the grub.conf file, with putting in information on the Windows XP, but it doesn't help much since grub won't even start..

How can i fix this? getting grub back.
and with out formating, or destroying any existing partitions

:confused:

Aussie 03-01-2002 09:01 AM

DO "grub-install /dev/hda" to install grub to your MBR.

zmedico 03-11-2002 12:10 PM

boot disk
 
You should always have a floppy to boot from. Its easy to make one using syslinux floppy. All you have to do is copy your kernel (/boot/vmlinuz) onto a FAT formatted floppy, then use syslinux to make the floppy bootable and use syslinux.cfg to pass the kernel parameters.

Here is the url for syslinux
http://syslinux.zytor.com/

Here is an example syslinux.cfg file:

---------------------------------------
default linux
prompt 1
display boot.msg
timeout 100
label linux
kernel vmlinuz
append root=/dev/hda1
---------------------------------------

For more detailed info, read the bootdisk HOWTO at http://www.linuxdoc.org/HOWTO/Bootdisk-HOWTO/index.html

zmedico 03-16-2002 03:24 PM

disregard
 
I just found out how to edit my posts! I tried to delete this one but it won't let me.


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