You are not logged in.

#1 2013-12-26 19:44:32

kokice12
Member
Registered: 2013-12-26
Posts: 4

[SOLVED] Unable to boot into fresh install (UEFI, gummiboot)

Hello to you all,

I installed arch linux on my new Lenovo E130 following Beginner's guide. After install, when I rebooted the system I'm dropped into emergency shell. Whole log:

:: running early hook [udev]
:: running hook [udev]
:: Triggering uevents...
:: performing fsck on '/dev/sda1'
fsck: fsck.vfat: not found
fsck: error 2 while executing fsck.vfat for /dev/sda1
ERROR: fsck failed on '/dev/sda1'
:: mounting '/dev/sda1' on real root
mount: unknown filesystem type 'vfat'
You are now being dropped into an emergency shell.

/dev/sda1 is my UEFI partition in fat32 filesystem, mounted to /boot in fstab. Also it's wierd that fsck is trying to run on this partition as it's entery in fstab is

/dev/sda1        /boot        vfat        defaults        0         0

so no fsck is expected? Also I tried linux-lts kernel and installing dostools and than mkinitcpio to renew all the hooks, the error is still the same.

Thanks for all your help.

Last edited by kokice12 (2013-12-27 00:54:35)

Offline

#2 2013-12-26 22:10:49

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,782

Re: [SOLVED] Unable to boot into fresh install (UEFI, gummiboot)

Could you share your partitioning scheme?  From that, it appears you are trying to use a vfat partition as your linux root.  If I may, I would call that a really bad(TM) idea.  I hope that your root is really somewhere else, and is a file system that supports ownership, groups, and executable flags.

Oh, buy the way, Welcome to Arch Linux smile


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#3 2013-12-26 23:06:58

kokice12
Member
Registered: 2013-12-26
Posts: 4

Re: [SOLVED] Unable to boot into fresh install (UEFI, gummiboot)

My root is on ext4 partition, let me just show you my fstab

/dev/sda1        /boot        vfat        defaults        0         0
/dev/sda2        none         swap        defaults        0         0
/dev/sda3        /            ext4        rw,relatime,data=ordered        0        1  

I really don't know why is it forcing fsck on partition with pass=0 in fstab?

And thank you smile

Offline

#4 2013-12-26 23:41:15

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED] Unable to boot into fresh install (UEFI, gummiboot)

I would venture to guess that somehow your kernel being booted is not matching the kernel modules in /usr/lib/modules.  Not sure how that would happen if you are really on a fresh install, but you can probably check if the booted kernel and installed linux package match when you get dropped into the emergency.target.

Offline

#5 2013-12-27 00:27:24

kokice12
Member
Registered: 2013-12-26
Posts: 4

Re: [SOLVED] Unable to boot into fresh install (UEFI, gummiboot)

Not the problem:

# uname -r
3.12.6-1-ARCH

and in pacman (chrooted)

# pacman -Qs linux
...
local/linux 3.12.6-1 (base)

Offline

#6 2013-12-27 00:42:20

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: [SOLVED] Unable to boot into fresh install (UEFI, gummiboot)

You set your bootloader up wrong. The root= parameter needs to point to your root partition, not the boot partition.

Offline

#7 2013-12-27 00:54:03

kokice12
Member
Registered: 2013-12-26
Posts: 4

Re: [SOLVED] Unable to boot into fresh install (UEFI, gummiboot)

Scimmia wrote:

You set your bootloader up wrong. The root= parameter needs to point to your root partition, not the boot partition.

Thank you very much!

Offline

#8 2017-02-17 19:23:32

mongrelion
Member
Registered: 2017-02-17
Posts: 2

Re: [SOLVED] Unable to boot into fresh install (UEFI, gummiboot)

Scimmia wrote:

You set your bootloader up wrong. The root= parameter needs to point to your root partition, not the boot partition.

Thank you so much! I was having the same problem.

Offline

#9 2017-02-17 19:46:39

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,782

Re: [SOLVED] Unable to boot into fresh install (UEFI, gummiboot)

Glad that solved it.

I shall use this opportunity to close this old thread


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

Board footer

Powered by FluxBB