currently I have an asus g71gx-rx05(bb version) and it was sold to me with vista 64-bit on it. Yesterday i recieved Ubuntu 9.04 in the mail and installed it onto my computer later that evening. I selected the "install side by side" instead of largest continuous space.
Both systems work great. I really have 2 concerns.
1) Can I make Vista the Priority on my boot list instead of ubuntu?
2) is there anyway to customize your boot screen to make it similar to say...vista log in screen?
-
1) Edit the /boot/grub/menu.lst file, or
2) Use a graphical grub editor. (Add/Remove Programs might have one on database.)
For method 1, which is my preferred way, just open up menu.lst with root permissions:
Code:sudo gedit /boot/grub/menu.lst
Code:default NUM
Code:default 0 # this will default to the top of the list, a.k.a. Ubuntu default 4 # this will default to the 5th OS on the list
-
use add remove to download "start-up manager"
-
Cheers...
OS boot priority
Discussion in 'Linux Compatibility and Software' started by Techie09, Aug 20, 2009.