GNU GRUB - Bugs: bug #58113, 20_linux_xen does not work if no...
You are not allowed to post comments on this tracker with your current authentication level.
bug #58113: 20_linux_xen does not work if no kernel config file
Submitter: | John <johnth> | ||
Submitted: | Sat 04 Apr 2020 07:33:14 PM UTC | ||
Category: | Configuration | Severity: | Major |
Priority: | 5 - Normal | Item Group: | Software Error |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | |
Open/Closed: | Open | Release: | Git master |
Release: | Reproducibility: | Every Time | |
Planned Release: | None |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
I want to add GRUB boot entries for Xen on Arch Linux using grub-mkconfig
My distribution does not package or install any linux kernel config file in /boot,
so 20_linux_xen does not function for me.
I work around this by or-testing to continue with zero length config file name in 20_linux_xen
http://git.savannah.gnu.org/cgit/grub.git/tree/util/grub.d/20_linux_xen.in#n169
Otherwise, please let me know if this is more appropriate for distribution-level, where I could try to get implemented:
Cheers,
John