I have an UEFI machine and have funtoo working OK with /boot on my EFI partition, hence on a vfat file.
But emerging xen fails because the build wants to create a number of symlinks under /boot (xen.gz, zen-4.5.gz), all pointing to xen-4.5.0.gz. But because /boot is on a vfat partition, symlinks are not possible and regular copies need to be made instead.
As /boot/xen-4.5.0.gz is placed in /boot, I can make the copies myself but as the build fails, xen is not included in the world file and will not be updated when new versions become available.
I should raise a bug but I want first to check if my reasoning is correct.
Question
kdvgent
I have an UEFI machine and have funtoo working OK with /boot on my EFI partition, hence on a vfat file.
But emerging xen fails because the build wants to create a number of symlinks under /boot (xen.gz, zen-4.5.gz), all pointing to xen-4.5.0.gz. But because /boot is on a vfat partition, symlinks are not possible and regular copies need to be made instead.
Error message:
As /boot/xen-4.5.0.gz is placed in /boot, I can make the copies myself but as the build fails, xen is not included in the world file and will not be updated when new versions become available.
I should raise a bug but I want first to check if my reasoning is correct.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts