[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error on installing grub in a UEFI xen guest: " File system `fat' do
From: |
Andrei Borzenkov |
Subject: |
Re: error on installing grub in a UEFI xen guest: " File system `fat' doesn't support embedding." & "embedding is not possible, but this is required for cross-disk install." ? |
Date: |
Tue, 23 Feb 2016 18:02:25 +0300 |
Отправлено с iPhone
> 23 февр. 2016 г., в 17:06, address@hidden написал(а):
>
>
>
>> On Mon, Feb 22, 2016, at 09:24 PM, Andrei Borzenkov wrote:
>> You cannot use GRUB for EFI platform in domU. You can use either legacy
>> BIOS platform (i386-pc) on HVM guests or Xen platform (i386-xen or
>> x86_64-xen) on PV guests. Latter is not autodetected by grub-install (we
>> probably should add it).
>
> I found the right syntax to use, @
> https://wiki.archlinux.org/index.php/GRUB/EFI_examples
>
> grub-install --target=x86_64-efi --efi-directory=/boot/efi
> --bootloader-id=arch --recheck
>
> But that's clearly for non-Guest, baremetal use.
>
> Is GRUB efii-platform going to be added?
Added to *what*? I do not understand what you mean.
> Or do we need to switch to different, less-flexible bootloader, maybe
> systemd-boot or clover?