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?
grub-mkrescue -o grub.iso
to create a grub rescue iso? – Ravexina Jun 02 '17 at 20:44/usr/lib/grub/x86_64-efi/*
did the job, but since 17.04 I cannot boot it under VirtualBox running on Win10 :P – gaa Aug 29 '17 at 19:23