Show the GRUB Menu by Default on Ubuntu顯示GRUB菜單默認情況下,在Ubuntu
When Ubuntu boots, you normally briefly see a screen that says “GRUB loading.當Ubuntu的靴子,你通常短暫地看到一個屏幕,說:“GRUB的負荷。 please wait… Press Esc to enter the menu…”請稍候...按Esc進入菜單...“
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.如果你是黑客在你的系統,寧願總是看到GRUB菜單(進入命令行選項,例如),有一個簡單的解決方法。
Open up the /boot/grub/menu.lst file in your favorite text editor.打開文件/ boot / grub / menu.lst文件檔案在你喜愛的文本編輯器。 I'm using gedit:我使用gedit:
sudo gedit /boot/grub/menu.lst須藤gedit文件/ boot / grub / menu.lst文件
Now find the section that looks like this:現在發現的部分看起來像這樣:
## hiddenmenu ##hiddenmenu
# Hides the menu by default (press ESC to see the menu) #隱藏菜單,默認情況下(按ESC看看菜單)
hiddenmenu hiddenmenu
Put a # before hiddenmenu to comment that line out:把前添加一個#hiddenmenu該行發表評論指出:
## hiddenmenu ##hiddenmenu
# Hides the menu by default (press ESC to see the menu) #隱藏菜單,默認情況下(按ESC看看菜單)
#hiddenmenu #hiddenmenu
Save the file, and you should see the menu the next time you reboot.保存該文件,您應該看到菜單在您下一次重新啟動。

Daily Email Updates每日電子郵件更新
You can get our how-to articles in your inbox each day for free.你可以得到我們的指導性文章在您的收件箱每天免費。 Just enter your name and email below:只要輸入您的姓名和電子郵件如下:


