Bug 1157187
| Summary: | [UEFI boot mode] failure in the automatic creation of mount points | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bruno Roberto Zanuzzo <brunorobertozanuzzo> | ||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 21 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-10-30 01:14:00 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 950724 [details]
Logs-anaconda-storage-journalctl
You need to remove all of the existing partitions if you want to reuse a msdos labeled disk on a UEFI system which needs a gpt labeled disk to work properly. |
Created attachment 950723 [details] storage.state *Description of problem: The automatic creation of mount points when there are other existing partitions is failing when fedora boots in UEFI mode ("Booting in insecure mode"). *Version-Release number of selected component (if applicable): Fedora live workstation beta RC1 anaconda-gui-21.48.12-1.fc21.x86_64 anaconda-core-21.48.12-1.fc21.x86_64 libreport-anaconda-2.3.0-2.fc21.x86_64 anaconda-tui-21.48.12-1.fc21.x86_64 anaconda-21.48.12-1.fc21.x86_64 anaconda-widgets-21.48.12-1.fc21.x86_64 fedora-release-workstation-21-0.16.noarch fedora-release-21-0.16.noarch *How reproducible: always Steps to Reproduce: 1. Boot fedora beta RC1 with UEFI mode; 2. Select custom partitioning; 3. Considering the existence of at least two partitions, one being to install the fedora, click on Create mount points automatically; Actual results: The following mount points are not created: /boot/efi and /home "Automatic partitioning failed." Details: "You have not defined a root partition (/), Which is required for installation of Fedora to continue. In bootloader valid target device found. See below for detais. For UEFI installation, you must include an EFI System Partition on a GPT-formatted disk, mounted at /boot/efi" Expected results: Create the mount points /boot/efi and /home, as it is created when there are no other existing partitions.