Bug 1517469
| Summary: | bad --resize by fedora-arm-image-installer | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Reiser <jreiser> |
| Component: | fedora-arm-installer | Assignee: | Paul Whalen <pwhalen> |
| Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 27 | CC: | jonc_mailbox, oliver, pbrobinson, pwhalen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-29 09:39:25 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: | |||
|
Description
John Reiser
2017-11-25 18:15:48 UTC
fedora-arm-installer-2.1-1.fc27.noarch.rpm evades the issue by refusing to resize. The output contains a message
= Resizing /dev/sdc ....
= NOTE: Manual partition resizing is required.
but it is not prominent.
Also, while the rpi3 does boot, there is no console login, not even after waiting 5 minutes. The last messages on the console monitor are:
[ OK ] Started GNOME Display Manager.
Starting Hostname Service...
[ 81.617711] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
and there is no arrow pointer, and no response to mouse or keyboard.
(In reply to John Reiser from comment #1) > fedora-arm-installer-2.1-1.fc27.noarch.rpm evades the issue by refusing to > resize. The output contains a message > = Resizing /dev/sdc .... > = NOTE: Manual partition resizing is required. It's a known problem, we wanted to get rid of the terrible extended partitioning but there's a bug and there wasn't enough time in the F-27 to prioritise to get it fixed. It will be fixed in F-28. Ultimately I want to use GPT but some platforms expect their SPL boot process to be right in the middle of the primary GPT table. You can just as easily use gparted or some other tool to resize the partition post setup. > Also, while the rpi3 does boot, there is no console login, not even after > waiting 5 minutes. The last messages on the console monitor are: > [ OK ] Started GNOME Display Manager. > Starting Hostname Service... > [ 81.617711] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa > 0xC5E1 > > and there is no arrow pointer, and no response to mouse or keyboard. It does get there, gnome is a bit slow depending a lot on the storage and memory. GNOME is a bit resource intensive and there's work to help sort some of this out for F-28. If you want just a console use the minimal image. This is also not related to this bug. |