A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » Storage (alternative)
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

using both SATA and IDE drives and booting from SATA



 
 
Thread Tools Display Modes
  #1  
Old April 8th 07, 07:29 PM posted to comp.sys.ibm.pc.hardware.storage
HamNCheese
external usenet poster
 
Posts: 1
Default using both SATA and IDE drives and booting from SATA

I have a PT800CE-A motherboard and two PATA IDE drives. I am
replacing the failing IDE boot drive with a new SATA drive. But when
I configure the BIOS, I have to put the mobo's SATA channel into IDE
mode (the only SATA options are RAID or IDE) after which POST reports
the SATA drive as IDE Channel 2. My question is, will the SATA drive
boot if it is set to be IDE-2, or am I forced to put my boot device on
IDE-0, meaning I can only boot from a PATA drive?
  #2  
Old April 9th 07, 01:36 AM posted to comp.sys.ibm.pc.hardware.storage
Timothy Daniels
external usenet poster
 
Posts: 418
Default using both SATA and IDE drives and booting from SATA

"HamNCheese" wrote:
I have a PT800CE-A motherboard and two PATA IDE drives.
I am replacing the failing IDE boot drive with a new SATA drive.
But when I configure the BIOS, I have to put the mobo's SATA
channel into IDE mode (the only SATA options are RAID or
IDE) after which POST reports the SATA drive as IDE
Channel 2.
My question is, will the SATA drive boot if it is set to be IDE-2,
or am I forced to put my boot device on IDE-0, meaning I can
only boot from a PATA drive?


Your question is equivalent to asking if the installer will get
the value of "x" right in "rdisk(x)" of the resulting boot.ini file
in order to boot an OS that is installed on the SATA HD.
My guess is that it will. Right now, you probably have only
ch. 0 and ch. 1 available for PATA drives. That accommodates
a maximum value of "3" for "x" in the event that you had 4 PATA
HDs in the system. By assigning the 1st SATA HD to "ch. 2",
the BIOS retains the identity of any remaining PATA drives in the
HD Boot Order. That is, if you still have 4 PATA HDs, their
corresponding values of "x" would (in the default case before
you might have reset the HD Boot Order) be:
x=0 for Master on IDE ch. 0,
x=1 for Slave on IDE ch. 0,
x=2 for Master on IDE ch. 1,
x=3 for Slave on IDE ch. 1.

If you then toss a SATA HD into the mix, it will occupy
"IDE ch. 2" and not displace any of the PATA HDs in the
HD Boot Order. It's possible that by enabling SATA and
thus enabling "IDE ch. 2" and "IDE ch. 3" for SATA HDs
to use, you remove the PATA IDE ch. 1 for 2 PATA HDs,
but the relative positions of the first 2 PATA HDs and the
added 2 SATA HDs would remain.

The way to verify this is to install the OS on the SATA
HD with the PATA HD still connected, and see what the
installer does to the PATA's and SATA's boot.ini files,
looking at the values of "x" in the "rdisk(x)" parameters of
the resulting ARC paths. The installer should set up a
dual-boot menu in the boot.ini file of one of them. If you
install the OS on the SATA HD with the PATA HD
disconnected, it won't set up a dual-boot menu for you.
Please post your results.

*TimDaniels*
  #3  
Old April 9th 07, 05:01 AM posted to comp.sys.ibm.pc.hardware.storage
Andy
external usenet poster
 
Posts: 354
Default using both SATA and IDE drives and booting from SATA

The BIOS will boot whatever disk you place at the top of the list in
the setting Hard Disk Boot Priority under Advanced BIOS Features:

Hard Disk Boot Priority (Press Enter)
Scroll to this item and press Enter to view the following screen:
Phoenix-AwardBIOS CMOS Setup Utility
Hard Disk Boot Priority
1. Pri. Master:
2. Pri. Slave:
3. Sec. Master:
4. Sec. Slave:
5. USBHDD0:
6. USBHDD1:
7. USBHDD2:
8. Bootable Add-in Cards
Item Help
Menu Level ! !
Use or to select
a device, then press + to
move it up, or - to move it
down the list. Press ESC
to exit this menu.

On Sun, 08 Apr 2007 18:29:03 GMT, HamNCheese
wrote:

I have a PT800CE-A motherboard and two PATA IDE drives. I am
replacing the failing IDE boot drive with a new SATA drive. But when
I configure the BIOS, I have to put the mobo's SATA channel into IDE
mode (the only SATA options are RAID or IDE) after which POST reports
the SATA drive as IDE Channel 2. My question is, will the SATA drive
boot if it is set to be IDE-2, or am I forced to put my boot device on
IDE-0, meaning I can only boot from a PATA drive?


  #4  
Old April 9th 07, 06:39 AM posted to comp.sys.ibm.pc.hardware.storage
Arno Wagner
external usenet poster
 
