Re: [Unattended] Blue Screen while installing Windows Server 2003

2008-08-13 Thread Paul Lewis
Hi Jeremy,

I think you want to edit the TXTSETUP.SIF file in the I386 folder. I've 
attached a copy of an email I sent to Markus Progl a while back on the same 
subject...

Hope it helps - let me know if you have any questions.

Paul


On 06/08/2008 14:51, Jeremy Fein [EMAIL PROTECTED] wrote:

I'm getting a blue screen error (error 7B) when installing windows server 2003. 
The server restarts after loading everything from the boot CD and copying all 
the files and then boots into a windows installation. From here it loads files 
and begins to start installation, where it immediately comes up with a blue 
screen, error 7B.

I believe this error has to do with drivers, but I have drivers direct from the 
manufacturer. I think it has to do with my txtsetup.oem, which I have no idea 
how to modify to fix this problem. I am using a Sunfire x4200 server, but I 
also tried the install on an HP xw4300 desktop and the same error occured.

Thanks.

---BeginMessage---
Hi Markus,

Yes, I have just about got the 755s working now. I am currently using
Mario's ua-0.5.0 ISO image (because the 0.5.1 has a kernel bug which
cuts off characters from the APPEND string, which is how I pass the
unattended username, password and location to unattended). To get the
SATA drivers working correctly, you'll need to set the SATA device to
AHCI mode (the default when it comes from Dell I think), and then hack
the TXTSETUP.SIF file to make Windows think it already has drivers for
the SATA device (this is equivalent to pressing F6 while starting
text-mode setup).

TXTSETUP.SIF can be found in the I386 folder. The following additions
should be made to the file (you do not need to add the headings in
square brackets - but you do need to ensure that the correct lines go
under the correct headings (preferably at the end so it's easy to see)):

[SourceDisksFiles]
iaStor.sys = 100,,3_,4,1,,,1,4

[HardwareIdsDatabase]
PCI\VEN_8086DEV_2922CC_0106 = iaStor
PCI\VEN_8086DEV_282ACC_0104 = iaStor
PCI\VEN_8086DEV_2829CC_0106 = iaStor
PCI\VEN_8086DEV_2822CC_0104 = iaStor
PCI\VEN_8086DEV_2821CC_0106 = iaStor
PCI\VEN_8086DEV_2682CC_0104 = iaStor
PCI\VEN_8086DEV_2681CC_0106 = iaStor
PCI\VEN_8086DEV_27C3CC_0104 = iaStor
PCI\VEN_8086DEV_27C6CC_0104 = iaStor
PCI\VEN_8086DEV_27C1CC_0106 = iaStor
PCI\VEN_8086DEV_27C5CC_0106 = iaStor
PCI\VEN_8086DEV_2653CC_0106 = iaStor

[SCSI.Load]
iastor = iastor.sys,4

[SCSI]
iastor = Intel(R) ICH9 SATA AHCI Controller
(Desktop/Server/Workstation)
iastor = Intel(R) 82801HEM SATA RAID Controller (Mobile ICH8M-E)
iastor = Intel(R) 82801HEM/HBM SATA AHCI Controller (Mobile ICH8M-E/M)
iastor = Intel(R) ICH8R/ICH9R SATA RAID Controller
(Desktop/Server/Workstation)
iastor = Intel(R) 82801HR/HH/HO SATA AHCI Controller
(Desktop/Server/Workstation)
iastor = Intel(R) 631xESB/632xESB SATA RAID Controller
(Server/Workstation ESB2)
iastor = Intel(R) 631xESB/632xESB SATA AHCI Controller
(Server/Workstation ESB2)
iastor = Intel(R) 82801GHM SATA RAID Controller (Mobile ICH7MDH)
iastor = Intel(R) 82801GR/GH SATA RAID Controller (Desktop ICH7R/DH)
iastor = Intel(R) 82801GR/GH SATA AHCI Controller (Desktop ICH7R/DH)
iastor = Intel(R) 82801GBM SATA AHCI Controller (Mobile  ICH7M/DH)
iastor = Intel(R) 82801FBM SATA AHCI Controller (Mobile  ICH6M)

You can copy and paste the extracts above into your TXTSETUP.SIF, and
that should work for your 755s. If not, you can extract the information
needed for above from the TXTSETUP.OEM file which is found in the same
folder as the Windows XP drivers for the SATA device.

The drivers for the SATA device should then be placed in the
I386\$oem$\$1\Drivers\01 folder. You will then need to add a line to the
unattended answer file (usually WINNT.SIF, but with unattended-gui, it's
in the Web interface, under [Unattended] -- OEM PNP Drivers path - make
sure you enclose in quotes!):

[Unattended]
OEMPnPDriversPath=Drivers\01

If multiple drivers have been added above, then all drivers directories
should be added, separated by semi-colons:

[Unattended]
OEMPnPDriversPath=Drivers\01;Drivers\02

I hope that helps - if not please let me know. If anything is unclear,
email me back and I'll try and clarify.

Cheers,

Paul

-Original Message-
From: Markus Progl [mailto:[EMAIL PROTECTED]
Sent: 04 December 2007 10:06
To: Paul Lewis
Subject: Re: [Unattended] Dells


Hello, did you get the GX 755s running?

Or are you just in work? I have big trouble  with those 755 :-(


I would be happe for a short answer!


Thank you


Kind regards
Markus Progl

---End Message---
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
unattended-info mailing list

Re: [Unattended] Blue Screen while installing Windows Server 2003

2008-08-13 Thread Sebastian Mellmann
There's no need to edit the TXTSETUP.SIF by hand.
Just use driverpacks (http://driverpacks.net/DriverPacks/) and let it modify 
your TXTSETUP.SIF.
Works flawlessly here.


Sebastian M.

 Original-Nachricht 
 Datum: Wed, 13 Aug 2008 08:51:05 +0100
 Von: Paul Lewis [EMAIL PROTECTED]
 An: Jeremy Fein [EMAIL PROTECTED], unattended-info@lists.sourceforge.net 
 unattended-info@lists.sourceforge.net
 Betreff: Re: [Unattended] Blue Screen while installing Windows Server 2003

 Hi Jeremy,
 
 I think you want to edit the TXTSETUP.SIF file in the I386 folder. I've
 attached a copy of an email I sent to Markus Progl a while back on the same
 subject...
 
 Hope it helps - let me know if you have any questions.
 
 Paul
 
 
 On 06/08/2008 14:51, Jeremy Fein [EMAIL PROTECTED] wrote:
 
 I'm getting a blue screen error (error 7B) when installing windows server
 2003. The server restarts after loading everything from the boot CD and
 copying all the files and then boots into a windows installation. From here it
 loads files and begins to start installation, where it immediately comes
 up with a blue screen, error 7B.
 
 I believe this error has to do with drivers, but I have drivers direct
 from the manufacturer. I think it has to do with my txtsetup.oem, which I have
 no idea how to modify to fix this problem. I am using a Sunfire x4200
 server, but I also tried the install on an HP xw4300 desktop and the same 
 error
 occured.
 
 Thanks.
 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info