LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-18-2004, 08:43 AM   #16
Aerick
LQ Newbie
 
Registered: Apr 2004
Location: SLC, Utah
Distribution: Red Hat 9.1
Posts: 14

Rep: Reputation: 0

I just noticed that GRUB was installed on my WinXP drive instead of my Linux drive. In fact, the whole /boot directory,resource, drive, whatever, was installed on my WinXP drive. I'm also guessing that it was installed over some of my normal WinXP files that are essential for booting. I already re-copied the ntldr and netdetect.com files from the XP CD back to the "C:" drive on my XP HDD but I still get the "System Disk" error when trying to boot from that drive instead of my Linux drive.

Strange though, I remember specifying that the bootloader (during the Red Installation) be placed on my hdb (used to be my Win98 HDD and is now my Linux HDD), however, I allowed the installer to automatically configure my drives for installation, and perhaps that's when it decided to place the /boot directory on my XP HDD.

I'm curious to know if Ryknow215 had the same scenario...

I'm also still curious to know exactly how the boot process works for Linux. Such as what point does it try and switch control from GRUB to a windows compononent? What do the command lines in GRUB mean? What file in Windows is it looking for to boot? Knowing the answers to those questions I'm sure will lead to a solution.
 
Old 04-18-2004, 10:30 AM   #17
shobhit
Member
 
Registered: Sep 2003
Location: kolkata
Distribution: Fedora 7
Posts: 60

Rep: Reputation: 15
you can put your windows disk as master, remove the linux disk and boot form the windows CD to the rescue mode.
at the command prompt you could try
fixboot
fixmbr
after that it should work just fine. i mean revert back to your original master and slave settings
 
Old 04-18-2004, 02:14 PM   #18
Aerick
LQ Newbie
 
Registered: Apr 2004
Location: SLC, Utah
Distribution: Red Hat 9.1
Posts: 14

Rep: Reputation: 0
Wouldn't that screw up my linux boot though? I guess that will at least allow me to boot into Windows and get to all of my data, and then I can retry to load Linux with the correct boot options - I'm guessing I should leave off my Windows XP drive completely from the installation. My only wish is that I could somehow access the Windows drive while in Linux, but that's a different subject.

By the way, my Windows drive IS currently my master, and always has been.
 
Old 04-18-2004, 10:39 PM   #19
Aerick
LQ Newbie
 
Registered: Apr 2004
Location: SLC, Utah
Distribution: Red Hat 9.1
Posts: 14

Rep: Reputation: 0
Unhappy

Tried fixboot. Didn't work. Tried bootcfg /rebuild. Didn't work. Tried copying over the ntoskrnl.exe again from the CD. Didn't work. But now at least I get the NTLDR missing message. I'll keep hacking at it. I'm hesitant to try the fixmbr option because the warning message says I could kill access to all my partition (by screwing with the partition table) and I have a lot of data I'd like to still access (which I'm sure I'd still be able to do with a fresh install of XP.)
 
Old 04-22-2004, 10:08 PM   #20
Ryknow215
Member
 
Registered: Dec 2003
Location: Connecticut
Distribution: Fedora Core 2
Posts: 55

Original Poster
Rep: Reputation: 15
To be honest, i haven't messed around with the grub stuff in a while. I just got so frustrated that i didn't really care. So i put a brand new 120 GB hard drive in the master slot, set up XP on it, put my linux drive as secondary slave and book up linux via bootdisk. Otherwise, i boot into XP normally.

I tried to update grub through the fedora installation cd's but it said that no kernel packages were installed to my hdd so grub wasn't updated. if anybody knows how to get grub working w/o a reinstallation of fedora, that would be helpful .
 
Old 05-14-2004, 09:40 PM   #21
Hadhubhi
LQ Newbie
 
Registered: May 2004
Distribution: Gentoo Linux
Posts: 5

Rep: Reputation: 0
Well, I seem to be having this exact same issue...

I have a Dell Dimension desktop like andymullins... I tried installing Mandrake 10 on my system before I tried Fedora, and its LILO bootloader worked perfectly on both OSs. Unfortunately, I could not get my sound card working. So I had to switch to Fedora.

Anyways. I currently have my Fedora drive as master, and my Win XP as slave.

I'm using the default settings that Fedora put in GRUB ( rootnoverify (hd1,0) chainloader +1 ) and no dice. I tried using "chainloader (hd0,1) +1" but that didn't work either...

I'm worried that I'm going to have to switch back to XP exclusively if I can't get it to boot up. Is anyone getting this problem on, say, Red Hat 9.1? I'm just desperately trying to make the switch to Linux, but this computer seems to have gremlins...
 
Old 05-17-2004, 04:27 PM   #22
Aerick
LQ Newbie
 
Registered: Apr 2004
Location: SLC, Utah
Distribution: Red Hat 9.1
Posts: 14

Rep: Reputation: 0
My issue dealt with Red Hat 9.1. I ended up just redoing the whole process on the same HDD. Installed Win XP first, then added Linux after on it's own partition (that Windows can't see). This required me to add the Linux.bin file to the C:\ and the boot.ini for Windows to allow GRUB to start from the NTLDR boot menu when first starting my machine. Works great now.

I tried a ton of things to get it to work the other way, but ended up screwing up my Windows MBR and having to reinstall Windows just to get at my data before redoing the whole thing from scratch.
 
Old 05-17-2004, 04:57 PM   #23
sandy_obrien
Member
 
Registered: Aug 2003
Posts: 49

Rep: Reputation: 15
I've been having the exact same problem as you guys with Red Hat 9.1

 
Old 05-18-2004, 01:08 AM   #24
btexpress
Member
 
Registered: May 2004
Location: Seattle
Distribution: Fedora Core 4
Posts: 77

Rep: Reputation: 15
Having the same problem with Fedora Core 1
 
Old 05-19-2004, 09:02 AM   #25
JSayK
LQ Newbie
 
Registered: May 2004
Posts: 1

Rep: Reputation: 0
i've also been having the problem of booting windows from a second hard drive, but thanks to portal.suse.com, the following worked for me.

rootnoverify (hd1,0)
makeactive
chainloader +1
map (hd0) (hd1)
map (hd1) (hd0)

hope this helps

Last edited by JSayK; 05-19-2004 at 09:04 AM.
 
Old 05-21-2004, 12:44 PM   #26
Hadhubhi
LQ Newbie
 
Registered: May 2004
Distribution: Gentoo Linux
Posts: 5

Rep: Reputation: 0
JSayK, that did it! Thankee very much.
 
Old 05-22-2004, 02:10 AM   #27
Bambino
LQ Newbie
 
Registered: May 2004
Posts: 16

Rep: Reputation: 0
JSayK,

THANKS! worked for me also!

Bambino
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Booting Windows from the Grub Prompt Kurzweil Linux - Software 28 10-15-2017 04:43 AM
Problem with booting windows in GRUB meinherzbrennt Linux - Newbie 17 09-10-2004 07:46 AM
Problem with GRUB booting Windows 98 bleedingturnips Linux - Software 0 06-15-2004 09:35 AM
GRUB windows xp not booting mirage Linux - Newbie 2 05-14-2003 02:10 PM
booting windows xp with grub! help!! fisch79 Linux - Software 1 02-20-2003 09:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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