Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 09-07-2005, 08:01 AM   #1 (permalink)
TSF Veteran
 
norin's Avatar
 
Join Date: Dec 2004
Location: L-Town, Maine
Posts: 1,748
OS: WinXP Pro SP3

My System

Send a message via Yahoo to norin
Help Configuring Grub [a second question]

as you may have seen in my previous post i asked how to take out old Kernel entries, and have taken care of that, now i have another question, in grub.conf i have WinXP Pro as an entry at the bottom with FC3 default boot after 3 seconds, if i want to boot into WinXP i need to choose that before FC3 boots up, seeing as how i play WoW very often in small increments of time i need to keep restarting the comp if i shut it down, and or if i am using programs only available for Windows i.e. games, which cannot be used in Wine, i moved the WinXP Pro entry from the bottom of the grub.conf entry to the top above the FC3 entry, the default boot is set to one, which i ignorantly assume is the first entry, or as in the case of refering to the windows registry or hex values that means yes or as i thought at one point it could have meant the second entry, but it always booted into the first so that ruled that out. i restarted and yet it still chose FC3 over WinXP Pro entry. could someone explain how i can go about editing to choose WinXP first as default boot.? i know sad isn't it? but if Wine was capable of playing WoW i would be using FC3 for everything, other times i am in FC3 really.

thanks again

norin
__________________
norin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 09-07-2005, 08:50 AM   #2 (permalink)
Tech
 
Join Date: Aug 2005
Posts: 770
OS: Windows XP


Not absolutly sure,but I think you need to run Make Config after
configuration changes.
Another way is to reinstall grub after changes.
leroys1000 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-07-2005, 11:11 AM   #3 (permalink)
TSF Veteran
 
norin's Avatar
 
Join Date: Dec 2004
Location: L-Town, Maine
Posts: 1,748
OS: WinXP Pro SP3

My System

Send a message via Yahoo to norin
if i need to make a new config how can i go about that.
__________________
norin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-07-2005, 12:22 PM   #4 (permalink)
Tech
 
Join Date: Aug 2005
Posts: 770
OS: Windows XP


Usually,you open a terminal window like bash and CD to the directory
that the config file is located,then type in makeconfig and hit enter.
leroys1000 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-07-2005, 01:06 PM   #5 (permalink)
TSF Veteran
 
norin's Avatar
 
Join Date: Dec 2004
Location: L-Town, Maine
Posts: 1,748
OS: WinXP Pro SP3

My System

Send a message via Yahoo to norin
ok, i can do that but once i make a config file will it just use the current config? or will i have to edit it? basically if i can edit my current config without making a new one, how can i edit it to use the WinXP Pro entry as the default entry to boot into rather than FC3
__________________
norin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-07-2005, 01:13 PM   #6 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Severn, MD
Posts: 370
OS: XP SP2


Send a message via AIM to Aeuzent Send a message via MSN to Aeuzent Send a message via Yahoo to Aeuzent
Quote:
Originally Posted by leroys1000
Not absolutly sure,but I think you need to run Make Config after
configuration changes.
Another way is to reinstall grub after changes.
That's silly

All you need to do is edit one single line. Somewhere in the config file there is a number code that tells Grub which entry is the default boot. It counts down from the top so just figure out which one is XP and set it for that. The script varries from distro to distro so I'd need to see your Grub config file to tell you exactally what to change.
Aeuzent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-07-2005, 04:58 PM   #7 (permalink)
Tech
 
Join Date: Aug 2005
Posts: 770
OS: Windows XP


Yeah,I'm silly.
Here it is:

Looks like you need to set it to 0 instead of 1.

GRUB Configuration
Grub's configuration and system files are usually stored in /boot/grub. Many of these files we will not be important to us. We will focus on menu.lst (that's a lower-case "L" and not a "1").
menu.lst is the file which defines the boot menu and options. In the UNIX tradition, lines beginning with '#' are ignored and many lines are in an 'option = value' format. The file begins with a few optional global settings:


# By default, boot the first entry.
default 0

The first entry (here, counting starts with number zero, not one!) will be the default choice.


# Boot automatically after 30 secs.
timeout 30

As the comment says, GRUB will boot automatically in 30 seconds, unless interrupted with a keypress.


# Fallback to the second entry.
fallback 1

If, for any reason, the default entry doesn't work, fall back to the second one (this is rarely used, for obvious reasons).
leroys1000 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-07-2005, 06:10 PM   #8 (permalink)
TSF Veteran
 
norin's Avatar
 
Join Date: Dec 2004
Location: L-Town, Maine
Posts: 1,748
OS: WinXP Pro SP3

My System

Send a message via Yahoo to norin
yes current'y it is set to 1 so i will set it to 0 and see if that works thanks for the help.
__________________
norin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-07-2005, 07:57 PM   #9 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Severn, MD
Posts: 370
OS: XP SP2


Send a message via AIM to Aeuzent Send a message via MSN to Aeuzent Send a message via Yahoo to Aeuzent
Quote:
Originally Posted by norin
yes current'y it is set to 1 so i will set it to 0 and see if that works thanks for the help.
That's assuming that XP comes first
The script is gennerated by the Annaconda installer so who knows.
Aeuzent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 05:26 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85