Actions
Bug #34702
closedUpdate grub2 chainboot templates for scsi
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
When network booting a system, there is grub.cfg file used to chainload to local disk upon system installation.
The template needs to be updated to make sure software raid systems and/or VMWare systems can chainload successfully.
The solution consists in:
- calling a new "connectefi scsi" command prior to searching for local disk boot loader (e.g. "search --file ... /EFI/BOOT/BOOTX64.EFI")
- modifying "search --file" commmand to restrict to EFI disks ("search --file --efidisk-only ... /EFI/BOOT/BOOTX64.EFI")
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman/pull/9175 added
Updated by Lukas Zapletal over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|0462f797c1af5b31c0155cc50da69109e1a798d6.
Actions