-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
xen dom0 doesn't build with efi #12225
Copy link
Copy link
Closed
Labels
2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: xen-projectIssues and PRs related to the Xen Project Hypervisor.Issues and PRs related to the Xen Project Hypervisor.
Metadata
Metadata
Assignees
Labels
2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: xen-projectIssues and PRs related to the Xen Project Hypervisor.Issues and PRs related to the Xen Project Hypervisor.
Fields
Give feedbackNo fields configured for issues without a type.
At the time of writing this (4dc7cab) there is an assertion in
nixos/modules/virtualizations/xen-dom0.nix which says
Xen currently does not support EFI boot. This is certainly true for NixOS but as far as I can tell from Googling is no longer true upstream.I'm opening this issue to ask if anyone's looking at adding that support (i.e. to boot using gummiboot on annoyingly new hardware that doesn't understand the legacy bios boot process)
I've started work on it and seem to have cajoled it into building a boot.efi but I haven't got as far as running it. As a relative newbie both to nixpkgs and to Xen I'd welcome any feedback as to whether I'm on the right lines