You are not logged in.

#1 2026-07-27 16:37:12

Stefan_xyz
Member
Registered: 2019-09-01
Posts: 107

Installation media wont mount device 2026-07-01-16-32-20-00 post boot

Hello,

I just wanted to install Arch on a new laptop, so I pulled the latest ISO and put it on a stick, however I do get the following error:

Waiting 10 seconds for device /dev/disk/by-uuid/2026-07-01-16-36-20-00 ...
ERROR: Device '2026-07-01-16-36-20-00' not found
sh: can't access tty; job control turned off

It has nothing to do with the laptop as I tried a different laptop (where arch runs fine) and got the same error.
I also ran it with an older version of the arch install iso from 2024 with the same result.

I formatted the USB via RUFUS and like this:

dd if=archlinux-2026.07.01-x86_64.iso of=/dev/sdb2

Anybody got an clue what it could be?

Offline

#2 2026-07-27 16:48:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,023

Re: Installation media wont mount device 2026-07-01-16-32-20-00 post boot

dd if=archlinux-2026.07.01-x86_64.iso of=/dev/sdb2

You're supposed to write in onto the disk, not some partition.
https://wiki.archlinux.org/title/USB_fl … _utilities

Offline

#3 2026-07-27 17:06:05

Stefan_xyz
Member
Registered: 2019-09-01
Posts: 107

Re: Installation media wont mount device 2026-07-01-16-32-20-00 post boot

seth wrote:

dd if=archlinux-2026.07.01-x86_64.iso of=/dev/sdb2

You're supposed to write in onto the disk, not some partition.
https://wiki.archlinux.org/title/USB_fl … _utilities


That is what I did. I typed the command from memory sorry for the confussion

Last edited by Stefan_xyz (2026-07-27 17:06:29)

Offline

#4 2026-07-27 19:52:16

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,023

Re: Installation media wont mount device 2026-07-01-16-32-20-00 post boot

Plug the usb key into a linux system and post the output of "lsblk -f"
Can you boot it on some other host than that notebook?

Offline

#5 2026-07-28 17:08:55

Stefan_xyz
Member
Registered: 2019-09-01
Posts: 107

Re: Installation media wont mount device 2026-07-01-16-32-20-00 post boot

NAME        FSTYPE  FSVER            LABEL            UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda         iso9660 Joliet Extension ARCH_202607      2026-07-01-16-36-20-00                              
├─sda1      iso9660 Joliet Extension ARCH_202607      2026-07-01-16-36-20-00                              
└─sda2      vfat    FAT32            ARCHISO_EFI      6A45-4204

As already stated in my original post I get the same error when I plug it into another Laptop.

Offline

#6 2026-07-28 20:18:11

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,023

Re: Installation media wont mount device 2026-07-01-16-32-20-00 post boot

So various hosts can boot various iterations of the install iso but then not find the root partition?
How/when did you install arch on the other laptop? Booting an iso or replacing an existing system?

Have you tried to replug the usb key while the kernel is waiting for the FS?
You can add "rootwait" to the kernel parameters to wait indefinitely for it to show up.

Offline

#7 Yesterday 15:56:18

stas-t
Member
Registered: 2019-05-21
Posts: 11

Re: Installation media wont mount device 2026-07-01-16-32-20-00 post boot

seth: I had the same issue yesterday. I can confirm that re-plugging the usb stick helped - I did it once I saw first usb related errors in console. Thanks a lot!
rootwait did nothing for me.

What may be the cause of this behavior? Any ideas?

Offline

#8 Yesterday 20:11:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,023

Re: Installation media wont mount device 2026-07-01-16-32-20-00 post boot

rootwait was rather meant to give you all the time in the world to deal with the USB superstate wink

It might be related to how the USB is handed off to the OS - do you have a bios setting for that?
This should™ be HW specific (I just remembered that some netbook did that like 15 years ago) - it might be interesting to correlate the involved systems.

Offline

Board footer

Powered by FluxBB