UncleBuck Posted May 31, 2004 Posted May 31, 2004 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..
MCT Posted May 31, 2004 Posted May 31, 2004 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
big_gie Posted June 1, 2004 Posted June 1, 2004 If you want to make a nice boot menu, I highly suggest using CDShell
[BM]Crusher Posted June 1, 2004 Posted June 1, 2004 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
prathapml Posted July 30, 2004 Posted July 30, 2004 Same way as doing CD bootable disc for automated install.
bnp Posted August 2, 2004 Posted August 2, 2004 But my boot DVD with unmatted Windows XP Pro say:Don"n load I386\Halaacpi.dll !!!With boot CD work OK!
prathapml Posted August 2, 2004 Posted August 2, 2004 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now