LinuxQuestions.org
Review your favorite Linux distribution.
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 05-18-2004, 03:26 PM   #31
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45

In no way will you lose your win XP (unless you play with partitions with fdisk did that once, regreted it later)

However, we should be able to help you get your System back on track. A guru just offered his help. I will contribute as much of my humble knowledge I can.

We will save you from reinstall and leaving linux
 
Old 05-18-2004, 03:31 PM   #32
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
I can see the error why your win XP won't boot. It gets to Empty partition. Try to change in grub.conf under Win XP to

rootnoverify (hd0,0)

This will get you to the ntfs partition (presumably you have your windows there).
 
Old 05-18-2004, 03:33 PM   #33
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
Quote:
[i]
grub.conf is

default=1
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
title Fedora Core (2.4.22-1.2188.nptl)
root (hd1,0)
kernel /vmlinuz-2.4.22-1.2188.nptl ro root=LABEL=/ rhgb
initrd /initrd-2.4.22-1.2188.nptl.img
title Fedora Core (2.4.22-1.2115.nptl)
root (hd1,0)
kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ rhgb
initrd /initrd-2.4.22-1.2115.nptl.img
title WinXP
rootnoverify (hd0,3)
makeactive
chainloader +1[/B]
rootnoverify (hd0,3) = /dev/hda4
rootnoverify (hd0,0) = /dev/hda1

I believe the other one is where you want to get when booting to win xp. So just change it according to my previous post.

And also post your BIOS boot order. IT seems like you have hd0 as boot in BIOS and you have grub on hd1 or vice versa.
 
Old 05-18-2004, 03:49 PM   #34
btexpress
Member
 
Registered: May 2004
Location: Seattle
Distribution: Fedora Core 4
Posts: 77

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by marghorp


And also post your BIOS boot order. IT seems like you have hd0 as boot in BIOS and you have grub on hd1 or vice versa.
So should default=2 instead of 1 or zero. BIOS order is Floppy, CDROM, IDE. I do not know how to tell it to use the secondary slave ide drive instead of the primary master ide drive. Of course I am assuming that ide in the BIOS means the first hard drive it finds.
 
Old 05-18-2004, 03:54 PM   #35
btexpress
Member
 
Registered: May 2004
Location: Seattle
Distribution: Fedora Core 4
Posts: 77

Original Poster
Rep: Reputation: 15
BTW, I just remembered why I had (hd0,3). On 5/16 I posted:

"I played around with rootnoverify since I saw hda4 from fdisk -l."

It does not work for any of them.
 
Old 05-18-2004, 04:01 PM   #36
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
IDE goes for master harddisk. Which is /dev/hda in linux. or hd0 in GRUB. The order in grub has nothing to do with it (default = 0,1,2 or whatever). The only thing that is important is that GRUB is installed on /dev/hda. How do you get to windows? If you do get to windows.
 
Old 05-18-2004, 04:09 PM   #37
btexpress
Member
 
Registered: May 2004
Location: Seattle
Distribution: Fedora Core 4
Posts: 77

Original Poster
Rep: Reputation: 15
Right now, no windows access. Even fixmbr does not help. I have lost all access to my windows. I can only get to the c drive by using the windows cd. Can I copy some file there that will help with the boot?

I will reinstall windows without formatting and see if I can at least get windows with ide boot and linux on floppy boot. If that works, that will be half the battle. I still want to dual boot with no floppy, I hate the floppy speed and want to set my BIOS to no floppy
 
