Make Grub Bootloader Wait Indefinitely for OS Selection Make GRUB Bootloader Počkajte na dobu neurčitú pre výber OS
If you are doing a lot of testing of different builds, there's nothing more annoying than rebooting and then having the system boot into the wrong choice on the grub menu before you have a chance to pick the one you want. Ak robíte veľa testovania rôznych stavia, nie je nič viac ako mrzutý reštartu počítača a potom s štarte systému do nesprávnej voľby, ako grub menu máte možnosť vybrať ten, ktorý chcete. Reader Victor wrote in with this tip: You can just comment out the timeout line entirely to stop grub from picking anything, giving you time to get your morning coffee. Victor napísal čitateľ s touto tip: Môžete jednoducho zakomentujte riadok časový limit úplne zastaviť grub z vyberania čokoľvek, takže máte čas, aby si svoju rannú kávu.
All you need to do is open up the /boot/grub/menu.lst file in your favorite text editor (in sudo mode) Všetko, čo musíte urobiť, je otvoriť / boot / grub / menu.lst súbor vo vašom obľúbenom textovom editore (v sudo režime)
sudo vi /boot/grub/menu.lst sudo vi / boot / grub / menu.lst
Find the section of the file that contains the timeout information Nájdite sekcii súboru, ktorý obsahuje informácie, timeout
## timeout sec # # Timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry # Nastaví timeout v sekundách SEC pred automaticky zaviesť štandardný vstup
# (normally the first entry defined) # (Zvyčajne prvá definícia vstupe)
# timeout 3 # Timeout 3
Just put a # before the “timeout 3″ line in the file, then save and restart your computer. Len dať # pred "timeout 3" riadok v súbore, uložte a reštartujte počítač.

Now grub will wait forever until you make a choice. Grub teraz bude čakať večne, kým neurobíte výber. This is especially useful if you want to prevent your computer from ever booting into Windows… To je obzvlášť užitočné, ak chcete chrániť váš počítač pred niekedy bootovanie do Windows ...

Daily Email Updates Denný Svářeč
You can get our how-to articles in your inbox each day for free. Môžete si naše jak-na články vo vašej schránky každý deň zadarmo. Just enter your name and email below: Stačí zadať svoje meno a e-mail nižšie:



That command opened it up in terminal for me and I had to scroll down the page with the blinking typing box and it wouldnt let me modify any values. Príkaz, že ju otvoril až v terminálu pre mňa a musel som prejdite na stránku s blikajúcim písať poľa a nechcel by som ju dajte mi zmeniť všetky hodnoty. I prefer “sudo gedit /boot/grub/menu.lst”. Dávam prednosť "sudo gedit / boot / grub / menu.lst".
Of course it opened it up in a terminal – it's vi. Samozrejme, že ju otvoril až v termináli - je to vi. You were probably not issuing the right commands – that's why it wouldn't let you modify any values. Ste boli pravdepodobne nebude vydávať príkazy práva - to je dôvod, prečo by vás nenechá zmeniť všetky hodnoty. gedit is nice, but won't work in a terminal-only window. gedit je pekný, ale nebude pracovať v termináli-len okno.
For a simpler terminal-only editor, try nano: Pre jednoduchšie terminál-len editor, skúste nano:
sudo nano /boot/grub/menu.lst sudo nano / boot / grub / menu.lst
i opened the menu.lst file in text editor and changed, but i can't save it, it says “You do not have the permissions necessary to save the file. Otvoril som menu.lst súbor v textovom editore a zmeniť, ale nemôže zachrániť to, že hovorí, že "Nemáte oprávnenie potrebné pre uloženie súboru. Please check that you typed the location correctly and try again.” Skontrolujte, že ste zadali umiestnenie správne a skúste to znova. "
What should i do now? Čo mám robiť teraz?
Ahhhh, that's the tip I was expecting for Vida, to je špička Čakal som, že pre
Thank you “How to geek” Ďakujem "Ako to geek"
First let solve one question asked on forum: Why can not save menu.lst -> you are not editing it as root user. Prvý rokov vyriešiť jeden otázka na fóre: Prečo nemožno uložiť menu.lst -> nie ste editáciu ako root.
Now, how can i edit it as root user? Teraz, ako môžem upraviť ho ako root? Simple put sudo before the command you use to edit it. Jednoduché dať pred príkaz sudo pomocou môžete upraviť.
I use to open it in a good looking graphical text editor the following command: Používam ju otvorte v dobre vyzerajúci grafický textový editor nasledujúci príkaz:
sudo gedit /boot/grub/menu.lst sudo gedit / boot / grub / menu.lst
Then when you select to save it will let you, because you are editing it as root (that makes sudo …; run commands being root user). Potom, keď zvolíte uložiť, bude vám, pretože ste editáciu ako root (sudo, vďaka ...; spustiť príkazy za užívateľa root).
Well, thanks for such option, but how can i put lines that makes nothing, for example just to have on screen: No, vďaka za túto možnosť, ale ako môžem dať linky, ktoré je nič, napríklad už preto, že na obrazovke:
Ubuntu 9.04 Kernels Ubuntu 9.04 Jádra