Remote boot error

S

Shanky Sangie

hi all,

i am trying with PXE Remote Boot and i am using XPe SP1.

After SDI file getting downloaded the screen goes blank for few
minutes and the following blue screen error appears.

A kernel thread terminated while holding a mutex

Stop: 0x4000008A (some parameters)

i have gone thro' some informations that says this is the video
BIOS problem but i couldn't get any infm how to fix this bug?

Any solutions???

Thank u in advance.

shanky
 
S

Slobodan Brcin

Have you tried to boot from SDI localy?

If you are using /noguiboot in your boot.ini this could explain why you have
blank screen.
Try to use /sos instead of /noguiboot for diagnostic purposes only.

Regards,
Slobodan
 
S

Shanky Sangie

hi slobodan
i have tried with the /noguiboot and /sos options seperately as well
as combined still the blank screen appears. the boot.ini file is as
follows

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Embedded" /fastdetect /noguiboot /sos

the switch /noguiboot doesn't work locally but /sos works well.

This kinda problem occurs with all motherboards having north bridge
VIA VT8601 chipset.

regards

shanky
 
S

Slobodan Brcin

Have you added Windows RAM Disk driver to your image?

Do you see anything image loading, progress bar, sos info, etc?

Don't use /noguiboot.
I was thinking more like:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect
ramdisk(0)\windows="XPE RAM Disk"
/rdpath=multi(0)disk(0)rdisk(0)partition(1)\xpeimg.sdi /rdimageoffset=245760
/sos
ramdisk(0)\windows="XPE RAM Disk"
/rdpath=multi(0)disk(0)rdisk(0)partition(1)\xpeimg.sdi /rdimageoffset=245760
/debug /debugport=com1 /baudrate=115200

change rdimageoffset to valid offset value for your SDI file PART section.
change ARC paths also to reflect your target system.

This boot.ini should be on target system HDD, during the tests.

You can try to use /debug and RS232 cable with windbg.exe to remotely debug
your device.

Regards,
Slobodan

Shanky Sangie said:
hi slobodan
i have tried with the /noguiboot and /sos options seperately as well
as combined still the blank screen appears. the boot.ini file is as
follows

[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Embedded" /fastdetect /noguiboot /sos

the switch /noguiboot doesn't work locally but /sos works well.

This kinda problem occurs with all motherboards having north bridge
VIA VT8601 chipset.

regards

shanky


"Slobodan Brcin" <[email protected]> wrote in message
Have you tried to boot from SDI localy?

If you are using /noguiboot in your boot.ini this could explain why you have
blank screen.
Try to use /sos instead of /noguiboot for diagnostic purposes only.

Regards,
Slobodan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top