Make Grub Bootloader Wait Indefinitely for OS Selection Padaryti išgraužtų bootloadera Palaukite neribotai OS pasirinkimas
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. Jei darai bandymų skirtingų stato daug, nėra nieko labiau erzina, nei paleista ir po to įkelti sistemą į neteisingą pasirinkimą GRUB meniu prieš turite galimybę pasirinkti tai, ką nori. 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. Skaitytojas Viktoras parašė šią Patarimas: Jūs galite tiesiog komentaras iš timeout eilutė visiškai sustabdyti grub iš skynimas nieko, suteikiant Jums laiku gauti savo ryto kava.
All you need to do is open up the /boot/grub/menu.lst file in your favorite text editor (in sudo mode) Viskas, ką jums reikia padaryti, tai atidaryti / boot / grub / menu.lst failą savo mėgstamiausiu teksto redaktoriumi (po sudo režimas)
sudo vi /boot/grub/menu.lst sudo vi / boot / grub / menu.lst
Find the section of the file that contains the timeout information Raskite failą, kuriame timeout informacijos skirsnyje
## timeout sec # # Timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry # Set a timeout, in SEC seconds, prieš automatiškai įkeliant numatytąjį įrašą
# (normally the first entry defined) # (Paprastai pirmojo įrašo apibrėžimą)
# timeout 3 Timeout 3 #
Just put a # before the “timeout 3″ line in the file, then save and restart your computer. Paprasčiausiai # prieš "timeout 3" eilutė failo, tada išsaugoti ir perkrauti kompiuterį.

Now grub will wait forever until you make a choice. Dabar grub bus amžinai laukti, kol jūs atliekate pasirinkimas. This is especially useful if you want to prevent your computer from ever booting into Windows… Tai ypač naudinga, jei nenorite, kad jūsų kompiuterį nuo kada įkėlimui į "Windows ...

Daily Email Updates Dienos paštas Atnaujinimai
You can get our how-to articles in your inbox each day for free. Galite gauti mūsų kaip prie straipsnių į Jūsų pašto dėžutę kasdien nemokamai. Just enter your name and email below: Tiesiog įveskite vardą ir elektroninio pašto adresą žemiau:



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. Ši komanda pradėjo jį iš terminalų į mane ir aš slinkti puslapį su mirksi spausdinimo lange ir ji wouldnt let me pakeisti bet vertybes. I prefer “sudo gedit /boot/grub/menu.lst”. Norėčiau "sudo gedit / boot / grub / menu.lst".
Of course it opened it up in a terminal – it's vi. Žinoma, jis pradėjo ją į terminalą - tai VI. You were probably not issuing the right commands – that's why it wouldn't let you modify any values. Jūs galbūt nebuvo išduoti teisė komandos - tai kodėl jis negali jums pakeisti bet vertybes. gedit is nice, but won't work in a terminal-only window. gedit yra gražus, bet ne dirbti tik terminalo langą.
For a simpler terminal-only editor, try nano: Dėl paprastesnės terminalo tik redaktorius, pabandykite 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. Aš atidariau menu.lst failą teksto redaktoriumi ir pasikeitė, bet aš negaliu išgelbėti, jis sako: "Jūs neturite reikiamų teisių, kad išsaugoti failą. Please check that you typed the location correctly and try again.” Prašome įsitikinti, kad įrašėte vietą ir bandykite vėl. "
What should i do now? Ką man dabar daryti?
Ahhhh, that's the tip I was expecting for Ahhhh, tai tip Aš tikėjosi už
Thank you “How to geek” Ačiū "Kaip Geek"
First let solve one question asked on forum: Why can not save menu.lst -> you are not editing it as root user. Pirmiausia leiskite išspręsti vieną klausimą forume: Kodėl negalima išsaugoti menu.lst -> nesate jį redaguoti kaip naudotojas root.
Now, how can i edit it as root user? Dabar, kaip man jį redaguoti kaip naudotojas root? Simple put sudo before the command you use to edit it. Paprasta įdėti sudo prieš komandą, kurią naudojate jį redaguoti.
I use to open it in a good looking graphical text editor the following command: Naudoti, norėdami atidaryti jį good looking grafinę teksto redaktoriumi šią komandą:
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). Tada, kai pasirenkate jį išsaugoti padės jums, nes jūs jį redaguoti kaip "root" (tai daro sudo ...; paleisti komandos yra root vartotojas).
Well, thanks for such option, but how can i put lines that makes nothing, for example just to have on screen: Na, ačiū už tokia galimybė, bet Kaip aš galiu įdėti eilutes, todėl negalima spręsti, pavyzdžiui, tik, kad ant ekrano:
Ubuntu 9.04 Kernels Ubuntu 9,04 branduolių