Home > Isuha > MENGGANTI BOOT GRUB MENU DI UBUNTU

MENGGANTI BOOT GRUB MENU DI UBUNTU

Boot grub menu adalah menu pilihan sistem operasi yang anda miliki, misal nya anda memiliki 3 buah sistem operasi, 2 linux dan 1 windos,,saya pastikan OS linuxlah yang akan berada di puncak grub menu,,(asumsi blm di set grub menu nya). nah jika anda tidak memilih dalam waktu 10 detik maka komputer anda akan memilih sistem operasi yang paling atas dari boot grub menu. Untuk mengatur agar sistem operasi yang lebih sering digunakan berada pada pilihan yang paling atas anda dapat menjalankan beberapa perintah berikut :

1.Bukalah terminal, lalu ketik “sudo gedit/boot/grub/menu.lst”.

2.Carilah tulisan

title Ubuntu 8.04, kernel 2.6.24-16-generic root(hd0,7)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=dd1996c3-0ca6-486e-9ce8-fea0fb9d0140 ro quiet splash initrd /boot/initrd.img-2.6.24-16-generic quiet

title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode) root(hd0,7)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=dd1996c3-0ca6-486e-9ce8-fea0fb9d0140
ro single initrd /boot/initrd.img-2.6.24-16-generic

title Ubuntu 8.04, memtest86+ root (hd0,7) 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 system:
root

#this entry automatically added by the Debian installer for a non-linx OS
# on /dev/sda1
title Mac OSX Leopard X86
root (hd0,0)
savedefault
makeactive
chainloader +1

SELANJUTNYA, GANTILAH PILIHANNYA SESUAI DENGAN KEINGINAN ANDA, MISAL:

#this entry automatically added by the Debian installer for a non-linx OS
# on /dev/sda1
title Mac OSX Leopard X86
root (hd0,0)
savedefault
makeactive
chainloader +1

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

title Ubuntu 8.04, kernel 2.6.24-16-generic root(hd0,7)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=dd1996c3-0ca6-486e-9ce8-fea0fb9d0140 ro quiet splash initrd /boot/initrd.img-2.6.24-16-generic quiet

title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode) root(hd0,7)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=dd1996c3-0ca6-486e-9ce8-fea0fb9d0140
ro single initrd /boot/initrd.img-2.6.24-16-generic

title Ubuntu 8.04, memtest86+ root (hd0,7) kernel /boot/memtest86+.bin quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

kemudian save file tersebut dan lakukan reboot,,,

By : ^s0n_g0ku^User avatar


Categories: Isuha
  1. No comments yet.
  1. No trackbacks yet.