You are not logged in.
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 offIt 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/sdb2Anybody got an clue what it could be?
Offline
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
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 (Yesterday 17:06:29)
Offline
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