|
Bugzilla – Full Text Bug Listing |
| Summary: | systemd boot fails and drops to rescue mode when mounts fail | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Daniel Morris <danielm> |
| Component: | Basesystem | Assignee: | Frederic Crozat <fcrozat> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | fcrozat |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | 64bit | ||
| OS: | openSUSE 12.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
output from dmesg with systemd debug flags set
/etc/fstab as requested |
||
|
Description
Daniel Morris
2012-03-14 16:23:55 UTC
I meant to say that I've verified this with what I belive are all applicable maintenance patches applied:- # rpm -qa --last |grep systemd systemd-sysvinit-37-3.8.1 Mon Mar 5 08:47:44 2012 systemd-37-3.8.1 Mon Mar 5 08:47:41 2012 systemd-presets-branding-openSUSE-0.1.0-6.2.1 Fri Nov 18 22:44:12 2011 Hi,could you please look at this?I am not sure whether it is right to assign it to you.Feel free to reassign it whenever necessary.Thank you. I meant to add that I believe I am running the latest maintenance updates from systemd:- # rpm -qa --last |grep systemd systemd-sysvinit-37-3.8.1 Mon Mar 5 08:47:44 2012 systemd-37-3.8.1 Mon Mar 5 08:47:41 2012 systemd-presets-branding-openSUSE-0.1.0-6.2.1 Fri Nov 18 22:44:12 2011 Doh! Konqueror really did save before dying. I'll use PgUp next time... could you attach full /etc/fstab and dmesg output, after booting with "systemd.log_level=debug systemd.log_target=kmsg" ? Created attachment 481723 [details]
output from dmesg with systemd debug flags set
this was done from 32bit laptop, exhibits the same issue, also 12.1 with all updates.
Created attachment 481728 [details]
/etc/fstab as requested
from 32bit laptop, showing same issue
the bug is not in mounting the iso as loopback but caused by the last parameter in fstab set to "2" ie fs_passno, which controls when fsck should be used. And in this case, fsck on a iso file isn't supported (it should be just ignored but it isn't atm) This bug has been fixed in 12.3. Closing (we can't improve the fs_passno issue for older release, but iso mounting works). |