LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-28-2003, 07:25 PM   #1
241comp
LQ Newbie
 
Registered: Jan 2002
Posts: 14

Rep: Reputation: 0
Dual Boot with HighPoint RAID Array


Ok, I have my computer set up with a RAID01 array using hde, hdf, hdg, hdh on a HPT372 controller. I have Windows 2000 installed on that and the BIOS boots from the RAID array. I have Fedora Core 1 installed on hda with GRUB on /boot at hda1. I am trying to add Fedora Core to my windows boot.ini file. I have gotten a copy of linux.bin onto my Windows drive at h:\linux.bin (H being the Windows boot drive letter). I have edited the boot.ini file, adding the line: h:\linux.bin="Fedora Linux". When I boot the computer and select Fedora Linux from the Windows 2000 Boot Menu, I get the following error:

"Windows could not start because of a computer disk hardware configuration problem.

Could not read from the selected boot disk. Check boot path and disk hardware.

Please check the Windows documentation about hardware disk configuration and your hardware reference manuals for additional information."

Any idea what's going on here? Hardware wise, all 5 of the drives are identical Hitachi 7K250 80GB drives. Thanks for any suggestions or if this has already been covered somewhere - I'd appreciate a link.
 
Old 11-28-2003, 09:54 PM   #2
jdh77
Member
 
Registered: Nov 2003
Location: Texas, where calls to Heaven are but local calls.
Distribution: RH7.1, 7.3, 9.0 Lindows4,5 OpenBSD3.4
Posts: 42

Rep: Reputation: 15
I do not believe you can do what you want THAT way.

I believe M$WinDo$2k will NOT let you boot linux.

I believe if you boot from hda1 /boot and select the operating system you want HERE that you CAN do what you want.

Linux WILL let you boot M$WinDo$2k,

M$WinDo$2k WILL NOT let you boot Linux.

Just use Linux's boot manager instead of M$WinDo$2k's.

O.K. ?
 
Old 11-29-2003, 07:59 AM   #3
241comp
LQ Newbie
 
Registered: Jan 2002
Posts: 14

Original Poster
Rep: Reputation: 0
Well, W2K is supposed to work fine that way (from what I've read), but let's say that it won't for the time being. I edited the device.map file and added hd1 as /dev/hde (first of the 4 drives in my RAID 1 array that W2K is on). Then I added Windows 2000 to the Grub.conf (menu.lst) like this:

title Windows 2000
root (hd1,0)
makeactive
chainloader +1

When I did this and selected Windows 2000 from the GRUB boot menu, I got the following:

Booting 'Windows 2000'

root (hd1,0)
Filesystem type unknown, partition type 0x42\
makeactive
chainloader +1

Do I need to install some sort of RAID driver or something so that GRUB can read my RAID01 array to run Windows 2000?
 
Old 11-29-2003, 09:26 AM   #4
jdh77
Member
 
Registered: Nov 2003
Location: Texas, where calls to Heaven are but local calls.
Distribution: RH7.1, 7.3, 9.0 Lindows4,5 OpenBSD3.4
Posts: 42

Rep: Reputation: 15
Hmmmmm... moot point thou I've read linux willnot... seems like it had to do with the "NTFS" (NT file system)

O.K. you are showing it is a NTFS (type 42) partition.

Several things:

1) hd1 (Depends whether we are talking hd0, hd1, hd2, hd3, hd4, hd5, hd6, hd7 OR hd1-hd8!

(ide0-ide7 OR ide1-ide8))

2) just curious, what kind of motherboard we talking here? I have an Abit w/RAID and I'm able to access the drives without any "RAID" software enabled. Linux cannot use that software anyway. (Not yet that I'm aware of.)

3) I found a program the other day that erases some stuff M$ writes to a hard drive that we don't want there. (NTFS stuff!) zapart.exe 41052 bytes.

I used it the otther day and it solved the problem for me. If you would like I can email as attachment if you'll give me an address. USE AT YOUR OWN RISK of course.

4) Why do you WANT to boot from a RAID drive? M$ insists on being on the 1st drice or "C" drive, or so I've read. Your System Bios MAY allow you to boot from "ANY" drive but that does NOT insure the OS will let you! Linux don't care as long as the "boot" partition is completely within the first 1024 cylinders of the drive.
 
Old 11-29-2003, 09:44 AM   #5
jdh77
Member
 
Registered: Nov 2003
Location: Texas, where calls to Heaven are but local calls.
Distribution: RH7.1, 7.3, 9.0 Lindows4,5 OpenBSD3.4
Posts: 42

