pr1ngl3 Posted June 30, 2011 Posted June 30, 2011 (edited) I hope someone can help with this urgent issue.I use WinPE on a USB Thumb drive to install 2003 server. A quick summary of the processBoot from USB drive using syslinux bootloader (menu driven loader)Boot WinPE ISO via Grub Loader (syslinux will not load the iso)From WinPE, use Diskpart to Clean, Partition and make active HDDFormat HDD (Logical Drive) to NTFSCopy over bootfiles (NTDetect, NTLDR etc etc)Copy over sysprep imageReboot machine and let it install from sysprepMy linked ImageAll this works fine on a machine running RAID 5 over 3 SAS disks; however the problem i'm having is getting this to work on a machine running RAID 5 over 3 SCSI disks. (both have only 1 logical drive)It partitons the Logical Drive and marks it as active but when the system reboots, it sticks on 'Error loading operating system'If I run the same process but instead of using a USB device, run WinPE from a CD (and altering the DiskPart commands as required), it will work fine. In addition to this, if I run the above steps from a USB device twice, it will work. I have tried the MBRFIX tool from Here to no avail, I have also tried the Vista Bootsect.exe tool to no avail.Here are the Diskpart commands I am running (they are all batched)Booting WinPE from CDselect disk 0 cleanselect volume 0assign letter=E: <<< CD Driveselect disk 0 <<< Logical Drivecreate partition primaryassign letter=C:select partition 1activeexitformat c:\ /fs:NTFS /Q /YThis will work on both the SCSI and SAS RAID 5 from CDBooting WinPE from USBselect volume 1assign letter z: <<< USB Driveselect disk 1 <<< Lofical drive, now 1 because USB takes 0cleancreate partition primaryassign letter=C:select partition 1activeexitformat c:\ /fs:NTFS /Q /YThis works on the SAS RAID 5 from USB but not the SCSI RAID 5, it hangs on 'Error loading operating system'It reports that it has succeeded in all steps and if I boot off the USB drive again and check the partition, everything seems fine.If I run the same procedure again, it will work fineBefore anyone asks, I have checked that the Disks, Volumes and partitions I am referencing in the diskpart commands are infact the correct ones.Please help as this is very urgent... Thanks in advanceI have since discovered this also happens to the SAS drives. It only occurs when the RAID set gets deleted and recreated. Edited June 30, 2011 by pr1ngl3
pr1ngl3 Posted June 30, 2011 Author Posted June 30, 2011 bootsect /nt52 c: /force /mbrThanks for the reply, but I had already tried this and it does not work.
killerb255 Posted July 15, 2011 Posted July 15, 2011 Edit the registry of your PE before running the diskpart command:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vds\Alignment]@="Alignment Settings in Bytes""Between4_8GB"=dword:0"Between8_32GB"=dword:0"GreaterThan32GB"=dword:0"LessThan4GB"=dword:0
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now