Cannot interact with VM - booted from RAW VMDK
Posted: 13. Sep 2020, 17:56
Hello,
I have a physical hard disk with Windows 10 and Arch Linux installed for Multiboot (using Grub Bootloader).
Host ist Windows, Guest is Linux.
So I created a RAW VMDK image of my physical hard disk and I'm trying to boot my physical Linux on a VM.
Booting my physical Windows from Linux is working so I wanted to achieve the same thing in Windows.
I created the RAW VMDK file like this:
Everything is working so far, I run VirtualBox as Administrator with Extension Pack installed, then I select "Arch Linux" in Grub Boot Menu.
But the root partition of my Linux is LUKS-encrypted so I need to enter password to unlock the partition.
Beginning from here keyboard is not working anymore. Also Soft Keyboard not working. Also ACPI Shutdown & Ctrl+Alt+Del isn't responding anymore.
What can I do here to work around this problem?
I have a physical hard disk with Windows 10 and Arch Linux installed for Multiboot (using Grub Bootloader).
Host ist Windows, Guest is Linux.
So I created a RAW VMDK image of my physical hard disk and I'm trying to boot my physical Linux on a VM.
Booting my physical Windows from Linux is working so I wanted to achieve the same thing in Windows.
I created the RAW VMDK file like this:
Code: Select all
vboxmanage internalcommands createrawvmdk -filename archlinux.vmdk -rawdisk \\.\\PhysicalDrive0But the root partition of my Linux is LUKS-encrypted so I need to enter password to unlock the partition.
Beginning from here keyboard is not working anymore. Also Soft Keyboard not working. Also ACPI Shutdown & Ctrl+Alt+Del isn't responding anymore.
What can I do here to work around this problem?