|
Bugzilla – Full Text Bug Listing |
| Summary: | DVD iso written to USB stick lack F1 - F6 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Terje J. Hanssen <terjejhanssen> |
| Component: | Installation | Assignee: | E-mail List <yast2-maintainers> |
| Status: | RESOLVED WONTFIX | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | snwint |
| Version: | Leap 42.3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Terje J. Hanssen
2018-02-19 16:28:48 UTC
The difference you see is between legacy boot (with F-keys) and EFI (without). It's unfortunately technically not possible to do the F-key variant on EFI systems. If you can't force your BIOS to boot the usb disk via legacy bios you can create an image without EFI support: mksusecd --create new.iso --no-uefi leap.iso then it will either work with F-keys - or not at all. :-) With the EFI variant the only way would be to press 'e' and add 'lang=de_DE' (for example) to the linuxefi line manually. Or use 'mksusecd --boot "lang=de_DE" ...' to have your favorite language pre-selected. |