May 31, 200422 yr Hi guy's I'm a bit lost so would like some help please.....I would like to automatically Format C: drive when I put in the Unattended CD, not to select the Partition, but just Format before the installation begins.....Also I would like to have my own boot screen, so do I have to edit Ms boot screen and if so where is it located....Many ThanX guy's..
May 31, 200422 yr these are located in the unattended forum, just do a search and going to http://unattended.msfn.org will give u instructions on creating an unattended cdhope this helps
June 1, 200422 yr for boot screens (as in windows boot logo with flashing bar) install StyleXP 2.0, use that to create a boot screen and then grab the kernel1.exe file it makes, put it on your CD in $OEM$\$$\system32, then you need a batch file to change the kernel:Basic Code:bootcfg /copy /D "Windows XP Professional" /ID 1bootcfg /RAW "/Kernel=kernel1.exe" /A /ID 2bootcfg /Timeout 2bootcfg /Default /ID 2Advanced Code: (checks for SP or MP kernel and applies accordingly)FOR /F "tokens=3 delims= " %%A IN ('REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v NUMBER_OF_PROCESSORS') DO SET NUMBER_OF_PROCESSORS=%%Abootcfg /copy /D "Windows XP Professional" /ID 1if %NUMBER_OF_PROCESSORS%==2 goto DUALREM ----For Single procbootcfg /RAW "/Kernel=OEMKrnl.exe" /A /ID 2goto End:DUALREM ----For Multiprocess/Hyperthread procbootcfg /RAW "/Kernel=dualKrnl.exe" /A /ID 2:Endbootcfg /Timeout 2bootcfg /Default /ID 2
August 2, 200422 yr But my boot DVD with unmatted Windows XP Pro say:Don"n load I386\Halaacpi.dll !!!With boot CD work OK!
August 2, 200422 yr But my boot DVD with unmatted Windows XP Pro say:Don"n load I386\Halaacpi.dll !!!With boot CD work OK!Maybe you did something wrong while doing your DVD - follow the guide linked to by MCT above. Then test your ISO in vmware - only then burn it to DVD.
Create an account or sign in to comment