Show the GRUB Menu by Default on Ubuntu Prikaži grub Meni Privzeto na Ubuntu
When Ubuntu boots, you normally briefly see a screen that says “GRUB loading. Ko se Ubuntu škornji, običajno na kratko videli zaslon, ki pravi "grub loading. please wait… Press Esc to enter the menu…” prosimo počakajte ... Pritisnite Esc, da vstopite v meni ... "
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. Če ste taksist okoli vašega sistema in bi raje videli, da vedno meni ličink (za vstop možnosti ukazne vrstice, na primer), tam je enostavno popraviti.
Open up the /boot/grub/menu.lst file in your favorite text editor. Odpri / boot / grub / menu.lst datoteke v vaši najljubši urejevalnik besedila. I'm using gedit: Im 'using gedit:
sudo gedit /boot/grub/menu.lst sudo gedit / boot / grub / menu.lst
Now find the section that looks like this: Zdaj našli del, ki izgleda takole:
## hiddenmenu # # Hiddenmenu
# Hides the menu by default (press ESC to see the menu) # Koža menu privzeto (ESC pritisnite za prikaz menija)
hiddenmenu hiddenmenu
Put a # before hiddenmenu to comment that line out: Put # pred hiddenmenu za pripombe, da zvok:
## hiddenmenu # # Hiddenmenu
# Hides the menu by default (press ESC to see the menu) # Koža menu privzeto (ESC pritisnite za prikaz menija)
#hiddenmenu # hiddenmenu
Save the file, and you should see the menu the next time you reboot. Shranite datoteko in jo je treba videti v meniju naslednji čas vi odmevajoč.

Daily Email Updates Dnevni Email Updates
You can get our how-to articles in your inbox each day for free. Lahko dobite našo kako do člankov v vašo mapo »Prejeto vsak dan brezplačno. Just enter your name and email below: Preprosto vpišite vaše ime in e-pošto spodaj:


