Selasa, 24 Maret 2009

Bagaimana meRestore GRUB Linux

Kita mempunyai windows 98 dan linux dalam hardisk yang sama dan telah memilih GRUB semagai boot loadernya. Pada waktu boot kita bisa memilih dari menu apakah windows atau linux yang akan dipilih.
Tetapi pada suatu hari dalam keadaan terpaksa kita mereinstall windows yang akan menulis ulang di atas MBR dan kemudian menu pilhan sudah tidak ada lagi. Sekarang hanya windows adalah satu-satunya OS yang ada di komputer.

Apa yang harus dilakukan:
Masukan redhat boot disk yang dibuat pada saat instalasi ke floppy drive, boot system dan run command dari grub.


Remember that for grub (hd0,1) means hda (primary controller master), second partition.


Now we need to tell grub where are the grub files:

If you know where they are type something like:
root (hd0,1)

else if you have no idea, type:
find /boot/grub/stage1
and then the root command with the correct parameters

setup (hd0)
to install it on hd0 that is MBR of the first HD

type quit and reboot
The menu will appear again.
If you want to make some changes to the boot menu, you must edit the file: /boot/grub/menu.lst


A sample menu.lst file is this:


default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz

title Red Hat Linux (2.4.18-14)
root (hd0,1)
kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi
initrd /boot/initrd-2.4.18-14.img
title Red Hat Linux (2.4.18-openmosix3)
root (hd0,1)
kernel /boot/vmlinuz-2.4.18-openmosix3 ro root=/dev/hda2 hdc=ide-scsi
initrd /boot/initrd-2.4.18-openmosix3.img
title WindowsME
rootnoverify (hd0,0)
chainloader +1

Tidak ada komentar:

Posting Komentar