You are not logged in.

#1 2023-07-14 23:23:16

nadichamp
Member
Registered: 2023-07-14
Posts: 9

Device error on fresh installation. [SOLVED]

I just finished installing arch, however it stops midway through booting goes into emergency mode and throwing up the error:

[ TIME ] Timed out waiting for device /dev/disk/by-uuid/1203-62C1.
[DEPEND] Dependency failed for /boot,
[DEPEND] Dependency failed for Local File Systems.
[  TIME  ] Timed out waiting for /dev/disk/by-uuid/a4fdf7aa-de87-4ff2-a304-a21593400ef.
[DEPEND] Dependency failed for /dev/disk/by-uuid/a4fdf7aa-de87-4ff2-a304-a21593400ef.
[DEPEND Dependency failed for Swaps.

I have no idea what is going on any help is much welcome.

partition map:
/dev/sda1 /boot
/dev/sda2 /home
/dev/sda3 swap
/dev/sda4 root

[SOLUTION]
I deleted the fstab configuration file and it somehow fixed it.

Last edited by nadichamp (2023-07-15 01:36:17)

Offline

#2 2023-07-14 23:32:16

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: Device error on fresh installation. [SOLVED]

post your fstab as well as the output of blkid.

Offline

#3 2023-07-14 23:50:58

nadichamp
Member
Registered: 2023-07-14
Posts: 9

Re: Device error on fresh installation. [SOLVED]

Scimmia wrote:

post your fstab as well as the output of blkid.

here is what fstab is:
#<filesystem> <dir> <type>  <options> <dump> <pass>

# /dev/sda4
UUID-7f96c465-86d7-8f4c-9584884bcda7      /      ext4    e=rw,realtime      01

#/dev/sda1
UUID=1203-62CI     /boot   vfat     rw,reaktune,fmask=022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 02

#/dev/sda3
UUID=a4fdf7aa-de87-4ff2-a304-a215934300ef    none    swap    defaults    00

#/dev/sda4   /    ext4    rw,realtime    01

I manually typed out the uuids

Last edited by nadichamp (2023-07-15 01:13:46)

Offline

#4 2023-07-15 01:22:47

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: Device error on fresh installation. [SOLVED]

nadichamp wrote:

I manually typed out the uuids

Don't do that. See https://wiki.archlinux.org/title/List_o … n_services
Don't forget the blkid output.

Offline

#5 2023-07-15 01:35:21

nadichamp
Member
Registered: 2023-07-14
Posts: 9

Re: Device error on fresh installation. [SOLVED]

Scimmia wrote:
nadichamp wrote:

I manually typed out the uuids

Don't do that. See https://wiki.archlinux.org/title/List_o … n_services
Don't forget the blkid output.

I somehow fixed it by deleting fstab.

Offline

#6 2023-07-15 01:38:56

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: Device error on fresh installation. [SOLVED]

Which could cause problems later. Since you're using a partition at /boot, make sure it's still being mounted.

Offline

Board footer

Powered by FluxBB