Bug 996509
Summary: | bootloader install fails after installer accepts 70 MiB /boot partition | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steve Tyler <stephent98> | ||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 19 | CC: | anaconda-maint-list, dshea, g.kaviyarasu, jonathan, mkolman, sbueno, stephent98, vanmeeuwen+fedora | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-01-02 20:45:22 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: |
|
Description
Steve Tyler
2013-08-13 10:21:49 UTC
(In reply to Steve Tyler from comment #0) ... > Actual results: > Installer accepts the storage configuration with only a warning. ... The warning appears in the Installation Summary under Installation Destination: "Warning checking storage configuration" See Bug 995892, Attachment 785947 [details] for a screenshot of the warning. For the record, a default F9 install allocates ~196 MiB for sda1:
>>> 205599744.0/1024**2
196.0751953125
$ virt-cat f9-test-1.img /etc/fedora-release
Fedora release 9 (Sulphur)
$ virt-filesystems --all --long -a f9-test-1.img
Name Type VFS Label MBR Size Parent
/dev/sda1 filesystem ext3 /boot - 205599744 -
/dev/VolGroup00/LogVol00 filesystem ext3 - - 32010928128 -
/dev/VolGroup00/LogVol01 filesystem swap - - 2080374784 -
/dev/VolGroup00/LogVol00 lv - - - 32010928128 /dev/VolGroup00
/dev/VolGroup00/LogVol01 lv - - - 2080374784 /dev/VolGroup00
/dev/VolGroup00 vg - - - 34124857344 /dev/sda2
/dev/sda2 pv - - - 34124857344 -
/dev/sda1 partition - - 83 205599744 /dev/sda
/dev/sda2 partition - - 8e 34151362560 /dev/sda
/dev/sda device - - - 34359738368 -
Tested with:
$ qemu-kvm -m 4096 -hda f9-test-1.img -cdrom ~/xfr/fedora/F9/Fedora-9-x86_64-netinst.iso -vga vmware -boot menu=on
(In reply to Steve Tyler from comment #1) ... > The warning appears in the Installation Summary under Installation > Destination: > "Warning checking storage configuration" > > See Bug 995892, Attachment 785947 [details] for a screenshot of the warning. The warning is also logged in /tmp/anaconda.log. Snippet from the attached anaconda-tb-jdh2cS: ... /tmp/anaconda.log: 08:09:39,922 INFO anaconda: /sbin/anaconda 19.30.13-1 ... 03:16:52,086 WARN anaconda: Your /boot partition is less than 75 megabytes which is lower than recommended for a normal Fedora install. ... There is a warning provided for a potentially problematic configuration which could nonetheless be valid for certain configurations, and when ignored the configuration caused a problem. That seems pretty ok to me. |