Rep: Reputation: 15
I missed it first time around... 8>(

"makeactive"

GRUB "SHOULD" 'make active', try:

from the commandline: fdisk /dev/hd?

then enter: (m for menu) "a" without the quotes 'toggles the bootable flag.'

Incidentally when available use "cfdisk" as it's supposed to be better than "fdisk."
 
Old 11-29-2003, 05:29 PM   #6
241comp
LQ Newbie
 
Registered: Jan 2002
Posts: 14

Original Poster
Rep: Reputation: 0
Ok, thanks for all the help - I got it working. What I had to do is add these two lines:

map (hd0) (hd1)
map (hd1) (hd0)

Quote:
Originally posted by jdh77


1) hd1 (Depends whether we are talking hd0, hd1, hd2, hd3, hd4, hd5, hd6, hd7 OR hd1-hd8!

(ide0-ide7 OR ide1-ide8))
It is definitely hd1

Quote:

2) just curious, what kind of motherboard we talking here? I have an Abit w/RAID and I'm able to access the drives without any "RAID" software enabled. Linux cannot use that software anyway. (Not yet that I'm aware of.)
Actually, this is a KX7-333R motherboard with a built-in Highpoint 372 RAID controller.
Quote:

3) I found a program the other day that erases some stuff M$ writes to a hard drive that we don't want there. (NTFS stuff!) zapart.exe 41052 bytes.
Thanks but since I got it working I'll pass. Though I appreciate your willingness to help me out. If I have any more problems I may take you up on it.

Quote:

4) Why do you WANT to boot from a RAID drive? M$ insists on being on the 1st drice or "C" drive, or so I've read. Your System Bios MAY allow you to boot from "ANY" drive but that does NOT insure the OS will let you! Linux don't care as long as the "boot" partition is completely within the first 1024 cylinders of the drive. [/B]
Well, I'm booting Windows 2000 from my RAID01 array because it is the OS I do most of my development work in and I can't afford to lose my data (plus, I need a fast hard drive).
 
Old 11-29-2003, 05:48 PM   #7
jdh77
Member
 
Registered: Nov 2003
Location: Texas, where calls to Heaven are but local calls.
Distribution: RH7.1, 7.3, 9.0 Lindows4,5 OpenBSD3.4
Posts: 42

Rep: Reputation: 15
O.K.

Just help someone else one of these days!

Hollar if you hurt!!!

8>)
 
Old 01-24-2004, 07:54 PM   #8
Sebboh
Member
 
Registered: Nov 2003
Posts: 53

Rep: Reputation: 15
Quote:
Originally posted by jdh77
I do not believe you can do what you want THAT way.

I believe M$WinDo$2k will NOT let you boot linux.

I believe if you boot from hda1 /boot and select the operating system you want HERE that you CAN do what you want.

Linux WILL let you boot M$WinDo$2k,

M$WinDo$2k WILL NOT let you boot Linux.

Just use Linux's boot manager instead of M$WinDo$2k's.

O.K. ?
By far the only thing that can be more annoying than Microsoft.
 
Old 01-24-2004, 10:58 PM   #9
jdh77
Member
 
Registered: Nov 2003
Location: Texas, where calls to Heaven are but local calls.
Distribution: RH7.1, 7.3, 9.0 Lindows4,5 OpenBSD3.4
Posts: 42

Rep: Reputation: 15
>By far the only thing that can be more annoying than Microsoft

I don't understand. What is implied?
 
Old 07-23-2009, 06:57 PM   #10
josete
LQ Newbie
 
Registered: Jul 2009
Posts: 1

Rep: Reputation: 0
Please send or share me this program: zapart.exe

Jdh77... hi there.

Hey, can you send me this program: zapart.exe?? I'm thinking I need something like that.

Anyone want ot share it?
 
  


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 winxp/ubuntu on raid array and ide drive buildintechie Linux - General 1 10-24-2005 11:35 PM
Problems adding Highpoint 1520 Raid 1 array to working RH9 spifl Linux - Hardware 3 07-16-2005 08:47 AM
Dual-booting on an existing WinXP Raid 1 array?? bobbryce Fedora - Installation 1 06-28-2005 01:51 PM
Dual Boot w/ RAID array pacmanhat Linux - Newbie 1 06-10-2005 12:20 PM
need help installing debian on highpoint raid array sev_v2 Linux - Distributions 2 08-23-2002 04:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:11 PM.

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