| Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-21-2010, 11:13 AM
|
#1
|
|
LQ Newbie
Registered: Mar 2010
Posts: 2
Rep:
|
changing OS selection at boot selection screen
Good afternoon. I am trying to find the best and correct way to change the Windows Vista selection from the bottom of the selection menu at the system boot screen to the top. Also, I am looking to find out if it is possible to remove the rest of the selections other then the Ubuntu 8.10 choice without corrupting the system. Thanks in advance, and have a Merry Christmas and a safe and happy New Years holiday.
|
|
|
|
12-21-2010, 11:28 AM
|
#2
|
|
Member
Registered: Oct 2010
Distribution: Ubuntu 10.04 , Linux Mint Debian Edition , Microsoft Windows 7
Posts: 385
Rep:
|
Install startupmanager package in Ubuntu.
open a terminal and type
Quote:
|
sudo apt-get install startupmanager
|
You can change boot order, splash image and a few more things with Startup Manager.
__________________
All this was cited from this post
____________________________________________________________________________________________
http://img543.imageshack.us/img543/6...dowaxvgggg.gif
Last edited by silvyus_06; 12-21-2010 at 11:30 AM.
|
|
|
|
12-21-2010, 11:29 AM
|
#3
|
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Slackware 14.0
Posts: 8,464
|
Are you using grub or lilo?
For grub
Edit
Code:
/boot/grub/grub.conf
(or, equivalently, /etc/grub.conf). There's
Look for the line
Code:
default=some number
If the number is 0, the default corresponds to the first in the series of
titles in grub.conf. If it's 1, the default corresponds to the second.
etc..
For lilo
Edit
Look for the line that says
Code:
label=what yo want to boot first,
and change the line that says default= to the above label.
run
to make the changes
Kind regards
Kind regards
|
|
|
|
12-21-2010, 11:30 AM
|
#4
|
|
Senior Member
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 2,901
|
the file you are looking for is /boot/grub/grub.cfg or /boot/grub/menu.cfg(lst?), must be edited as root
though it would probably be easier to change this line
to the one you want as opposed to moving them, but simply moving the menuentry section eg:
Code:
menuentry 'Ubuntu, with Linux 2.6.32-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set d43e0044-5a1d-4f17-abc3-c6fd77b20dd7
echo 'Loading Linux 2.6.32-27-generic ...'
linux /vmlinuz-2.6.32-27-generic root=UUID=44169a1f-a1aa-476a-9837-48ccb9853381 ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-2.6.32-27-generic
}
though the one for windows would be smaller
to the top should also work
just be careful to copy everything including the brackets
|
|
|
|
12-21-2010, 11:38 AM
|
#5
|
|
Member
Registered: Oct 2010
Distribution: Ubuntu 10.04 , Linux Mint Debian Edition , Microsoft Windows 7
Posts: 385
Rep:
|
Quote:
Originally Posted by frieza
the file you are looking for is /boot/grub/grub.cfg or /boot/grub/menu.cfg(lst?), must be edited as root
though it would probably be easier to change this line
to the one you want as opposed to moving them, but simply moving the menuentry section eg:
Code:
menuentry 'Ubuntu, with Linux 2.6.32-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set d43e0044-5a1d-4f17-abc3-c6fd77b20dd7
echo 'Loading Linux 2.6.32-27-generic ...'
linux /vmlinuz-2.6.32-27-generic root=UUID=44169a1f-a1aa-476a-9837-48ccb9853381 ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-2.6.32-27-generic
}
though the one for windows would be smaller
to the top should also work
just be careful to copy everything including the brackets
|
you are right for grub 1 it is /boot/grub/menu.lst
to edit it as root try entering :
Quote:
|
sudo gedit /boot/grub/menu.lst
|
-for grub 1
Quote:
|
sudo gedit /boot/grub/grub.cfg
|
- for grub2
in a terminal
____________________________________________________________________________________________________ __________________
http://img543.imageshack.us/img543/6...dowaxvgggg.gif
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:28 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|