Bug 652520
Summary: | no terminal for fsck at boot | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | John Reiser <jreiser> | ||||
Component: | udev | Assignee: | Harald Hoyer <harald> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | rawhide | CC: | harald, jonathan | ||||
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: | 2010-11-12 17:02:20 UTC | Type: | --- | ||||
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
John Reiser
2010-11-12 05:53:35 UTC
Created attachment 459919 [details]
output from "dmesg"
systemd-11-1.fc15.x86_64 systemd-units-11-1.fc15.x86_64 sysvinit-tools-2.88-1.dsf.fc15.x86_64 current dracut version in rawhide should fix this bug... if $ lsinitrd /boot/initramfs-$(uname -r).img|head -4 Does not show dracut-008-0.8.git5e1898f.fc15 as the version, then please recreate your initramfs image with dracut and retry. OK, dracut was one step behind at 008-0.7. Rebuilding initramfs and rebooting fixed the problem of this bz report. Now who is supposed to supply /etc/udev/rules.d/10-console.rules which seems to be missing? (In reply to comment #4) > OK, dracut was one step behind at 008-0.7. Rebuilding initramfs and rebooting > fixed the problem of this bz report. Now who is supposed to supply > /etc/udev/rules.d/10-console.rules which seems to be missing? 10-console.rules is coming back with the newest dracut... But, it might vanish with future versions, because /dev/tty1 is always there because of devtmpfs, and thus we might not need 10-console.rules. I only include it right now, because it parallelizes the process. |