How Secure Boot Works on M1 Series Macs
eclecticlight.co
How Secure Boot Works on M1 Series Macs
1–10 of 117 posts
Re: How Secure Boot Works on M1 Series Macs
#2It would be nice if the code blocks were more distinct from the comments; some combination of indentation, vertical space, coloring.
Re: How Secure Boot Works on M1 Series Macs
#3This is an interesting walkthrough. It would be nice if the code blocks were more distinct from the comments; some combination of indentation, vertical space, coloring.
document.querySelectorAll('code').forEach(elt => elt.style.backgroundColor = 'lightGrey')Re: How Secure Boot Works on M1 Series Macs
#4Everything after “Darwin Kernel Version 21.2.0” is XNU, not iBoot. This is when macOS starts according to the diagram. You don’t see logs from iBoot.
I have no idea what this means:
> The end of the kernel-only phase, which is entirely iBoot, comes almost 20 seconds after the start.
Re: How Secure Boot Works on M1 Series Macs
#5Re: How Secure Boot Works on M1 Series Macs
#6Re: How Secure Boot Works on M1 Series Macs
#7There are several inaccuracies. Everything after “Darwin Kernel Version 21.2.0” is XNU, not iBoot. This is when macOS starts according to the diagram. You don’t see logs from iBoot. I have no idea what this means: > The end of the kernel-only phase, which is entirely iBoot, comes almost 20 seconds after the start.
Userland is instantiated.
Re: How Secure Boot Works on M1 Series Macs
#8completely insecure if you are not the only one with the key
Re: How Secure Boot Works on M1 Series Macs
#9completely insecure if you are not the only one with the key
Re: How Secure Boot Works on M1 Series Macs
#10completely insecure if you are not the only one with the key