Blognya Didiet Untuk OpenSUSE

December 3, 2008

Mengatasi Error GRUB BlankOn 4.0 Meuligoe

Filed under: Linuxku — didiet @ 8:07 am

Setelah Instalasi BlankOn 4.0 di Compieku (Karena Hanya generasi Ubuntu 8.10 saja yang bisa diinstall disini) kemudian setelah itu dilanjutkan dengan instalasi Opensuse 11.0 (Distro Wajib), ternyata ada masalah dengan Grubnya BlankOn 4.0, dimana ada dua Grub yaitu Grubnya Opensuse 11.0 (Ijo abis) dan grubnya BlankON (jadi Ijo juga).

 

Ketika masuk ke Grub yang pertama, dan memilih untuk booting BlankOn, maka akan masuk lagi Grub yang kedua (Grubnya BlankOn), dan akan memilih default yaitu BlankOn itu sendiri, tapi setelah itu akan keluar pesan error yang menyatakan kalo sistem file tidak ada, untuk itu perlu penambahan statement pada grub milik BlankOn, caranya adalah sebagai berikut :
Masuklah ke direktori dimana partisi BlankOn disimpan dalam hal ini saya menggunakan direktori /linux/Ubuntu :
# cd /linux/Ubuntu/ (dlm mode root)

 

Kemudian edit file menu.lst yang terletak di direktori boot/grub/

 

/linux/Ubuntu # vim boot/grub/menu.lst

 

Dan carilah baris dimana option untuk memilih sistem operasi seperti dibawah ini :

 

## ## End Default Options ##

 

title        BlankOn Meuligoe, kernel 2.6.27-7-generic
uuid        af60fede-f42c-41b7-99fb-4fd076a481aa
kernel        /boot/vmlinuz-2.6.27-7-generic root=UUID=af60fede-f42c-41b7-99fb-4fd076a481aa ro quiet splash
initrd        /boot/initrd.img-2.6.27-7-generic
quiet

 

title        BlankOn Meuligoe, kernel 2.6.27-7-generic (recovery mode)
uuid        af60fede-f42c-41b7-99fb-4fd076a481aa
kernel        /boot/vmlinuz-2.6.27-7-generic root=UUID=af60fede-f42c-41b7-99fb-4fd076a481aa ro  single
initrd        /boot/initrd.img-2.6.27-7-generic

 

title        BlankOn Meuligoe, memtest86+
uuid        af60fede-f42c-41b7-99fb-4fd076a481aa
kernel        /boot/memtest86+.bin
quiet

 

### END DEBIAN AUTOMAGIC KERNELS LIST

 

# This is a divider, added to separate the menu items below from the Debian
# ones.
title        Other operating systems:
root

 

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title        Microsoft Windows XP Professional
root        (hd0,0)
savedefault
makeactive
chainloader    +1

 

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title        openSUSE 11.0 - 2.6.25.5-1.1 (on /dev/sda10)
root        (hd0,9)
kernel        /boot/vmlinuz-2.6.25.5-1.1-pae root=/dev/disk/by-id/scsi-SATA_WDC_WD2500AAJS-_WD-WCAT10426274-part10 resume=/dev/sda8 splash=silent showopts vga=0×317
initrd        /boot/initrd-2.6.25.5-1.1-pae
savedefault
boot

 

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title        Failsafe — openSUSE 11.0 - 2.6.25.5-1.1 (on /dev/sda10)
root        (hd0,9)
kernel        /boot/vmlinuz-2.6.25.5-1.1-pae root=/dev/disk/by-id/scsi-SATA_WDC_WD2500AAJS-_WD-WCAT10426274-part10 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe vga=0×317
initrd        /boot/initrd-2.6.25.5-1.1-pae
savedefault
boot

 

tambahkan perintah root (hd0,8) (8 ini adalah nomor partisi yang digunakan untuk BlankOn setelah dikurangi 1 (karena disini saya menggunakan partisi no. 9)

 

sehingga menjadi :
## ## End Default Options ##

 

title        BlankOn Meuligoe, kernel 2.6.27-7-generic
root         (hd0,8) –> pilihan partisi yang harus ditambahkan
uuid        af60fede-f42c-41b7-99fb-4fd076a481aa
kernel        /boot/vmlinuz-2.6.27-7-generic root=UUID=af60fede-f42c-41b7-99fb-4fd076a481aa ro quiet splash
initrd        /boot/initrd.img-2.6.27-7-generic
quiet

 

title        BlankOn Meuligoe, kernel 2.6.27-7-generic (recovery mode)
root         (hd0,8) –> pilihan partisi yang harus ditambahkan
uuid        af60fede-f42c-41b7-99fb-4fd076a481aa
kernel        /boot/vmlinuz-2.6.27-7-generic root=UUID=af60fede-f42c-41b7-99fb-4fd076a481aa ro  single
initrd        /boot/initrd.img-2.6.27-7-generic

 

title        BlankOn Meuligoe, memtest86+
uuid        af60fede-f42c-41b7-99fb-4fd076a481aa
kernel        /boot/memtest86+.bin
quiet

 

### END DEBIAN AUTOMAGIC KERNELS LIST

 

# This is a divider, added to separate the menu items below from the Debian
# ones.
title        Other operating systems:
root

 

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title        Microsoft Windows XP Professional
root        (hd0,0)
savedefault
makeactive
chainloader    +1

 

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title        openSUSE 11.0 - 2.6.25.5-1.1 (on /dev/sda10)
root        (hd0,9)
kernel        /boot/vmlinuz-2.6.25.5-1.1-pae root=/dev/disk/by-id/scsi-SATA_WDC_WD2500AAJS-_WD-WCAT10426274-part10 resume=/dev/sda8 splash=silent showopts vga=0×317
initrd        /boot/initrd-2.6.25.5-1.1-pae
savedefault
boot

 

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda10.
title        Failsafe — openSUSE 11.0 - 2.6.25.5-1.1 (on /dev/sda10)
root        (hd0,9)
kernel        /boot/vmlinuz-2.6.25.5-1.1-pae root=/dev/disk/by-id/scsi-SATA_WDC_WD2500AAJS-_WD-WCAT10426274-part10 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe vga=0×317
initrd        /boot/initrd-2.6.25.5-1.1-pae
savedefault
boot

 

Setelah dilakukan penambahan tersebut barulah, saya dapat masuk BlankOn dengan normal.

3 Comments »

  1. ilmu baru ne …

    Comment by aRai — December 10, 2008 @ 5:59 am

  2. oooooooooooooooo

    Comment by dikmansn — December 13, 2008 @ 9:06 am

  3. mas didiet , salam kenyal…sekenyal-kenyalnya…gwgw tuh yang kemarin ngikutan kursus zimbra mail diindigo, wah akhirnya ketemu sampeyan juga disini…he..he..he..:-)

    Comment by gwgw — September 16, 2009 @ 11:25 pm

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress