I have a dual boot system with Win10 + Ubuntu 16.04 HWE kernel. I am trying to configure a Virtual Machine in Windows (in dev/sda) which can access the already installed Ubuntu (in /dev/sdb).
I am following the instructions at: Using a Physical Hard Drive Pariition as a VirtualBox VM and as a Bootable Partition
Two other links with similar topic covered: Link1 Link2
All of these mention that I have to copy /usr/lib/grub/i386-pc/* to
~/Desktop/iso/boot/grub. However, these are the directories I see under /usr/lib/grub/:
grub-mkconfig_lib x86_64-efi x86_64-efi-signed
As I don't have i386-pc, which files do I need to copy over to create the GRUB Recovery ISO, which the Virtual Machine will use to boot into Ubuntu?