Hey Guys Is there a way to do unattended the installation of the boot screen in all the PC I know how to do it unattended for one and two kernels but now with this Quad core is so rare :S...
I used this method
bootcfg /copy /D "Windows XP Professional" /ID 1
if %NUMBER_OF_PROCESSORS%==2 goto DUAL
REM ----For Single proc
bootcfg /RAW "/Kernel=singkrnl.exe" /A /ID 2
goto End
:DUAL
REM ----For Multiprocess/Hyperthread proc
bootcfg /RAW "/Kernel=dualkrnl.exe" /A /ID 2
:End
bootcfg /Timeout 2
bootcfg /Default /ID 2
but now..how do I do for new pcs with Quad Core
Page 1 of 1
Quad Core now 4 kernels :S Error Boot now
#2
Posted 03 January 2008 - 02:25 AM
The kernel for more than one core is the same irrespective of the number of cores.
just replace the == with >= in the second line
just replace the == with >= in the second line
This post has been edited by Innocent Devil: 03 January 2008 - 02:25 AM
#3
Posted 05 August 2008 - 03:25 PM
i have a quad and is rare to integrate the boot for my UE cd
- ← problems integrating neo's boot screen please help
- LogonUI & Boot Screens
- Problem changing user logon background color... →
Share this topic:
Page 1 of 1



Help
Back to top









