View previous topic :: View next topic |
Author |
Message |
Perfect Gentleman Veteran


Joined: 18 May 2014 Posts: 1256
|
Posted: Sat Mar 11, 2017 7:32 am Post subject: openrc-0.24: mount: unknown filesystem type "efivarfs&q |
|
|
after update to openrc-0.24 from 0.23.2 i got that error which results in non-bootable system. after chrooting and downgrading openrc to 0.23.2, system works again. |
|
Back to top |
|
 |
eccerr0r Watchman

Joined: 01 Jul 2004 Posts: 9975 Location: almost Mile High in the USA
|
Posted: Sat Mar 11, 2017 10:29 am Post subject: |
|
|
Make sure your kernel config contains
CONFIG_EFIVAR_FS=Y
Then again if your machine isn't using EFI... _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
 |
Perfect Gentleman Veteran


Joined: 18 May 2014 Posts: 1256
|
Posted: Sat Mar 11, 2017 10:37 am Post subject: |
|
|
before that everything was okay, and i was never needed to activate this option. I've been using efistub for about 3 years.
now i've activated that option, will update openrc to 0.24, reboot and pray. |
|
Back to top |
|
 |
krinn Watchman


Joined: 02 May 2003 Posts: 7471
|
Posted: Sat Mar 11, 2017 10:54 am Post subject: |
|
|
Must be that commit https://github.com/OpenRC/openrc/commit/6a79aef0159d7035778fd852b26ecfac903cd029
It has been change from
- did you boot in efi?
- did you have efivars fs support enable
- if both yes, mount efivars fs
to
- did you boot in efi?
- mount efivars fs
It's not because a user has boot in efi mode that he have any wish or need to alter efivars datas.
So it's perfectly legit that a user even when booting in uefi have no needs for efivars fs. |
|
Back to top |
|
 |
khayyam Watchman


Joined: 07 Jun 2012 Posts: 6227 Location: Room 101
|
Posted: Sat Mar 11, 2017 12:14 pm Post subject: |
|
|
krinn wrote: | So it's perfectly legit that a user even when booting in uefi have no needs for efivars fs. |
krinn ... not only that but it's probably advisable not to have it available.
best ... khay |
|
Back to top |
|
 |
|