====== Melakukan Recovery GRUB ====== ===== Pesan-Pesan Kesalahan GRUB ===== Baca [[http://www.uruk.org/orig-grub/errors.html|GRUB Error Messages]] ===== Inconsistent filesystem structure ===== Muncul pesan "Inconsistent filesystem structure". Langkah-langkah: * Boot dengan distribusi LiveCD atau LiveUSB * Buka shell root, tahu kan caranya? :-) * Kaitkan sistem berkas root Kuliax Anda ===== GRUB hilang ===== * Boot dengan distribusi LiveCD atau LiveUSB * Buka shell root, tahu kan caranya? :-) * Ketik perintah# grub * Muncul tampilanGNU GRUB version 0.97 (640K lower / 3072K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ] grub> * Ketik perintah `root (hdX,Y)` di prompt grub>, sesuaikan X dan Y dengan posisi partisi root di komputer Andagrub> root (hd0,1) Filesystem type is reiserfs, partition type 0x83 * Ketik perintah `root (hdX)`, sesuaikan X dengan posisi harddisk di komputer Andagrub> setup (hd0) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/reiserfs_stage1_5" exists... yes Running "embed /boot/grub/reiserfs_stage1_5 (hd0)"... 18 sectors are embedded. succeeded Running "install /boot/grub/stage1 (hd0) (hd0)1+18 p (hd0,1)/boot/grub/stage2 /boot/grub/ menu.lst"... succeeded Done.