[Q] leverage recovery media creation? (to get android)

Search This thread

pinecones

Member
Jan 9, 2013
5
0
for getting modified versions of RT, linux, or android installed...

has anyone thought of trying to modify/leverage the recovery media creation tool? It creates bootable media that will install an OS based on a WIM file. I know for a fact that you can package linux in a wim file for deployment using windows WDS servers.

would it be possible to modify the recovery media/wim OR the recovery media creation software itself to create recovery media that will install WHATEVER YOU WANT onto the computer?

i would post this in a more appropriate section, but i don't have over 10 posts. =o/
 

pinecones

Member
Jan 9, 2013
5
0
Nope, signature would still be incorrect

what is having the signature checked and by what system? is the recovery tool verifying the signature of the WIM file it's deploying? will the recovery media not boot because the media is modified?

will the recovery media creation tool not create bootable media if the WIM file it's using doesn't have a matching signature?
 

SixSixSevenSeven

Senior Member
Dec 26, 2012
1,617
318
what is having the signature checked and by what system? is the recovery tool verifying the signature of the WIM file it's deploying? will the recovery media not boot because the media is modified?

will the recovery media creation tool not create bootable media if the WIM file it's using doesn't have a matching signature?

This is a secureboot device. The operating system is digitally signed and the bootloader will reject anything not matching. Secureboot cannot be disabled and only RT matches.
 
what is having the signature checked and by what system? is the recovery tool verifying the signature of the WIM file it's deploying? will the recovery media not boot because the media is modified?

will the recovery media creation tool not create bootable media if the WIM file it's using doesn't have a matching signature?

In short:

Each component in the startup process validates the signatures of the next component. If the signature is not made by a known authority, the next component is discarded and the startup process terminates.

Whether or not the recovery media verifies the signatures in the WIM file is irrelevant - once extracted, the firmware won't load an improperly signed bootloader, and since the only signed bootloader we have is the Windows bootloader, it won't load an improperly signed kernel.

The only way the recovery image creator could help is if we had a way around Secure Boot, which we don't. (If we did, the recovery image creator wouldn't be necessary in the first place - you'd just drop the desired OS on the machine through whatever method was necessary, probably an installer of some form, and be done with it.)