Bug 1021258
Summary: | requires user manually create biosboot when using guided partitioning | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chris Murphy <bugzilla> | ||||||||||
Component: | anaconda | Assignee: | Brian Lane <bcl> | ||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | 20 | CC: | amulhern, anaconda-maint-list, awilliam, bcl, dlehman, dshea, g.kaviyarasu, jonathan, kparal, mkolman, mruckman, orion, robatino, sbueno, the.ridikulus.rat, vanmeeuwen+fedora | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Unspecified | ||||||||||||
Whiteboard: | AcceptedBlocker | ||||||||||||
Fixed In Version: | anaconda-20.25.4-1 | Doc Type: | Bug Fix | ||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | |||||||||||||
: | 1022643 (view as bug list) | Environment: | |||||||||||
Last Closed: | 2013-11-06 18:09:57 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: | |||||||||||||
Bug Depends On: | |||||||||||||
Bug Blocks: | 980651, 1022643 | ||||||||||||
Attachments: |
|
Description
Chris Murphy
2013-10-20 18:53:53 UTC
Created attachment 814305 [details]
anaconda.log
Created attachment 814306 [details]
program.log
Created attachment 814307 [details]
storage.log
Regression: Easier way to reproduce is with a GPT disk with 1 partition, and enough free space for Fedora, and using the default "Automatically configure" option, then clicking continue. Proposing as a beta blocker: "When using the guided partitioning flow, the installer must be able to cleanly install to a disk with a valid ms-dos or gpt disk label and partition table which contains existing data and sufficient unpartitioned space for a Fedora installation." Work around requires that I use manual partitioning. Created attachment 814308 [details] c4 storage.log storage.log with simpler reproduce steps. Why does blivet initially think it's unneeded? Seems similar to bug 1010495. 15:04:26,094 INFO blivet: skipping unneeded stage1 biosboot request This is reproducible in qemu/kvm using SeaBIOS. Discussed this in 2013-10-21 Blocker Review Meeting [1]. Accepted as a blocker per Beta criterion "When using the guided partitioning flow, the installer must be able to cleanly install to a disk with a valid ms-dos or gpt disk label and partition table which contains existing data and sufficient unpartitioned space for a Fedora installation." [2] [1] http://meetbot.fedoraproject.org/fedora-blocker-review/2013-10-21/ [2] https://fedoraproject.org/wiki/Fedora_20_Beta_Release_Criteria#Guided_partitioning This is caused by anaconda commit 1bcfb368b75f2d. The bootloader stage1 disk must be set before doAutoPartition is called. Could you give this a try (against TC5)? http://bcl.fedorapeople.org/updates/1021258.img It moves the bootloader execute back the way it was. It also fixes reusing an existing /boot/efi in autopart. (In reply to Brian C. Lane from comment #9) > Could you give this a try (against TC5)? > http://bcl.fedorapeople.org/updates/1021258.img Fixes this bug. anaconda-20.25.4-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/anaconda-20.25.4-1.fc20 Bug no longer occurs with Fedora-20-Beta-TC6-x86_64-DVD.iso 20.25.4-1 went stable as part of FEDORA-2013-20033, and the fix was verified, so this can be closed. |