Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE boot to Windows writing back to boot device
2014-03-11, 05:55
Post: #5
RE: iPXE boot to Windows writing back to boot device
Thanks for this, using the setup with SameGuyAsBefore.

Compiled the fakewrite branch. No luck still writes to cf.

For giggles tried the following but nothing changed.

wimboot/src/int.c
Code:
//other int 13h codes that looked vaguely write'ish
                case 0x0b:
                case 0x03:
                case 0x05:
                case 0x06:
                case 0x07:
                case 0x45:
                case INT13_EXTENDED_WRITE:
                        int13_extended_write ( params );
                        break;

Verified I used a modified wimboot by altering read to fail, and window gives a nice error message.

ipxe/win7 combo may just expose a bug in our system. Would welcome any suggested parts of ipxe I could alter to help track it down?

Thanks for your time.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE boot to Windows writing back to boot device - mdevey - 2014-03-11 05:55



User(s) browsing this thread: 1 Guest(s)