Thursday, 18 May 2017

Windows with Bitlocker powers off when booting or at password prompt



A while back I installed Windows 10 Pro and set up bitlocker (without TPM hardware) so it asked for a password during boot. Things seemed fine at first but for some reason the system started spontaneously powering off during the boot at what seemed to be random intervals. Sometimes I wouldn't even make it as far as the bitlocker password prompt. Sometimes I might even get my passphrase in quickly and everything would boot up normally. But most of the time I would see the prompt and only get a few characters in before it powered off.

After hunting around, I found this solution in this thread. Open up command prompt window as administrator and type in this command:



bcdedit /set {bootmgr} bootshutdowndisabled 1

This did the trick.Then the recent Windows 10 Creator edition update was applied, things were fine for a week or two, and then it started happening again. So I had to type that command in again. Fingers crossed...

No DHCP IP on eth0 with Ubuntu Server 26.04 (64-bit) on Raspberry Pi 4b

This week I was attempting to get up and running with Ubuntu Server 26.04 (64-bit) on a Pi 4b using Raspberry Pi Imager 1.8.5. I noticed t...