Blog

  • Windows 11 Sandbox error 0x80070103

    Error
    Windows Sandbox failed to initialise.
    No more data is available. (0x80070103)

    You may receive this error when you try to launch the Windows Sandbox after having just installed it.

    Windows Sandbox uses hypervisor-based virtualisation to launch a disposable virtual machine (VM). This allows applications installed in the sandbox to be isolated from the host machine.

    Open a CMD prompt and type:

    bcdedit | find "hypervisorlaunchtype"

    If this setting is off as shown here

    Make sure this is set to auto by typing

    bcdedit /set hypervisorlaunchtype auto

    Reboot and you should now find when you start a Sandbox it loads OK.

    bcdedit (Boot Configuration Data Editor) is a command-line tool in Windows that allows you to view, modify, and manage the Boot Configuration Data (BCD) store. The BCD store is a critical component of Windows that contains boot configuration parameters and settings, used to control how the operating system boots, including boot options, loaders, and device configurations. It’s particularly important for managing multi-boot setups, troubleshooting boot issues, or configuring advanced boot settings like virtualization or recovery options.

  • Kernel Of Truth – Solving Tech Issues, One Fix at a Time

    🚀 Real-World Solutions from a Senior Engineer’s Desk

    Welcome to Kernel Of Truth, a place where technical roadblocks get dismantled, one post at a time.

    As a Computer Engineer, Senior Systems Engineer, and Security Specialist, I’ve spent years tackling complex IT infrastructure, cybersecurity challenges, and system-level troubleshooting. This blog is a curated archive of pressing issues, solutions, and insights that I’ve encountered throughout my career.

    If you’ve ever spent hours debugging a system failure, troubleshooting security vulnerabilities, or optimizing performance, you’re in the right place.

    What You’ll Find Here

    • 🛠 Technical Fixes & Workarounds – Solving issues in Linux, Windows, Networking, Virtualisation, and Security.
    • 🔒 Cybersecurity Insights – Threat detection, security hardening, and best practices.
    • 💡 Systems Engineering Tips – Performance tuning, cloud deployments, automation, and infrastructure management.
    • ⚙️ Real-World Case Studies – Lessons learned from production environments.