|
From: Jonathan M. M. <jon...@cm...> - 2009-09-23 17:17:07
|
Hi Shane, Thanks for your reply. Wang, Shane wrote: >> I'm experimenting with SENTER on an HP 8530p with the newest BIOS. >> tboot works without issue. However, when I run my own code, the >> laptop reboots upon invoking SENTER, and LT.ERRORCODE is populated >> with 0xc0000001, or "SINIT Exit Point". I'm at a loss for what I am >> doing wrong based solely on that error message. > please check: > do you set the return entry in your code? I'm not sure what you mean by this. > another system? you mean hardware or software? do you use the correct sinit? I mean hardware, and I believe I am using the correct sinit, as I use the same sinit that allows tboot to work on each machine in question. My code works on an HP dc7800 with Q35_SINIT_16.BIN, and it works on a Lenovo T400 with GM45_PM45_SINIT_19.BIN. > can you run tboot on the system your system you mentioned? Yes, tboot works perfectly on the HP 8530p. > can you compare with tboot code what your code hasn't done? I can and will if I must but I am mostly just seeking to understand a little more about what the "SINIT Exit Point" error means. Is this related to the "return entry" you mention above? Thanks, -Jon |