Thursday, June 2, 2011

How do I change the order of operating systems on my boot loader?

I have Windows Vista Home Premium and Linux Mint Gloria Main. Currently, Vista is the first choice, but I want to switch them. How do I do this?How do I change the order of operating systems on my boot loader?
Grub uses either /boot/grub/menu.lst or /boot/grub/grub.conf to decide that sort of thing. It's usually a text file and it generally accesses menu.lst but on Gentoo for example that's just a link to grub.conf. So do an ls -lt /boot/grub/menu.lst and if it's not a link open it in a text editor (using sudo or gksudo) and change the boot order in the file.



For lilo it is stored in /etc/lilo.conf. Again that is a text editor so just edit it to change the order. Once you finish though, there is one more step. Type %26quot;lilo%26quot; after you close it and before you reboot. This will tell the boot loader to use the new configuration file.



Depending on your boot loader you should be able to get lots of information by opening a terminal and typing either %26quot;info grub%26quot; which calls up the manual for using grub and making it do what you want to, or %26quot;man lilo%26quot; which gives you a good description of lilo. I recommend using both programs to learn about your system.How do I change the order of operating systems on my boot loader?
Tell me which boot loader you are using grub or liloHow do I change the order of operating systems on my boot loader?
click on the vista desktop then hit F1 key



type default operating system in the search

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.