LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-20-2006, 05:57 PM   #1
Johnny Faster
Member
 
Registered: May 2006
Location: Texas
Distribution: Ubuntu 6.06
Posts: 74

Rep: Reputation: 25
How to Change Grub Boot Order


I recently installed Ubuntu 6.06 and let it do the whole install automatically on my SATA drive.

Grub was installed, and the Ubuntu options were listed first in the boot options, but I only "play" with Ubuntu and XP is what I use to get work done.

Can I change the boot order from Windows ? If so, how ?

If not, how do I do it from Ubuntu (without an avanced degree).

Thanks,

Johnny
 
Old 06-20-2006, 06:03 PM   #2
Gethyn
Member
 
Registered: Aug 2003
Location: UK
Distribution: (X)Ubuntu 10.04/10.10, Debian 5, CentOS 5
Posts: 900

Rep: Reputation: 32
You won't be able to change it from Windows. To change it from inside Ubuntu, edit the file /boot/grub/menu.lst. There will be a line that says
Code:
default 0
Simply change '0' to the number of your Windows install. For example, if your grub has three entries and Windows is the third, change default to 2 (0 is the first entry, not 1).
 
1 members found this post helpful.
Old 06-20-2006, 06:30 PM   #3
Johnny Faster
Member
 
Registered: May 2006
Location: Texas
Distribution: Ubuntu 6.06
Posts: 74

Original Poster
Rep: Reputation: 25
Thanks !

I read that answer elsewhere, but was hoping for Windows access. BTW,

Quote:
"To do is to be" - Descartes
"To be is to do" - Voltaire
"Do be do be do" - Frank Sinatra
is one of my favorits.
 
Old 06-20-2006, 08:38 PM   #4
Johnny Faster
Member
 
Registered: May 2006
Location: Texas
Distribution: Ubuntu 6.06
Posts: 74

Original Poster
Rep: Reputation: 25
How to Edit ?

I found the menu.lst file, but the text editor wouldnt modify it; it was "read only".

What application do you use to modify the menu.lst file ?

Thanks,


Johnny
 
Old 06-20-2006, 08:47 PM   #5
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,153

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
You need root - try "sudo gedit /boot/grub/menu.lst" from a terminal session.
Enter your password when asked.
Standard fullscreen editor.
 
Old 06-20-2006, 09:02 PM   #6
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
https://help.ubuntu.com/community/Gr...hangeDefaultOS
 
Old 06-20-2006, 09:06 PM   #7
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Quote:
Originally Posted by Johnny Faster
I read that answer elsewhere, but was hoping for Windows access.
You won't be able to. Windows is unable to read Linux file systems.

I understand that there are 3rd party utilities to enable Windows to access an ext3 file system, but I don't know how reliable they are.

--Ian
PS: I think the best way to learn Linux is to avoid using Windows where possible, and find out how to get Linux to do what you want.
 
Old 06-20-2006, 10:22 PM   #8
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
I've had no problems using http://www.fs-driver.org to read/write Ext3 from Windows XP.
 
Old 06-21-2006, 04:22 AM   #9
Johnny Faster
Member
 
Registered: May 2006
Location: Texas
Distribution: Ubuntu 6.06
Posts: 74

Original Poster
Rep: Reputation: 25
Success !

After 4 tries I managed to hit the right O/S, so now XP Pro is the default. I wake up & turn on the computer 1st thing to check e-mail, before even my coffee, so I not in any shape to sit there and watch for the Grub to appear and select XP instead of Ubuntu.

So my morings are a little smoother now.



Thanks for the help & advice, especially Syg00 for the exact command. Worked just fine.

The menu.lst file looks interesting, so I've started a thread asking about what else is in there and what it is for.

aysiu, I installed the program from the link (Ext2IFS_1_10b) and installed, but I have no idea what to do next. I wanted to play with Linux from Windows but I managed to run the linux commands. But I would like to start learning this other program. How does it work ?

I can tell this might be an entire thread, so if the answer is complicated, I'll start one rather than letting this thread get way off topic.
 
Old 06-21-2006, 04:46 AM   #10
binary_y2k2
Member
 
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Blog Entries: 1

Rep: Reputation: 31
It's a filesystem driver so windows will be able to see the linux partition and assign it a drive letter.
Take a look at the FAQ for help on how to set what drive letter windows uses. Other than setting the drive letter you don't need to do anything to get it to work. It's just like having a FAT32 partition but with large file support.
 
Old 05-15-2008, 02:14 PM   #11
ichihollow
LQ Newbie
 
Registered: May 2008
Posts: 2

Rep: Reputation: 0
this helped out a loot the command gedit /boot/grub/menu.lst is whats needed in fedora 9. i tried just going through to the file in the file system, and when i opened it up there was nothing there. but after opening terminal and used the gedit command it opened the file where i could edit it. thanks guys.
 
Old 10-13-2008, 01:14 PM   #12
mobinskariya
Member
 
Registered: Sep 2007
Location: Kerala, India
Distribution: ubuntu 10.04
Posts: 367

Rep: Reputation: 55
u need to be root to edit "/boot/grub/menu.lst".so u wont be able to see it(in some distro u can)and u cant modify it.so before editing be sure that you are su.
 
Old 05-30-2009, 08:30 AM   #13
gmhird
LQ Newbie
 
Registered: May 2009
Location: Minnesota
Distribution: Ubuntu 9.04 2.6.28-11
Posts: 2

Rep: Reputation: 0
Thank you

Thank you to all who contributed. This thread answered my question completely and simply so that even a newbie could resolve the issue.
 
Old 02-03-2010, 08:45 PM   #14
corax57
LQ Newbie
 
Registered: Feb 2010
Posts: 2

Rep: Reputation: 0
Thumbs up How to change GRUB boot order

When trying to figure out how to change the GRUB boot order I saw many, many answers to that question. Here is the easiest solution to that question.

Open your terminal and type in --- sudo apt-get install startupmanager

That's it folks. When that's done installing go to your control panel and you'll have a new icon for Startup Manager. All the settings you'll need are there.
 
Old 02-04-2010, 10:59 AM   #15
ichihollow
LQ Newbie
 
Registered: May 2008
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by corax57 View Post
When trying to figure out how to change the GRUB boot order I saw many, many answers to that question. Here is the easiest solution to that question.

Open your terminal and type in --- sudo apt-get install startupmanager

That's it folks. When that's done installing go to your control panel and you'll have a new icon for Startup Manager. All the settings you'll need are there.
or not...
Attached Thumbnails
Click image for larger version

Name:	Screenshot.jpg
Views:	127
Size:	255.6 KB
ID:	2651  
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Change boot order in grub.conf file lmcilwain Fedora 3 07-12-2006 12:33 AM
Have to change boot order in BIOS to boot ubuntu/winxp Minn3h Linux - Software 7 04-01-2006 05:17 PM
Change the boot order in grub buster_balz Linux - Newbie 2 12-23-2004 11:41 AM
how to change boot order Boomba Linux - Newbie 2 01-23-2004 07:33 AM
Change boot order? panicboy Linux - Software 6 01-21-2004 05:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration