Category: Uncategorized

  • VirtualBox: Kernel Panic

    When running a variation of RedHat in VirtualBox, you might encounter the following error: Kernel panic – not syncing: Attempted to kill init! exit code=0x00007f00 This is due to the VirtualBox blocking your host’s perfectly capable CPU from being exposed. Here is a workaround by spoofing your CPU profile: VBoxManage modifyvm “your_vm_name” –cpu-profile “Intel Core…

  • Introduction

    Hi! I’ll be using this blog to share some of my solutions for troubleshooting various technical issues. I have spent many an hour debugging and trying to get things work, and I’m hoping that by sharing these, people can save some time with their troubleshooting. Disclaimer: I share what has worked for me, but remember…