LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-15-2004, 01:32 AM   #1
jeffreyw
LQ Newbie
 
Registered: Oct 2003
Location: Washington
Distribution: Fedora Core 1
Posts: 3

Rep: Reputation: 0
A coupple questions about fedora


hello... im pretty new to linux. ive tried a few distros in the past but i want to use fedora as my linux for good.

1.i have windowsxp pro on another partition on this harddrive. grub dosen't want to see it but i know its there and im not sure how to edit the grub.conf file or anything

2. if i go to install somthing my mouse will freeze up.. im using a usb mouse too..

like i said im a who wants to learn linux so thanks in advance for the help.
 
Old 02-15-2004, 02:20 AM   #2
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
can answer your first question but not the second

first of all you will need to know how many hard drives and partitions you currently have on your system.

if you have one hard drive split into two partitions that is easy becuase the hard drive lable is hd0 for the first partition and hd1 for the second.

you will need to know which one your windows partition is located on

secondly you will need to edit you grub.conf file by using the command

gedit /boot/grub/grub.conf

add the following to the end of this file


title Windows XP
# as far as I can understand it the Windows XP hard disk hd1
# needs to think it is the first disk on the IDE bus in order to boot
# so do a swap and add the following two commands to change it
map (hd0) (hd1)
map (hd1) (hd0)
# you then need to tell grub which hard disk and which partition to read the booting information from
# although you have done a swap using the above commands the disks don't change their labelling
# so use hd1,0 as the root device (in grub all numbering starts at zero)
# the telltale to knowing which partition to add to the rootnoverify option
# is the output of fdisk -l the `*' on /dev/hdb1 showing it's the active or boot partition
rootnoverify (hd1,0)
# now tell grub that you are going to be doing an indirect boot using an external chainloader
# i.e it's going to grab the Windows boot code and run it instead
# of directly loading the linux kernel like it usually does.
chainloader +1
# not sure exactly what makeactive does
# I'm assuming it is marking the root partition you specified
# with the rootnoverify command as the active or boot partition
# if it isn't already marked as the `*' or boot partition
makeactive




save the file and restart your computer
 
  


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
Considering Fedora, A few Questions? KezzerDrix Fedora 9 05-18-2005 09:54 AM
Fedora questions allforcarrie Fedora 4 11-26-2004 12:21 AM
Some Fedora 2 Questions Crimson Ghost Fedora 1 10-24-2004 04:33 PM
2 Questions on Fedora agee220 Linux - Newbie 3 07-04-2004 06:10 PM
Just a few Fedora questions phuqmnb Fedora 4 01-29-2004 06:42 PM

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

All times are GMT -5. The time now is 02:47 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