English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

ok on my pc i hace alot of choices to boot into and theyre all computer language stuff can i make it so its just vista as a choice and ubuntu
like

vista
ubuntu

???

2007-10-18 20:00:19 · 1 answers · asked by m ray 1 in Computers & Internet Software

1 answers

fire up a Terminal window (Applications > Accessories > Terminal) and type the following into the window:

sudo gedit /boot/grub/menu.lst

Hit ENTER and then type in your password, hit ENTER again and you get access to the boot menu file in gedit.

The default boot entry is defined by the default value. Change this value to reflect which OS you want to boot up automatically. The default value is 0, which means that the first entry in the list (in this case Ubuntu) will be loaded automatically.

If you want to change it so that Windows XP/Vista loads by default, change the value to 4 (because here XP is the fifth item in the list and the numbering system starts at 0). You can also increase the boot menu timeout by changing the value of timeout from the default 10 to something else. Save the file to commit the changes.

2007-10-19 20:02:46 · answer #1 · answered by ELfaGeek 7 · 0 0

fedest.com, questions and answers