| Summary: | boot.iso (from 20160117 Rawhide compose) incorrectly detected as minix FS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Giulio 'juliuxpigface' <juliux.pigface> | ||||
| Component: | util-linux | Assignee: | Karel Zak <kzak> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | bugzilla, dracut-maint-list, harald, jonathan, kzak, zbyszek | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | util-linux-2.27.1-4.fc24 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-01-18 14:16:53 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: | |||||
| Attachments: |
|
||||||
|
Description
Giulio 'juliuxpigface'
2016-01-17 21:55:55 UTC
This doesn't appear to be a dracut problem. The initramfs is OK, the problem is the root file system isn't being recognized. blkid doesn't even list a file system, even though /dev/mapper/live-base and /dev/mapper/live-rw are present, but neither of them have valid ext4 file systems on them. Hmmm. https://kojipkgs.fedoraproject.org/mash/rawhide-20160117/rawhide/x86_64/os/images/install.img install.img on loop1 $ wipefs -n -a /dev/loop1 /dev/loop1: 2 bytes were erased at offset 0x00000410 (minix): 68 24 /dev/loop1: 4 bytes were erased at offset 0x00000000 (squashfs): 68 73 71 73 seems like a minix is detected :) Fixed by upstream commit 7675d69d017830cfd9d131e8d49e633b6dd535bb. Fixed by update util-linux-2.27.1-4.fc24 http://koji.fedoraproject.org/koji/taskinfo?taskID=12592669 |