| Summary: | initramfs which fails to boot for kernel-4.4.6-300.fc23.x86_64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Master Yodo <master.yodo> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | johannbg, lnykryn, msekleta, muadda, s, systemd-maint, zbyszek |
| 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: | 2016-12-20 19:38:21 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: | |
This message is a reminder that Fedora 23 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 23. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '23'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 23 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 23 changed to end-of-life (EOL) status on 2016-12-20. Fedora 23 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |
Description of problem: After upgrade from 22 to 23 system is failing to boot arguing at fs errors Version (if applicable): Kernel: kernel-4.4.6-300.fc23.x86_64 Systemd: systemd-222-14.fc23.x86_64n-Release number of selected component How reproducible: Try to upgrade from 22 to 23 Steps to Reproduce: 1. sudo dnf clean packages -y 2. sudo dnf update --refresh -y 3. sudo dnf install dnf-plugin-system-upgrade -y 4. sudo dnf system-upgrade download --releasever=23 -y 5. sudo dnf system-upgrade reboot -y Actual results: System doesn't boot, drops to shell Expected results: System should boot as normal Additional info: The rdsoreport error message: [ 15.745810] localhost systemd[1]: Starting File System Check on /dev/mapper/fedora_root... [ 15.781864] localhost systemd-fsck[711]: /dev/mapper/fedora_root contains a file system with errors, check forced. [ 15.876611] localhost systemd-fsck[711]: /dev/mapper/fedora_root: Inodes that were part of a corrupted orphan linked Kernel: kernel-4.4.6-300.fc23.x86_64 Systemd: systemd-222-14.fc23.x86_64 In the same time I can boot kernel 4.4.6-200.fc22.x86_64 just fine, but the fsck status is still showing the same error $ systemctl status systemd-fsck-root.service ● systemd-fsck-root.service - File System Check on Root Device Loaded: loaded (/usr/lib/systemd/system/systemd-fsck-root.service; static; vendor preset: disabled) Active: active (exited) since пт 2016-03-25 13:58:02 EET; 12min left Docs: man:systemd-fsck-root.service(8) Main PID: 631 (code=exited, status=0/SUCCESS) CGroup: /system.slice/systemd-fsck-root.service бер 25 13:58:01 localhost systemd[1]: Starting File System Check on /dev/mapper/fedora_root... бер 25 13:58:01 localhost systemd-fsck[631]: /dev/mapper/fedora_root contains a file system with errors, check forced. бер 25 13:58:02 localhost systemd-fsck[631]: /dev/mapper/fedora_root: Inodes that were part of a corrupted orphan linked list found. бер 25 13:58:02 localhost systemd-fsck[631]: /dev/mapper/fedora_root: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. бер 25 13:58:02 localhost systemd-fsck[631]: (i.e., without -a or -p options) бер 25 13:58:02 localhost systemd-fsck[631]: fsck failed with error code 4. бер 25 13:58:02 localhost systemd-fsck[631]: Running request emergency.target/start/replace бер 25 13:58:02 localhost systemd[1]: Started File System Check on /dev/mapper/fedora_root. Any advises will be highly appreciated. For now I'm going to boot into rescue mode and run fsck, in the worse case I'll try to boot boot from usb stick and do the same. I'll update if get any luck with that. Thanks