I would like to ask about Secure Boot feature in UEFI especially in Ubuntu context.
I know that Ubuntu official ISO images are signed with Secure Boot signature.
Let's assume we have PC with Secure boot enabled. My questions are as follows:
Will Secure Boot or Ubuntu Installer notice and terminate if I change a random single bit in Iso Image, burn such image to DVD and then try to boot?
Same question as above but when writing to USB drive with eg. dd command?
Optional question a bit offtopic is above scenario with other Secure Boot enabled installation images like Windows or Passmark Memtest (that has official signatures and will start with SB)
Generally speaking I would like to know if Secure Boot provides protection from scenario when hacker takes part of the Official Iso, modifies it with some additional malware and uses such iso to spread it (and Secure Boot will not notice as it's hackers version is based on Official ISO, but modified)
Best regards