Forgot your password?

typodupeerror

Comment: Re:Not even a brick, not a story (Score 5, Informative) 215

by mjg59 (#42846351) Attached to: Samsung Laptop Bug Is Not Linux Specific

Removing the CMOS battery didn't recover this system, which is pretty much what I'd expect - UEFI variables are typically stored in the same hardware as the firmware itself, and unplugging batteries doesn't kill your firmware.

The system doesn't fail to boot. The system doesn't even complete its power-on self checks. The screen is never turned on. It never responds to keyboard input. It's bricked. This machine's not coming back to life without an SPI programmer.

Comment: Re:Conceptually.. (Score 5, Insightful) 196

by mjg59 (#42722001) Attached to: New Secure Boot Patches Break Hibernation

The kernel can execute ring 0 instructions. Your initrd can't. The difference is that you could construct an appropriately modified hibernation image that booted an arbitrary kernel - or even an entirely separate OS. In that scenario, your kernel is effectively a new bootloader, except unlike the signed bootloaders it'll happily boot an entirely unsigned OS. That's unlikely to end well.

But, conceptually, you're right. Secure Boot doesn't magically make a system secure, but it *is* a vital part of system security - if you can't trust your kernel, any other security you attempt to build is pretty much pointless.

"If you ever want to get anywhere in politics, my boy, you're going to have to get a toehold in the public eye."

Working...