Show the GRUB Menu by Default on Ubuntu Rādīt GRUB pēc noklusējuma Menu par Ubuntu
When Ubuntu boots, you normally briefly see a screen that says “GRUB loading. Kad Ubuntu zābaki, parasti īsi redzēt ekrāns, kas saka "GRUB loading. please wait… Press Esc to enter the menu…” lūdzu uzgaidiet ... Nospiediet Esc, lai ievadītu izvēlnes ... "
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. Ja Jums ir hakeru ap savu sistēmu, un vēlētos, lai vienmēr redzēt GRUB izvēlni (lai ievadītu komandrindas opcijas, piemēram), tur ir viegli noteikt.
Open up the /boot/grub/menu.lst file in your favorite text editor. Atvērt / boot / grub / menu.lst failu savā iecienītākajā teksta redaktorā. I'm using gedit: Es, izmantojot gedit:
sudo gedit /boot/grub/menu.lst sudo gedit / boot / grub / menu.lst
Now find the section that looks like this: Tagad atrast sadaļu, kas izskatās šādi:
## hiddenmenu # # Hiddenmenu
# Hides the menu by default (press ESC to see the menu) # PaslÄìpt izvēlni default (nospiediet taustiņu ESC, lai redzētu izvēlne)
hiddenmenu hiddenmenu
Put a # before hiddenmenu to comment that line out: Put # pirms hiddenmenu piezīmēja, ka line out:
## hiddenmenu # # Hiddenmenu
# Hides the menu by default (press ESC to see the menu) # PaslÄìpt izvēlni default (nospiediet taustiņu ESC, lai redzētu izvēlne)
#hiddenmenu # hiddenmenu
Save the file, and you should see the menu the next time you reboot. Saglabājiet failu, un jums vajadzētu redzēt izvēlnē nākamreiz reboot.

Daily Email Updates Daily Email Updates
You can get our how-to articles in your inbox each day for free. Jūs varat saņemt mūsu how-to rakstus savā pastkastītē katru dienu par brīvu. Just enter your name and email below: Vienkārši ievadiet jūsu vārdu un e-pasta zemāk:


