• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is there a way to put Vista first on the list in the Grub loader?

Hi, I dual boot Vista and Kubuntu, and I use Vista as my primary OS. However, sometimes when I boot up, but I'm not around, it will boot into Kubuntu since its highlighted because its first on the list. Is there a way to switch that around?
 
Yea, uh I need a little help with that. I got to menu.lst, but it is confusing for me, and I don't have the powers to save and changes. (sorry, I'm a linux noob)
 
Open a command prompt and run

sudo nano /boot/grub/menu.lst

Find the line that has default 0 on it, and change the 0 to the number that Vista is on the list that grub shows you. Keep in mind, it's a 0-based index so the first item on the list is 0, next one is 1, and so on. So if there are 5 total entries in your list, and vista is last you would put a 4 in place of 0.

Then just save the file by hitting ctrl-O, once you confirm the save, hit ctrl-X to close nano.
 
Back
Top