You are not logged in.

#1 2015-08-25 15:44:13

Antharas
Member
Registered: 2015-08-25
Posts: 1

ERROR: device 'UUID=9e6...af" not found. Skipping fsck.

Hi Guys!
I've a problem with Arch, I've installed it on my external HDD through my desktop pc and it works fine, but when I boot the OS on my laptop this error appears:

 ERROR: device 'UUID=9e6...af' not found. Skipping fsck.
ERROR: Unable to find root device 'UUID=9e6...af'.
You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
sh: can't access tty; job control turned off
[rootfs /]# 

Why?

Thanks for your Help! big_smile

Offline

#2 2015-08-25 19:02:13

RogerB
Member
Registered: 2015-08-21
Posts: 24

Re: ERROR: device 'UUID=9e6...af" not found. Skipping fsck.

I think you was made some mistake with your fstab. Your system cannot find partition with /root.

You should do this:
1. Start up with Live usb
2. Mount your system partitions as they should be ( /mnt /boot etc.)
3. Do this:

genfstab -U /mnt > /mnt/etc/fstab

4. Check your fstab file

If you will make everything alright then your Arch will alive. smile

PS: if you want see what was wrong you should cat your fstab before you will generate it again. They should be different.

Last edited by RogerB (2015-08-25 19:06:18)


ArchLinux most powerful distribution. Deal with it

Offline

#3 2015-08-25 19:28:13

losko
Member
Registered: 2014-11-19
Posts: 42

Re: ERROR: device 'UUID=9e6...af" not found. Skipping fsck.

In your '/etc/fstab' the root partition is identifyied by a wrong UUID, something like this:

UUID=9e6...af    /    ext4    rw,noatime,nodiratime,data=ordered    0 1

You should edit your '/etc/fstab', booting from recovery media and then mounting that partition.
Change first field with label or device:

LABEL=yourlabel    /    ext4    ...

or

/dev/sdXX    /    ext4    ...

You should check the kernel line of your bootloader as well:

linux /boot/vmlinuz-linux root=UUID=9e6...af initrd=......

and change it (if needed) to:

linux /boot/vmlinuz-linux root=/dev/sdXX initrd=......

or

linux /boot/vmlinuz-linux root=LABEL=mylabel initrd=......

The kernel line can be changed 'on the fly' (not permanently) at boot, usually pressing 'e' key'.

Last edited by losko (2015-08-25 19:40:07)


"Greetings from the Banana Republic"

Offline

#4 2015-08-25 23:09:02

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: ERROR: device 'UUID=9e6...af" not found. Skipping fsck.

I'd guess a missing driver in the initramfs. Try booting with the fallback image as that should have more drivers, if that doesn't work you need to figure out which driver is needed (my guess would be disk controller) to get access to the disk.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#5 2016-05-03 13:44:43

Mladia
Member
Registered: 2016-04-30
Posts: 59

Re: ERROR: device 'UUID=9e6...af" not found. Skipping fsck.

Hey, I am having the same error, but different outputs on fstab and can't mount right partitions for some reasons. I know I shouldn't bring back an old thread, but I would appreciate your help, because it seems the problem is not so common and there is not enough info that I could find, and I could really appreciate the help

https://bbs.archlinux.org/viewtopic.php?id=212114

Offline

#6 2016-05-03 14:26:44

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,846
Website

Re: ERROR: device 'UUID=9e6...af" not found. Skipping fsck.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB