- Posts: 92
- Thank you received: 0
How do I change the boot sequence on a dual boot laptop?
19 years 10 months ago #6505
by saidfrh
How do I change the boot sequence on a dual boot laptop? was created by saidfrh
I have installed Red Hat on a laptop with WIN XP. The Red Hat is listed first and boots first. It is required to press down arrow to boot Win. I forget to press the down arrow and red Hat boots within seconds. How can I change the selection/sequence to have have Win boot listed first, and option to press down arrow/select redhat?
19 years 10 months ago #6511
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Replied by sahirh on topic Re: How do I change the boot sequence on a dual boot laptop?
In lilo, edit /etc/lilo.conf
for grub i think its menu.lst or something like that.
for grub i think its menu.lst or something like that.
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
- shankarsway
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
19 years 10 months ago #6529
by shankarsway
Replied by shankarsway on topic Re: How do I change the boot sequence on a dual boot laptop?
Hi,
if its LILO , edit /etc/lilo.conf . And find the line "default"
There u can change either "DOS" or "LINUX".
make sure u run the lilo script after making the change using
/sbin/lili -v -v
If ita GRUB , then edit the file /boot/grub/menu.lst and change the default option to "1" from "0"
default =1
save and exit the editor. reboot to make the changes effective.
Thanks
Shankar
if its LILO , edit /etc/lilo.conf . And find the line "default"
There u can change either "DOS" or "LINUX".
make sure u run the lilo script after making the change using
/sbin/lili -v -v
If ita GRUB , then edit the file /boot/grub/menu.lst and change the default option to "1" from "0"
default =1
save and exit the editor. reboot to make the changes effective.
Thanks
Shankar
Time to create page: 0.126 seconds