how to change boot order Lubuntu 11.04? [Solved]

All questions and problems regarding the installation and upgrades of LXDE from USB Stick, Live CD or Web.
Locked
azurehi
Posts: 4
Joined: Tue Jun 07, 2011 2:24 pm

how to change boot order Lubuntu 11.04? [Solved]

Post by azurehi »

Keeping Lubuntu 11.04 updated results in Grub 1.99. To boot windows xp first I have used Startupmanager But this does not work with Grub 1.99.

How, then, do I edit /etc/default/grub. In gnome, I know the command is sudo gedit /etc/default/grub. What would be the equivalent in Lubuntu/LXDE? I have search here and in general but cannot find Exactly how to do this.

Thanks for any help.
Last edited by azurehi on Thu Jul 21, 2011 2:43 am, edited 1 time in total.
azurehi
Posts: 4
Joined: Tue Jun 07, 2011 2:24 pm

Re: how to change boot order Lubuntu 11.04?

Post by azurehi »

I used the following technique:

1. install gedit: "sudo apt-get install gedit"

2. sudo gedit etc/default/grub

3. edit to desired boot preference and save.

4. sudo update-grub and reboot
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: how to change boot order Lubuntu 11.04? [Solved]

Post by amjjawad »

azurehi wrote:Keeping Lubuntu 11.04 updated results in Grub 1.99. To boot windows xp first I have used Startupmanager But this does not work with Grub 1.99.

How, then, do I edit /etc/default/grub. In gnome, I know the command is sudo gedit /etc/default/grub. What would be the equivalent in Lubuntu/LXDE? I have search here and in general but cannot find Exactly how to do this.

Thanks for any help.

Approach (1):
If you know how to configure GRUB manually then:

Code: Select all

sudo leafpad /etc/default/grub
The default text editor in LXDE (and Lubuntu) is Leafpad. No need to install any other Text Editor but that's my opinion :)


Approach (2):
Grub Customizer
http://ubuntuforums.org/showthread.php?t=1664134


Have fun :)
Feel Free to contact me: http://amjjawad.net
Locked