You are not logged in.
Hi everyone, I'm trying to install Arch on a tower pc that has windows on a SSD. I'm very familiar with the procedure, but this time I couldn't even get started.
When I booted from the installation media (usb stick) I got the black screen showing the following message:
:: Mounting 'UUID=2023-10-14-06-59-02-00' to '/run/archiso/bootmnt'
Waiting 30 seconds for device /dev/disk/by-uuid/2023-10-14-06-59-02-00 ...
ERROR: 'UUID=2023-10-14-06-59-02-00' device did not show up after 30 seconds...
Falling back to interactive prompt
You can try to fix the problem manually, log out when you are finished
sh: can't access tty; job control turned off
[rootfs] ~]#
What can I do? Thank you in advance.
Last edited by ordinary.schreiber (2023-10-16 09:47:05)
Offline
How did you write the ISO to USB?
Offline
From another windows using Rufus
Offline
Check its UUID ("lsblk -f") and in doubt write it using "dd"
Online
So should I write manually the UUID '2023-10-14-06-59-02-00'? How does it work?
Last edited by ordinary.schreiber (2023-10-15 16:14:51)
Offline
I've no idea whether you can make rufus write a specific UUID (or anything about it) but if you write the iso w/ dd you should™ end up w/ proper UUIDs
Online
No, you should create the installation medium with dd -> https://wiki.archlinux.org/title/USB_fl … _utilities
Offline
hcjl, those are instructions for linux but OP is using rufus/windows to create the install medium.
@ordinary.schreiber : read https://wiki.archlinux.org/title/USB_fl … sing_Rufus and pay attention to the purple box.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Thanks, it seems that Rufus was the problem.
I wrote again the ISO to the USB with cp and it worked.
Offline