You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tracker exists solely to track a known issue.
Similar to Issue #1609 we have a problem with "Boot from disk" entry in bootloader for legacy / USBBOOT scenarios. In my case tested on libvirt + virt-manager with agama-installer.iso as usb device as the first bootable device.
Boot from disk option works with UEFI / CD and USB installmedia as well as Legacy / CD. But Legacy USB doesn't.
Boot from disk with Legacy + CD can be simply achieved by default "exit" command generated by kiwi.
Boot from USBINSTALL LEGACY can be achieved by . Here hd0 is our installmedia.
set root=(hd1)
chainloader +1
boot
Keep in mind that this snippet will not work for Legacy/CD where the installation is at hd0.
I checked Fedora which provides both options "Boot from disk 1" "Boot from disk 2", but these will not work with uefi ....
Btw none of these options worked well in my libvirt+legacy+usbboot scenario with latest Fedora live image. Boot got stuck just like it does in our case with exit.
Imho we should focus on good experience withUEFI and document that user is expected to remove USB after installation at Legacy/USB scenarios.
The text was updated successfully, but these errors were encountered:
lkocman
changed the title
Boot from disk with Legacy USBBOOT
Boot from disk after installation with Legacy USBBOOT gets stuck
Sep 17, 2024
This tracker exists solely to track a known issue.
Similar to Issue #1609 we have a problem with "Boot from disk" entry in bootloader for legacy / USBBOOT scenarios. In my case tested on libvirt + virt-manager with agama-installer.iso as usb device as the first bootable device.
Boot from disk option works with UEFI / CD and USB installmedia as well as Legacy / CD. But Legacy USB doesn't.
Boot from disk with Legacy + CD can be simply achieved by default "exit" command generated by kiwi.
Boot from USBINSTALL LEGACY can be achieved by . Here hd0 is our installmedia.
Keep in mind that this snippet will not work for Legacy/CD where the installation is at hd0.
I discussed this with Marcus Schaefer as well as @DimStar77 and we might simply document it
https://openqa.opensuse.org/tests/4485755#step/grub_test/7
I checked Fedora which provides both options "Boot from disk 1" "Boot from disk 2", but these will not work with uefi ....
Btw none of these options worked well in my libvirt+legacy+usbboot scenario with latest Fedora live image. Boot got stuck just like it does in our case with
exit
.Imho we should focus on good experience withUEFI and document that user is expected to remove USB after installation at Legacy/USB scenarios.
The text was updated successfully, but these errors were encountered: