|
| |||||||||
| Tags: boot, boot order, grub |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| To change boot order in GRUB. Now i want to boot in XP automatically without manual selection to go to the DOS bootmenu everytime I start my PC. Any help? |
|
#2
| ||||
| ||||
|
Follow this 1) Open the terminal and change to root with the su command then cd /boot/grub 2) Edit your grub.conf file - If using a GUI then just type gedit grub.conf Code: default=0 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Fedora Core [kernel: 2.4.22-1.2174.nptl] root (hd0,0) kernel /vmlinuz-2.4.22-1.2174.nptl ro root=LABEL=/ rhgb initrd /initrd-2.4.22-1.2174.nptl.img title Fedora Core [kernel: 2.4.22-1.2166.nptl] root (hd0,0) kernel /vmlinuz-2.4.22-1.2166.nptl ro root=LABEL=/ rhgb initrd /initrd-2.4.22-1.2166.nptl.img title Fedora Core [kernel: 2.4.22-1.2115.nptl] root (hd0,0) kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ rhgb initrd /initrd-2.4.22-1.2115.nptl.img They are referred to be number starting at 0 so 0, 1, 2. Change the line default=0 to refer to the correct number. and lower the timeout value to 3 or something. save and quit your text editor and your done. good luck! |
|
#3
| ||||
| ||||
|
Thanks a lot i changed it from default=0 to default=1. Now XP is the default choice.
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "To change boot order in GRUB." | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change xp control panel boot order | Lauren Bacall | Operating Systems | 4 | 10-07-2009 07:27 PM |
| How to change boot order from cd on Windows Xp | Sunny55 | Operating Systems | 3 | 09-06-2009 11:32 PM |
| Can't change boot order in xp | Matrix316 | Operating Systems | 5 | 06-05-2009 09:07 AM |
| How to change dual boot order? | Yancy | Operating Systems | 3 | 08-04-2009 11:29 AM |
| Getting back a Vista boot after removing Linux (dual-boot GRUB menu) | Rob | Vista Help | 2 | 19-05-2008 12:11 AM |