Posts: 2,796
Default using both SATA and IDE drives and booting from SATA

Previously HamNCheese wrote:
I have a PT800CE-A motherboard and two PATA IDE drives. I am
replacing the failing IDE boot drive with a new SATA drive. But when
I configure the BIOS, I have to put the mobo's SATA channel into IDE
mode (the only SATA options are RAID or IDE) after which POST reports
the SATA drive as IDE Channel 2. My question is, will the SATA drive
boot if it is set to be IDE-2, or am I forced to put my boot device on
IDE-0, meaning I can only boot from a PATA drive?


Depends on your boot-maanager and on whether you adjust its
configuration. The BIOS is most likely able to select the SATA drive
as boot device. Both LILO and Grub can run from any device,
but need to be configured for it, either before booting or
interactively during boot (which is not persistent).

I have no idea what minimalistic boot mamagers like that of
Windows XP do.

Arno
  #5  
Old April 9th 07, 10:09 PM posted to comp.sys.ibm.pc.hardware.storage
Rod Speed
external usenet poster
 
Posts: 8,559
Default using both SATA and IDE drives and booting from SATA

Timothy Daniels wrote
HamNCheese wrote


I have a PT800CE-A motherboard and two PATA IDE drives.
I am replacing the failing IDE boot drive with a new SATA drive.
But when I configure the BIOS, I have to put the mobo's SATA
channel into IDE mode (the only SATA options are RAID or
IDE) after which POST reports the SATA drive as IDE Channel 2.
My question is, will the SATA drive boot if it is set to be IDE-2,
or am I forced to put my boot device on IDE-0, meaning I can
only boot from a PATA drive?


Your question is equivalent to asking if the installer will get
the value of "x" right in "rdisk(x)" of the resulting boot.ini file
in order to boot an OS that is installed on the SATA HD.


Nope. That isnt necessarily involved when you specify the boot drive in the bios boot order list.

My guess is that it will. Right now, you probably have only
ch. 0 and ch. 1 available for PATA drives. That accommodates
a maximum value of "3" for "x" in the event that you had 4 PATA
HDs in the system. By assigning the 1st SATA HD to "ch. 2",
the BIOS retains the identity of any remaining PATA drives in the
HD Boot Order.


You dont know that.

That is, if you still have 4 PATA HDs, their corresponding values of "x" would (in the default
case before you might have reset the HD Boot Order) be:
x=0 for Master on IDE ch. 0,
x=1 for Slave on IDE ch. 0,
x=2 for Master on IDE ch. 1,
x=3 for Slave on IDE ch. 1.


If you then toss a SATA HD into the mix, it will occupy "IDE ch. 2"


Or that.

and not displace any of the PATA HDs in the HD Boot Order. It's possible that by enabling SATA
and thus enabling "IDE ch. 2" and "IDE ch. 3" for SATA HDs to use, you remove the PATA IDE ch. 1
for 2 PATA HDs, but the relative positions of the first 2 PATA HDs and the added 2 SATA HDs would
remain.


Or that.

The way to verify this is to install the OS on the SATA
HD with the PATA HD still connected, and see what the
installer does to the PATA's and SATA's boot.ini files,
looking at the values of "x" in the "rdisk(x)" parameters of
the resulting ARC paths. The installer should set up a
dual-boot menu in the boot.ini file of one of them.


Makes more sense to not go that route in his situation.

If you install the OS on the SATA HD with the PATA HD
disconnected, it won't set up a dual-boot menu for you.


And the last thing he need is a dual boot menu.

Please post your results.



  #6  
Old April 10th 07, 04:20 AM posted to comp.sys.ibm.pc.hardware.storage
Timothy Daniels
external usenet poster
 
Posts: 418
Default using both SATA and IDE drives and booting from SATA

"Rod Speed" wrote:
Nope. That isnt necessarily involved when you specify
the boot drive in the bios boot order list.

You dont know that.

Or that.

Or that.

And the last thing he need is a dual boot menu.



You're so helpful, Rod. Why don't you tell us how
it works?

*TimDaniels*
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Any SATA External Enclosures That Work With Dell Precision SATA Drives? Will Dell Computers 1 January 3rd 07 07:35 AM
SATA II drives on a SATA I interface? M. Hale Dell Computers 4 June 5th 06 02:29 AM
Can You Use Generic SATA Drives in Compaq SATA RAID Arrays? Will Compaq Computers 0 February 5th 06 05:57 AM
Gigaraid drives not found when booting from SATA Frank Gigabyte Motherboards 0 August 10th 05 06:42 PM
Regarding Acronis Booting SATA Drives. Brian K Dell Computers 1 May 3rd 05 12:18 AM


All times are GMT +1. The time now is 07:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.