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:
- 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!
- Masukkan cd ubuntu 9.10 / flashdisk (tergantung yang mana yang sudah disiapkan).
- Pilin try ubuntu without any changes to your computer, tunggu hingga ubuntu tampil dengan sempurna!
- Setelah masuk ubuntu, buka terminal. defaultnya klik applications > accessories > terminal (tekan kombinasi tombol ctrl-alt-f2)
- 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) - 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.
- Ketik sudo mount -t proc proc /mnt/proc/
- Ketik sudo mount -t sysfs sys /mnt/sys/
- Ketik sudo mount -o bind /dev/ /mnt/dev/
- Ketik sudo chroot /mnt/ /bin/bash
- 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 - 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 - 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 - Sekarang ketik reboot untuk merestart komputer. Hasilnya, bootloader akan kembali seperti semula.
- 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)
Category:
ubuntu
September 7, 2010 at 8:24 AM
muantebh... seeppphhhh buanget... bikin mumedh...
September 8, 2010 at 1:10 AM
tinggal ngikutin langkahnya aja satu persatu. gampang koq. yang penting teliti! aku sudah coba dan bisa!
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...
November 15, 2010 at 1:51 PM
ternyata begitu bisa ya? okedeh nanti di coba kalo ada kasus.tengkyu