|
Bugzilla – Full Text Bug Listing |
| Summary: | live-installer does not put EFI: 1 in install.inf | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.3 | Reporter: | Thomas Fehr <fehr> |
| Component: | YaST2 | Assignee: | Thomas Fehr <fehr> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Thomas Fehr
2013-02-27 14:56:35 UTC
This is an autogenerated message for OBS integration: This bug (806490) was mentioned in https://build.opensuse.org/request/show/157380 Factory / libstorage The one who is (for normal installation) responsible for writing install.inf is not YaST, but Linuxrc. YaST only reads data from this file. However, for the live installer use-case, install.inf does not exist at all and therefore you cannot rely in it (just brought the live installer up). This means that we have basically two options: - introduce something that will take care of writing install.inf for the live CD - make partitioner (and possibly also bootloader) detect EFI a different way (Bootloader seems to check presence of /sys/firmware/efi directory) Thomas, I'm sorry I cannot help more now... libstorage was already changed to look at /sys/firmware/efi/vars to detect EFI. |