| Author |
Message |
Chloris
Guest
|
Posted:
Tue Nov 29, 2005 9:16 am Post subject:
Can not install OS (WinXP sp2) on SATA |
|
|
I write a driver for SATA (there are two SATA controller). The driver not use
Miniport structure, it have bus driver and function driver.
it works well when OS install in local HD.
But there can not use this driver to install OS on SATA HD (press F6 when
install)
When installing, afer copy system files to SATA HD, it say"Setup cannot set
the required Windows XP configuration information. This indicates an internal
Setup error."
Thanks |
|
| Back to top |
|
 |
David
Guest
|
Posted:
Wed Dec 07, 2005 5:16 pm Post subject:
RE: Can not install OS (WinXP sp2) on SATA |
|
|
Try loading your os on a PATA drive (I assume you have one PATA controller at
least for the optical drive) together with the SATA drivers (ensure that the
SATA drive(s) are connected). Then using Norton Ghost or similar clone your
PATA drive to your SATA drive. Disconnect the PATA drive and leaving all
else as it should be in the final build, restart. You may have to use the
Local Computer Management snap in to reassign the drive letters. Works for
me!
--
David @ Solsletta
"Chloris" wrote:
| Quote: | I write a driver for SATA (there are two SATA controller). The driver not use
Miniport structure, it have bus driver and function driver.
it works well when OS install in local HD.
But there can not use this driver to install OS on SATA HD (press F6 when
install)
When installing, afer copy system files to SATA HD, it say"Setup cannot set
the required Windows XP configuration information. This indicates an internal
Setup error."
Thanks
|
|
|
| Back to top |
|
 |
Chloris
Guest
|
Posted:
Thu Dec 08, 2005 8:31 am Post subject:
RE: Can not install OS (WinXP sp2) on SATA |
|
|
Thank you for you help.
I fix some bugs about the driver, and now it works well.
There are some PnP Irp not returned correctly.
"David" wrote:
| Quote: | Try loading your os on a PATA drive (I assume you have one PATA controller at
least for the optical drive) together with the SATA drivers (ensure that the
SATA drive(s) are connected). Then using Norton Ghost or similar clone your
PATA drive to your SATA drive. Disconnect the PATA drive and leaving all
else as it should be in the final build, restart. You may have to use the
Local Computer Management snap in to reassign the drive letters. Works for
me!
--
David @ Solsletta
"Chloris" wrote:
I write a driver for SATA (there are two SATA controller). The driver not use
Miniport structure, it have bus driver and function driver.
it works well when OS install in local HD.
But there can not use this driver to install OS on SATA HD (press F6 when
install)
When installing, afer copy system files to SATA HD, it say"Setup cannot set
the required Windows XP configuration information. This indicates an internal
Setup error."
Thanks
|
|
|
| Back to top |
|
 |
|
|
|
|