Restore GRUB Ubuntu 9.10 (Lucid lynx)

Posted on | Monday, July 19, 2010 | 4 Comments

Bila anda pernah menginstall OS windows, dengan kondisi komputer anda sudah terinstall UBUNTU 9.10. secara otomatis windows akan menutupi GRUB milik UBUNTU sehingga tidak dapat booting dari ubuntu.
Berikut cara mengembalikan (restore) bootloader ubuntu 9.10:

  1. Nyalakan PC/laptop anda dan atur agar booting dengan liveCD / flashdisk (yang sudah dibuatkan ubuntu live dari CD). Cara mengubah urutan booting (boot priority) dapat dilihat juga disini!
  2. Masukkan cd ubuntu 9.10 / flashdisk (tergantung yang mana yang sudah disiapkan).
  3. Pilin try ubuntu without any changes to your computer, tunggu hingga ubuntu tampil dengan sempurna!
  4. Setelah masuk ubuntu, buka terminal. defaultnya klik applications > accessories > terminal (tekan kombinasi tombol ctrl-alt-f2)
  5. Ketik sudo fdisk -l untuk melihat partisi yang ada. Hasilnya muncul tulisan seperti di bawah ini:    Disk/dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xb196b196

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 4570 36703768+ 7 HPFS/NTFS
    Partition 1 does not end on cylinder boundary.
    /dev/sda2 4570 14593 80514441+ f W95 Ext’d (LBA)
    Partition 2 does not end on cylinder boundary.
    /dev/sda5 4570 10394 46781248+ 7 HPFS/NTFS
    /dev/sda6 10395 10643 2000061 82 Linux swap / Solaris
    /dev/sda7 10644 12108 11767581 83 Linux
    /dev/sda8 12109 14593 19960731 83 Linux

    Disk /dev/sdb: 8088 MB, 8088715264 bytes
    249 heads, 62 sectors/track, 1023 cylinders
    Units = cylinders of 15438 * 512 = 7904256 bytes
    Disk identifier: 0×0005bb5f

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 1023 7896506 b W95 FAT32
    Partition 1 has different physical/logical endings:
    phys=(1023, 248, 62) logical=(1022, 248, 62)
  6. Sekarang ketik sudo mount -t ext4 /dev/sda7 /mnt/. CATATAN: sda7 adalah nama partisi Linux di komputer saya. Lihat tulisan yang dicetak tebal pada langkah nomor 5 di atas. Anda bisa menggantinya sesuai dengan nama partisi Linux di komputer Anda.
  7. Ketik sudo mount -t proc proc /mnt/proc/
  8. Ketik sudo mount -t sysfs sys /mnt/sys/
  9. Ketik sudo mount -o bind /dev/ /mnt/dev/
  10. Ketik sudo chroot /mnt/ /bin/bash
  11. Ketik grub-install /dev/sda. Hasilnya muncul tulisan seperti di bawah ini:
    Installation finished. No error reported.
    This is the contents of the device map /boot/grub/device.map.
    Check if this is correct or not. If any of the lines is incorrect,
    fix it and re-run the script `grub-install’.

    (hd0) /dev/sda
    (hd1) /dev/sdb
  12. Ketik grub-install /dev/sda7. Hasilnya muncul pesan seperti ini:
    grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea.
    grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and its use is discouraged.
    Installation finished. No error reported.
    This is the contents of the device map /boot/grub/device.map.
    Check if this is correct or not. If any of the lines is incorrect,
    fix it and re-run the script `grub-install’.

    (hd0) /dev/sda
    (hd1) /dev/sdb
  13. UPDATE (20 Nov 2009): ketik update-grub. Hasilnya seperti di bawah ini:
    Generating grub.cfg …
    Found linux image: /boot/vmlinuz-2.6.31-14-generic
    Found initrd image: /boot/initrd.img-2.6.31-14-generic
    Found memtest86+ image: /boot/memtest86+.bin
    Found Microsoft Windows XP Professional on /dev/sda1
    done
  14. Sekarang ketik reboot untuk merestart komputer. Hasilnya, bootloader akan kembali seperti semula.
  15. Jangan lupa mengeluarkan LiveCD Ubuntu atau Flashdisk (berisi OS Ubuntu) yang dipakai untuk booting tadi. Jika tidak, komputer akan booting lagi dari CD/Flashdisk.

    PS: Tip ini penting untuk mencegah kasus Windows yang tidak bisa booting dan selalu muncul pesan error: no such device, meski tampil (dan bisa dipilih) pada menu bootloader. Lihat posting soalerror: no such device selengkapnya.
    Selamat mencoba! (azzahra.net)
Kindle Wireless Reading Device, Free 3G, 6" Display, White, 3G Works Globally - Latest Generation

Comments

4 Responses to “Restore GRUB Ubuntu 9.10 (Lucid lynx)”

  1. Anonymous
    September 7, 2010 at 8:24 AM

    muantebh... seeppphhhh buanget... bikin mumedh...

  2. JULIAN IRWANTO
    September 8, 2010 at 1:10 AM

    tinggal ngikutin langkahnya aja satu persatu. gampang koq. yang penting teliti! aku sudah coba dan bisa!

  3. Anonymous
    September 13, 2010 at 1:00 AM

    klo mnurutq si kpanjangan... aq cuman pake sbaris aja... tinggal "sudo grub-install --root-directory='/media/label_partisi_filesystem' /dev/sda" gitu aja cukup...

  4. JULIAN IRWANTO
    November 15, 2010 at 1:51 PM

    ternyata begitu bisa ya? okedeh nanti di coba kalo ada kasus.tengkyu

Leave a Reply

Followers