You are not logged in.

#1 2012-12-24 17:25:10

Systemerror
Member
Registered: 2012-12-24
Posts: 6

[SOLVED]Module efivars not found when installing on Asus Zenbook UX31A

Hey
I recently tried to install arch on my Asus Zenbook UX31A. At First I just burned the ISO-Image on an USB Flash Drive and rebooted my Computer. Because the UX31A has a UEFI Motherboard i tried "modprobe efivars", but got only "Fatal Error: Module efivars does not exist" as response. I didnt continued the Installation after that, but instead reread the wiki.
I found out that I have to make a special USB drive for UEFI ( https://wiki.archlinux.org/index.php/UE … B_from_ISO ).

I did what the wiki said and got "Permission denied" on "# awk 'BEGIN {FS="="} /archisolabel/ {print $3}' /mnt/iso/loader/entries/archiso-x86_64.conf | xargs mkfs.vfat /dev/sdXY -n" but everything else worked fine. I then rebooted and tried installting arch again, but I still got the same response as before. I didnt find anything on that Error on the Installation Guides or the Wiki Articles, so I hope you can help me here. I'm not sure if I can continue the Installation with that Error, but I doubt it. Can you tell me please what that Error means and how I can resolve it, since I would realy like to have arch installed on my Zenbook.

Last edited by Systemerror (2012-12-27 13:20:34)

Offline

#2 2012-12-24 17:58:13

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: [SOLVED]Module efivars not found when installing on Asus Zenbook UX31A

Can you try Archboot iso?

Offline

#3 2012-12-24 18:10:14

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,686
Website

Re: [SOLVED]Module efivars not found when installing on Asus Zenbook UX31A

As I recall, you can only load that module if you booted from an EFI mode bootloader.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#4 2012-12-24 19:04:26

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED]Module efivars not found when installing on Asus Zenbook UX31A

# awk 'BEGIN {FS="="}...

has to be run as root; that is what the '#' denotes.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2012-12-24 20:02:32

Systemerror
Member
Registered: 2012-12-24
Posts: 6

Re: [SOLVED]Module efivars not found when installing on Asus Zenbook UX31A

________________________
Can you try Archboot iso?
________________________

WIll do, thanks

_______________________________________________
has to be run as root; that is what the '#' denotes.
_______________________________________________

Oh sorry, forgot to mention that, i ran every command as root (sudo)

Offline

#6 2012-12-25 02:38:11

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,156

Re: [SOLVED]Module efivars not found when installing on Asus Zenbook UX31A

Did you substitute correctly for XY in that command?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#7 2012-12-25 17:31:01

Systemerror
Member
Registered: 2012-12-24
Posts: 6

Re: [SOLVED]Module efivars not found when installing on Asus Zenbook UX31A

__________________________________________________
Did you substitute correctly for XY in that command?
__________________________________________________

Yes, I checked on GParted before

________________________
Can you try Archboot iso?
________________________

I downloaded Archboot iso now and burned it on an USB drive with UNetbootin. I restarted, but the screen went black after the inital Asus Logo and didn't show anything. I waited some time but nothing happened.

Edit: Oh and Merry Christmas to you all smile

Last edited by Systemerror (2012-12-25 17:31:26)

Offline

#8 2012-12-26 22:35:16

Systemerror
Member
Registered: 2012-12-24
Posts: 6

Re: [SOLVED]Module efivars not found when installing on Asus Zenbook UX31A

Ok I tried installing Arch again and I noticed something. I get an Error already when booting. It says

[drm:_gen6_gt_force_wake_mt_get]  *Error* Force wake wait timed out

and later

Mounting '/dev/disk/by-label/' to '/run/archiso/bootmnt'
Waiting 30 seconds for device /dev/disk/by-label/ ...
ERROR: '/dev/disk/by-label/'  device did not show up after 30 seconds
     Falling back to interactive prompt
     You can try to fix the problem manually, log out when you are finished
sh: can't access tty: job control turned off

Offline

#9 2012-12-27 02:06:19

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,156

Re: [SOLVED]Module efivars not found when installing on Asus Zenbook UX31A

Systemerror wrote:

has to be run as root; that is what the '#' denotes.
_______________________________________________

Oh sorry, forgot to mention that, i ran every command as root (sudo)

If you just put sudo at the beginning, it probably won't work because the pipe won't get run with privileges - only the input to the pipe. Run it as root instead.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#10 2012-12-27 13:19:53

Systemerror
Member
Registered: 2012-12-24
Posts: 6

Re: [SOLVED]Module efivars not found when installing on Asus Zenbook UX31A

Thanks to everyone, I was able to fix the Problem and make a USB Stick that works with the Steps described in the UEFI Article in WIkipedia. When the "Permission denied" came i ran "chmod o+rw /dev/sXY" , then the awk command worked perfectly. I got a USB Stick that has the right label and boots perfectly in UEFI Mode. Seems like I overlooked the easiest Solution wink

Last edited by Systemerror (2012-12-27 13:21:25)

Offline

Board footer

Powered by FluxBB