Show the GRUB Menu by Default on Ubuntu Tampilkan Menu GRUB dengan default di Ubuntu
When Ubuntu boots, you normally briefly see a screen that says “GRUB loading. Ketika Ubuntu boot, Anda biasanya sebentar melihat layar anda, mengatakan "GRUB loading. please wait… Press Esc to enter the menu…” please wait ... Tekan Esc untuk masuk ke menu ... "
If you are hacking around your system and would prefer to always see the GRUB menu (to enter command-line options, for instance), there's an easy fix. Jika Anda hacking di sistem anda dan akan lebih memilih untuk selalu melihat menu GRUB (untuk memasukkan opsi baris perintah, misalnya), ada yang mudah memperbaikinya.
Open up the /boot/grub/menu.lst file in your favorite text editor. Bukalah / boot / grub / menu.lst file dalam editor teks favorit Anda. I'm using gedit: Saya menggunakan gedit:
sudo gedit /boot/grub/menu.lst sudo gedit / boot / grub / menu.lst
Now find the section that looks like this: Sekarang cari bagian yang terlihat seperti ini:
## hiddenmenu # # Hiddenmenu
# Hides the menu by default (press ESC to see the menu) # Hides menu secara default (tekan ESC untuk melihat menu)
hiddenmenu hiddenmenu
Put a # before hiddenmenu to comment that line out: Letakkan # sebelum hiddenmenu memberikan komentar yang line out:
## hiddenmenu # # Hiddenmenu
# Hides the menu by default (press ESC to see the menu) # Hides menu secara default (tekan ESC untuk melihat menu)
#hiddenmenu # hiddenmenu
Save the file, and you should see the menu the next time you reboot. Simpan file, dan Anda akan melihat menu yang lain kali Anda reboot.

Daily Email Updates Harian Email Pembaharuan
You can get our how-to articles in your inbox each day for free. Anda bisa mendapatkan kita bagaimana-untuk artikel dalam kotak masuk Anda setiap hari secara gratis. Just enter your name and email below: Cukup masukkan nama dan email Anda di bawah ini:


