[Bug 1265990] Re: efivarfs shouldn't block boot
Steve Langasek
steve.langasek at canonical.com
Sat Jan 4 19:25:52 UTC 2014
The efivarfs is a kernel fs which is provided by the kernel in all
situations where it applies, and failures to mount it should not be
silently ignored on boot because it provides critical functionality
which could cause significant problems with the system post-boot
(including failures to install/update bootloaders or apply security
updates to firmware). So I am closing this bug as invalid.
If you have an EFI system where efivarfs is not available, that is
almost certainly a bug in the kernel you're running. It's not clear
from your message if you are using an official Ubuntu kernel, so I have
not reassigned this bug. However, if this is happening with an official
Ubuntu kernel, please reopen and reassign the bug to the 'linux'
package.
** Changed in: mountall (Ubuntu)
Status: New => 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/1265990
Title:
efivarfs shouldn't block boot
Status in “mountall” package in Ubuntu:
Invalid
Bug description:
On some EFI environments (for example Parallels VM) efivarfs is not available.
Missing mount breaks boot.
I suggest following change as solution:
--- a/src/fstab
+++ b/src/fstab
@@ -13,7 +13,7 @@
none /sys/fs/fuse/connections fusectl optional 0 0
none /sys/kernel/debug debugfs optional 0 0
none /sys/kernel/security securityfs optional 0 0
-none /sys/firmware/efi/efivars efivarfs optional 0 0
+none /sys/firmware/efi/efivars efivarfs nobootwait 0 0
none /spu spufs gid=spu,optional 0 0
none /dev devtmpfs,tmpfs mode=0755 0 0
none /dev/pts devpts noexec,nosuid,gid=tty,mode=0620 0 0
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1265990/+subscriptions
More information about the foundations-bugs
mailing list