[Bug 655616] Re: Press S or M does not work for more than one partition on error
Steve Langasek
steve.langasek at canonical.com
Sat Sep 14 03:09:27 UTC 2013
Several people have tried to reproduce this issue without success in
recent versions of mountall. I've tried myself in saucy, and can't
reproduce it. The request for a reproducer was sent two years ago.
With no more information, I'm closing this bug as invalid (and presumed
fixed in recent releases).
** Changed in: mountall (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to mountall in Ubuntu.
https://bugs.launchpad.net/bugs/655616
Title:
Press S or M does not work for more than one partition on error
Status in “mountall” package in Ubuntu:
Invalid
Status in “mountall” source package in Lucid:
Triaged
Bug description:
Binary package hint: mountall
On 10.04 Lucid Server/Desktop installations, if a filesystem that is
specified in /etc/fstab cannot be mounted for some reason (USB disk
not connected, partition deleted, samba share not available etc.) the
boot process hangs displaying "Press S to Skip or M for Manual
recovery".
It works when there is only one partition on error, but with more than
one, during the second message, pressing S/M does nothing and boot
process hang there.
As seen in bug #571444, a workaround is to press alt-sysrq-i and edit
your fstab to remove missing drives.
This bug looks like bug #571444, but on #571444 there is another issue
which is about "no plymouth theme, so no message displayed". That's
why I've opened a new bug specifically for "Press S or M does not work
for more than one partition on error" problem.
I've found when trying to debug/trace the problem that the problem
come from plymouth_answer function at lines 3037/3038.
the test :
if ((plymouth_mnt != NULL) && (plymouth_mnt->error != plymouth_error))
return;
is true as "plymouth_mnt->error" variable as been reset to "ERROR_NONE"
I'll post a patch.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/655616/+subscriptions
More information about the foundations-bugs
mailing list