Old 05-18-2004, 05:49 PM   #38
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
Tell me what happens when you boot. (I can't get to windows) What exactly happens?
 
Old 05-18-2004, 06:27 PM   #39
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
Quote:
May you please explain why fdisk -l says:
/dev/hda4 * 1 1 0 0 Empty
Partition 4 does not end on cylinder boundary. Is the star for boot sector? Did it get there from grub-install?
Not exactly sure, thats why messing with the MBR isn't usually a good idea unless you know what you're doing.
Anyway try this first, boot into Linux with your floppy, remove the bogus hda4 entry using fdisk(or cfdisk, whichever you like), set hda1 to active(ie boot), reboot, make sure hda is the first boot device in bios, and see what happens. Don't worry about GRUB for now.

Last edited by Demonbane; 05-18-2004 at 06:28 PM.
 
Old 05-19-2004, 03:21 AM   #40
btexpress
Member
 
Registered: May 2004
Location: Seattle
Distribution: Fedora Core 4
Posts: 77

Original Poster
Rep: Reputation: 15
My windows dlls are shot. I used the Win CD to reinstall on the same drive w/o formatting but the dlls are lost. I have to reinstall all my programs again, a pain. Since I have to do that, I decided to format my hard drive with FAT32 so that Linux can see it. Now I do not know how to mount it since it says not found in fstab or mtab.

I have a fresh XP install. then I installed Fedora Core 1 without the boot loader option. Here is my fdisk -l

Disk /dev/hdd: 80.0 GB, 80026329600 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 * 1 13 104391 83 Linux
/dev/hdd2 14 9664 77521657+ 83 Linux
/dev/hdd3 9665 9729 522112+ 82 Linux swap

Disk /dev/hda: 20.4 GB, 20411080704 bytes
255 heads, 63 sectors/track, 2481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 2480 19920568+ c Win95 FAT32 (LBA)

No grub.conf since I chose no boot loader option.

What is next?

Thanks.
 
Old 05-19-2004, 05:28 AM   #41
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
mounting in two easy steps

Mounting is easy.

su
<your root password here>

mkdir /mnt/directory_name_of_your_choice
mount -t vfat /dev/hda1 /mnt/directory_name_of_your_choice

Or if you want to mount it automatically at boot, just edit your /etc/fstab file with correct line.

Take an example from your floppy or other lines in fstab file.
 
Old 05-19-2004, 12:08 PM   #42
btexpress
Member
 
Registered: May 2004
Location: Seattle
Distribution: Fedora Core 4
Posts: 77

Original Poster
Rep: Reputation: 15
Hello marghorp.

I figured that out last night while looking at some google search. Now, I just need to make it mounted all the time. I think since I did not umount when I reboot, it is remembering it in /etc/mtab. Please correct me if I am wrong.

I had started another thread asking if somebody else had a distro suggestion that wouyd be simpler but I am finding that Fedora Core is what I want and like, since they all give me the same problem. http://www.linuxquestions.org/questi...hreadid=182933 is turning to become the same discussion as this one and Demonbane is replying there.

So, please allow me to thank you for all your support and let us just keep to one thread and you and I go there from here.
 
Old 05-19-2004, 12:37 PM   #43
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
Just like me :)

So you are like me. I was searching for a simple distro, but all the time I wnated Fedora. And I stick to fedora and discover that it is a simple distro. The only thing bothering me is that FC 2 doesn't make my mouse work. Been living for two days without a mouse now

Ok to your problem. Mounting a partition can be done by fstab or the mount command. I don't think that mtab will still have it mounted after reboot. However, you can do a simple test. Mount, reboot, and then see if it is mounted. I believe it won't be.

For it to be auto mounted at boot, you have to put a line into /etc/fstab file.

A line in fstab looks like this

/dev/hda1 /mnt/some_directory ntfs defaults 0 0

Check out the fstab file and you will get the idea. Or you can check http://linux-ntfs.sourceforge.net/
for details on automounting, just search a little there on how to mount ntfs. Disregard the ntfs driver if you have it already or if you are running kernel 2.6.x

Good luck. Did you get GRUB working. Try to install it. Have some courage. It will pay off eventually
 
Old 05-20-2004, 02:01 PM   #44
btexpress
Member
 
Registered: May 2004
Location: Seattle
Distribution: Fedora Core 4
Posts: 77

Original Poster
Rep: Reputation: 15
Still working on this. I am using smart boot manager to try to boot.

I need to run updates but it has been going on for 13 hours+ through the gui. yum -y upgrade when all the way through but the red ! shows 119 updates available. yum -y update does not respond, or it is responding slower than my patience. I believe it is due to heavy traffic on Red Hat servers.

Is there a mirror site? How do I tell yum to use it instead.
 
Old 05-20-2004, 02:29 PM   #45
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
I believe editing the yum.conf file in your /etc folder. How, I don't know, as I don't use yum. Have only used it to upgrade KDE to 3.2.2 but that failed as it ran out of fallback servers. Bummer.
 
  


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
Dual Boot Fedora Core 3 and Win Xp Pro Lambda_Core Linux - Software 7 07-03-2005 08:06 PM
Fedora Core 3 Dual Boot, Dual Hard drives, Grub Boot Loader Denali03 Linux - Newbie 1 03-04-2005 01:44 PM
SuSE 9.2 Pro / Fedora Core 3 Dual boot iain.ross Linux - Newbie 2 12-12-2004 11:40 AM
dual boot Windows XP Pro and Red Hat Fedora Core 2 j2linux2 Fedora 5 10-01-2004 09:32 AM
WinXP Pro/Fedora Core 2 Dual-Boot Question NanoGamer Linux - Newbie 6 08-30-2004 02:01 AM

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

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