LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-18-2010, 03:43 PM   #16
OhGogh
LQ Newbie
 
Registered: Mar 2010
Posts: 1

Rep: Reputation: 0

Quote:
Originally Posted by k_goos View Post
i have a question i go to my /boot/grub/

and there is no file caled grub.config or menu.lst
It is may be as you are probably using Ubuntu. For Ubuntu, you have to change the 'GRUB_DEFAULT' definition in a different file, namely, /etc/default/grub and run 'update-grub' afterwards to update the
/boot/grub/grub.cfg file. Be aware you have to have root privilege to edit the /etc/default/grub file and run 'update-grub'.
 
Old 07-14-2010, 05:08 AM   #17
Ramsey
LQ Newbie
 
Registered: Jul 2010
Posts: 1

Rep: Reputation: 0
I am trying to do this using the ubuntu grub bootloader and I have no clue what I am doing. Can someone please tell me step by step how to make windows the default boot option?
 
Old 12-07-2010, 09:52 AM   #18
hykorn
LQ Newbie
 
Registered: Sep 2010
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by k_goos View Post
i have a question i go to my /boot/grub/

and there is no file caled grub.config or menu.lst
It's under grub.cfg and I manage to change the default number to my liking thanks to this thread
Note again that the number starts from 0... first boot item is 0.
 
Old 10-03-2011, 08:29 AM   #19
anandakumart
LQ Newbie
 
Registered: Oct 2011
Posts: 1

Rep: Reputation: Disabled
OS Boot Order change

Hi All, I had Linux and Window XP. Mistakenly selected Linux installed drive and formatted the hard drive. Now i do not have good running Linux OS. I want to change the Boot order or cleanly remove my Linux and make windows as only OS. Please help me.
 
Old 10-03-2011, 09:12 AM   #20
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,540

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
First of all, you should start a new post for your problem.

Quote:
Mistakenly selected Linux installed drive and formatted the hard drive
That's not clear. Did you format a drive and install Linux or did you format a drive and install windows?
If you formatted the entire drive, whatever you had on it may or may not be recoverable.

Use whatever Linux CD you have and boot it and open a terminal. Enter sudo fdisk -l(Lower case Letter L in the command) if you are using Ubuntu or one of its derivatives. If you are using another Linux system use: su (hit the enter key) and then type the above command and post the output here. This will show drive/partition information.
 
Old 10-03-2011, 09:24 AM   #21
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,671
Blog Entries: 4

Rep: Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945
It's a bit more complicated when files like menu.lst are "conveniently" generated by tools like Anaconda. You have to figure out how the software that's re-generating the file is doing it.

Ultimately, Grub finds this file and reads it in order to build the screen display. Remember that in Grub's world everything counts upward from zero, not one.

Grub is specifically designed to be a versatile loader program that is easy to configure. But it does oblige you to specify all of the necessary information correctly, and that can be tricky.
 
Old 10-03-2011, 09:24 AM   #22
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
as root
ls /boot/grub

post the results and there should be a file named menu.lst or grub.conf or grub.cfg.

Sorry, disregard, missed page #2 and later posts

Last edited by Larry Webb; 10-03-2011 at 09:30 AM.
 
Old 01-13-2012, 09:53 AM   #23
popeyeray
LQ Newbie
 
Registered: May 2006
Posts: 2

Rep: Reputation: 0
Angry This is the problem!

All you people are just guessing. You're screwing with peoples systems and of course their so pissed off afterwards they don't even respond to your willy nilly responses that you've posted. My IT teacher once told me their are people who KNOW HOW TO DO STUFF, and PEOPLE WHO JUST GUESS!
 
Old 07-31-2012, 03:04 PM   #24
techguru666
LQ Newbie
 
Registered: Jul 2012
Posts: 24

Rep: Reputation: Disabled
http://www.expertslogin.com/linux-ad...nux-in-detail/
This is a good link for Linux boot process. May be you can get some help from here
 
Old 10-26-2012, 08:43 AM   #25
venkatesh51
LQ Newbie
 
Registered: Oct 2012
Posts: 26

Rep: Reputation: Disabled
yes it worked thanks but in my system there are two o.s
In my grub file it showing
linux and other
how can i change other name to windows xp plz help me.........
 
Old 10-26-2012, 10:34 AM   #26
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,540

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
If you are using Grub Legacy with a menu.lst or grub.conf file, just edit the file as root user in a text file and make the change. If you are using a Linux distribution with Grub2 and have a grub.cfg file, post the name of the distribution as the method varies a bit between distributions.
 
Old 10-26-2012, 01:56 PM   #27
venkatesh51
LQ Newbie
 
Registered: Oct 2012
Posts: 26

Rep: Reputation: Disabled
how to change name other to windows my version is redhat 5.5

Quote:
Originally Posted by yancek View Post
If you are using Grub Legacy with a menu.lst or grub.conf file, just edit the file as root user in a text file and make the change. If you are using a Linux distribution with Grub2 and have a grub.cfg file, post the name of the distribution as the method varies a bit between distributions.
redhat linux 5.5
how to change the name of "other" to windwos
 
Old 10-26-2012, 02:56 PM   #28
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,540

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
Quote:
with a menu.lst or grub.conf file, just edit the file as root user in a text file and make the change.
Just change the 'title' line to whatever you want.
 
Old 10-26-2012, 11:43 PM   #29
venkatesh51
LQ Newbie
 
Registered: Oct 2012
Posts: 26

Rep: Reputation: Disabled
not working

Quote:
Originally Posted by yancek View Post
Just change the 'title' line to whatever you want.
if i change the title other to windows(grub.conf)
when system starting it displaying same output i.e
redhat
other
so how to change name of other to windows xp .....
plz help me
 
Old 10-27-2012, 12:53 PM   #30
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,540

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
The grub.conf file is a text file which you can edit with any text editor on Red Hat. Just boot Red Hat, open a terminal as root, go to the /boot/grub/grub.conf file and change the line which says: title other to title windows. I don't understand the difficulty doing this?
 
  


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
Changing boot order CornMaster Fedora 13 10-04-2005 10:13 AM
changing the boot order coopns Linux - Newbie 11 09-14-2004 07:20 AM
Changing start order of tasks at boot..? stellarmarine1 Linux - Enterprise 4 08-25-2004 07:20 AM
changing boot order vasu Mandriva 4 08-25-2003 02:24 PM
changing redhat 7.3 boot order CyberSteve Linux - Software 1 04-20-2003 08:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:24 PM.

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