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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
08-01-2005, 02:47 AM
|
#1
|
|
LQ Newbie
Registered: Aug 2005
Posts: 14
Rep:
|
Dual Boot option is not working.
I just recently installed Fedora 4 on my computer. When I first purchased my hard drive, I made a 30GB partition for Linux so I could get to know it, the rest of it was for Windows. When my computer starts up it automatically boots up Fedora, with no option to choose between the operating systems I want. My friend tried helping me configure the grub.conf file. When I put in the Fedora CD, I looked at my partitions and it showed this:
(* represents a drop down menu)
*Hard Drives
*/dev/hdc
/dev/hdc1
/dev/hdc3
*/dev/hdc2
/dev/hdc5
Can someone help me with my problem? If not, then how do I delete the partitions, when I put in the Windows CD nothing shows up on the scree n and I tried with Fedora, but it didn't delete them.
Last edited by lowrida; 08-01-2005 at 02:48 AM.
|
|
|
|
08-01-2005, 03:45 AM
|
#2
|
|
Member
Registered: Apr 2005
Location: India
Distribution: Fedora
Posts: 35
Rep:
|
dude....
can u please post ur grub.conf in the page...
may be u need to add the chainloader in it...
if possible just copy ur /boot/grub/grub.conf and post it...
|
|
|
|
08-01-2005, 03:47 AM
|
#3
|
|
Member
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322
Rep:
|
Hello!
Could you post the grub.conf here? I think the file is not configured properly, you don't need to delete any partitions.
|
|
|
|
08-01-2005, 03:52 AM
|
#4
|
|
LQ Newbie
Registered: Aug 2005
Posts: 14
Original Poster
Rep:
|
Sure.
Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hdc
default=0
timeout=25
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora Core (2.6.11-1.1369_FC4)
root (hd0,0)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
title Other
rootnoverify (hd0,4)
chainloader +1
|
|
|
|
08-01-2005, 03:56 AM
|
#5
|
|
Member
Registered: Apr 2005
Location: India
Distribution: Fedora
Posts: 35
Rep:
|
strange man...
the grub.conf is gud...
|
|
|
|
08-01-2005, 03:59 AM
|
#6
|
|
Member
Registered: Apr 2005
Location: India
Distribution: Fedora
Posts: 35
Rep:
|
just remove the # before hiddenmenu.. and reboot the computer..
|
|
|
|
08-01-2005, 04:18 AM
|
#7
|
|
LQ Newbie
Registered: Aug 2005
Posts: 14
Original Poster
Rep:
|
Didn't do much. All it does is make me press any key to get to the menu where to choose betwene Fedora and "other". I still get the same thing.
rootnoverify (hd0,4)
chainloader +1
and it stays like that until I reboot.
|
|
|
|
08-01-2005, 05:58 AM
|
#8
|
|
Member
Registered: Aug 2004
Location: Aberdeen, UK
Distribution: Ubuntu, CentOS, FreeBSD
Posts: 64
Rep:
|
Did you write the bootloader to the Master Boot Record on the primary drive? I had similar problems, and the only way to get both FC4 and Win XP options was to do just that.
|
|
|
|
08-01-2005, 10:40 AM
|
#9
|
|
Member
Registered: Jul 2005
Posts: 161
Rep:
|
Quote:
Originally posted by lowrida
Didn't do much. All it does is make me press any key to get to the menu where to choose betwene Fedora and "other". I still get the same thing.
rootnoverify (hd0,4)
chainloader +1
and it stays like that until I reboot.
|
I am a newbie myself so i could be wrong.
From the kind of response, it seems that either the link points to a valid partition that does not have an OS. How many partition do you have? From your partition table it seems that you only have 3 partitions and (hd0,4) would refer to the fifth partition.
Btw, why is your one and only harddisk (I suppose) at hdc? is there any other harddisk occupying hda or hdb? If yes try this:
map (hd0) (hdx)
map (hdx) (hd0)
rootnoverify (hdx,4)
chainloader +1
Replace x with "2" if you have a total of 2 harddisks at hda and hdb.
Replace x with "1" if you have a total of 1 harddisk at hda and hdb.
Assuming that the fifth partition thingie is correct.
|
|
|
|
08-01-2005, 02:52 PM
|
#10
|
|
LQ Newbie
Registered: Aug 2005
Posts: 14
Original Poster
Rep:
|
Quote:
Originally posted by Navyblue
Btw, why is your one and only harddisk (I suppose) at hdc? is there any other harddisk occupying hda or hdb?
|
I'm not sure. I partitioned it when I first installed Windows, and for some reason the Windows partition was F:\ and the Linux one was C:\.
Quote:
[i[Originally posted by furiousV[/i]
Did you write the bootloader to the Master Boot Record on the primary drive? I had similar problems, and the only way to get both FC4 and Win XP options was to do just that.
|
How do I do that?
|
|
|
|
08-01-2005, 03:02 PM
|
#11
|
|
Member
Registered: Aug 2004
Location: Aberdeen, UK
Distribution: Ubuntu, CentOS, FreeBSD
Posts: 64
Rep:
|
You do it when installing linux. If you want to do it now, you pop in CD 1 (or your DVD) of FC and boot from it. It will ask you if you want to do a fresh install or upgrade your existing Fedore Core installation. Do the upgrade, and look around until you see somthing about your boot loader.
Just be sure you know what you are doing.
|
|
|
|
08-01-2005, 06:14 PM
|
#12
|
|
LQ Newbie
Registered: Aug 2005
Posts: 14
Original Poster
Rep:
|
I checked it, and the only things in it are Fedora and "Other", which is supposed to be windows. Is there a way I can change it from there? I tried and it said it didn't make any changes.
|
|
|
|
08-01-2005, 11:44 PM
|
#13
|
|
Member
Registered: Jul 2005
Posts: 161
Rep:
|
Quote:
Originally posted by lowrida
I'm not sure. I partitioned it when I first installed Windows, and for some reason the Windows partition was F:\ and the Linux one was C:\.
|
Have you tried replacing (hd0,4) to (hd0,2) or (hd0,3)? Would you mind if you can list down all your partitions and which partition is the windows and linux in.
|
|
|
|
08-01-2005, 11:52 PM
|
#14
|
|
LQ Newbie
Registered: Aug 2005
Posts: 14
Original Poster
Rep:
|
Code:
*Hard Drives
*/dev/hdc
/dev/hdc1
/dev/hdc3
*/dev/hdc2
/dev/hdc5
HDC5 is the one with Windows.
|
|
|
|
08-02-2005, 12:14 AM
|
#15
|
|
Member
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137
Rep:
|
Your hard drive configuration there is very interesting (and confusing). I wonder if you could post the output of this:
fdisk -l /dev/hdc
I am also interested in if you know what partitions are primary and which are extended logical drives, as well as their respected mount points.
As for the windows disk not working, a friend of mine ran into that with FC3. I hope you don't have the same nightmare as him. That took a formating of the hd and a flashing of his BIOS to fix (although I think the problem was only the BIOS and the format was for good measure).
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:20 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|