On Fri, Sep 25, 2015 at 7:11 AM, hw <h...@gc-24.de> wrote: > grub2-install /dev/xvda > Installing for i386-pc platform. > grub2-install: warning: File system `ext2' doesn't support embedding. > grub2-install: warning: Embedding is not possible. GRUB can only be > installed in this setup by using blocklists. However, blocklists are > UNRELIABLE and their use is discouraged.. > grub2-install: error: will not proceed with blocklists. >
My understanding is that if you're using pvgrub you wouldn't actually install grub from within the guest. You just set up a grub.cfg and the pvgrub bootloader resides outside the guest. If you are using full virtualization and want to run grub, then you need to partition your disk, so your root wouldn't be /dev/xvda but instead it would be /dev/xvda1. Or you can just not use grub at all. -- Rich