iPXE boot to Windows writing back to boot device
|
2014-03-11, 14:22
Post: #6
|
|||
|
|||
RE: iPXE boot to Windows writing back to boot device
(2014-03-11 05:55)mdevey Wrote: wimboot/src/int.c If you're happy hacking around in the wimboot code, then I would suggest trying to intercept (and ignore) writes to INT 13 drives other than the vdisk emulated drive: see the "Pass through command to underlying INT 13" section in emulate_int13(). Note that you can't just refuse to pass through all INT 13 calls, since some are not drive-number-specific. It should be relatively straightforward to establish whether or not the write is coming via the INT 13 interface, and to block it if so. If you do find a hack that works, please let me know so that we can work it up into a full solution and publish a new version of wimboot. Michael |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
iPXE boot to Windows writing back to boot device - SameGuyAsBefore - 2014-03-07, 06:05
RE: iPXE boot to Windows writing back to boot device - robinsmidsrod - 2014-03-10, 10:55
RE: iPXE boot to Windows writing back to boot device - mcb30 - 2014-03-10, 12:44
RE: iPXE boot to Windows writing back to boot device - SameGuyAsBefore - 2014-03-10, 22:47
RE: iPXE boot to Windows writing back to boot device - mdevey - 2014-03-11, 05:55
RE: iPXE boot to Windows writing back to boot device - mcb30 - 2014-03-11 14:22
RE: iPXE boot to Windows writing back to boot device - mdevey - 2014-03-12, 07:05
RE: iPXE boot to Windows writing back to boot device - SameGuyAsBefore - 2014-03-12, 23:30
|
User(s) browsing this thread: 1 Guest(s)