I have a disk which used to run on another computer: it hosts an Arch Linux and a Debian which the computer could boot natively. The disk is connected to my computer via USB (it's /dev/sda).
I'd like to boot such disks in a Virtual Machine. I'd like to see the bootloader installed on that disk (GRUB 2, on UEFI), and use it to choose to start either Arch or Debian.
How can I do this?
I'd prefer to do via qemu, preferably using virt-manager. But I'm open to other options too.