Console output:
:: running early hook [udev]
Starting version 250.3-1-artix
:: running hook [udev]
:: Triggering uevents...
:: running hook [artix]
:: running hook [artix_loop_mnt]
:: running hook [keymap]
:: Loading keymap...done
:: Mounting '/dev/disk/by-label/ARTIX_202201' to '/run/artix/bootmnt'
Waiting 30 seconds for device /dev/disk/by-label/ARTIX_202201 ...
ERROR: '/dev/disk/by-label/ARTIX_202201' 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
The existing disk label is 'ARTIX_20220'
Solved by renaming it to 'ARTIX_202201' using mv
I cannot reproduce the issue under QEMU, both booting through UEFI and BIOS mode. Can you post
inxi -F
output from LiveISO, as root?
Also, please verify
$ md5sum artix-plasma-openrc-20220123-x86_64.iso
4cb9e1ca2cbdf827ca221fcf2a61e4e4 artix-plasma-openrc-20220123-x86_64.iso
Edit: Perhaps the most important question: how did you transfer the ISO to the medium? The USB flash installation medium (https://wiki.archlinux.org/title/USB_flash_installation_medium) page lists some of the possible and reliable methods to do that. It is likely that the program you used truncated the disk label.
System: Host: artix-live Kernel: 5.16.1-artix1-1 x86_64 bits: 64 Console: pty pts/1 Distro: Artix Linux
Machine: Type: Laptop System: LENOVO product: 2522BP6 v: ThinkPad T410 serial: R80AABA
Mobo: LENOVO model: 2522BP6 serial: 1ZHXC0944UT BIOS: LENOVO v: 6IET72WW (1.32 )
date: 08/27/2010
CPU: Info: Dual Core model: Intel Core i5 M 520 bits: 64 type: MT MCP cache: L2: 3 MiB
Speed: 1463 MHz min/max: 1199/2400 MHz Core speeds (MHz): 1: 1463 2: 1396 3: 1424 4: 1405
Graphics: Device-1: Intel Core Processor Integrated Graphics driver: i915 v: kernel
Device-2: Lenovo Integrated Webcam [R5U877] type: USB driver: uvcvideo
Display: server: X.org 1.21.1.3 driver: loaded: intel unloaded: fbdev,modesetting,vesa
resolution: <missing: xdpyinfo>
Message: Unable to show advanced data. Required tool glxinfo missing.
Audio: Device-1: Intel 5 Series/3400 Series High Definition Audio driver: snd_hda_intel
Sound Server-1: ALSA v: k5.16.1-artix1-1 running: yes
Sound Server-2: PulseAudio v: 15.0 running: yes
Network: Device-1: Intel 82577LM Gigabit Network driver: e1000e
IF: eth0 state: down mac: f0:de:f1:14:92:c6
Device-2: Intel Centrino Advanced-N + WiMAX 6250 [Kilmer Peak] driver: iwlwifi
IF: wlan0 state: down mac: 8a:23:3f:5f:91:71
Drives: Local Storage: total: 176.99 GiB used: 1.62 GiB (0.9%)
ID-1: /dev/sda vendor: Samsung model: MZ7LN128HAHQ-000L1 size: 119.24 GiB
ID-2: /dev/sdb type: USB vendor: Toshiba model: TransMemory size: 57.74 GiB
Swap: Alert: No swap data was found.
Sensors: System Temperatures: cpu: 46.0 C mobo: N/A
Fan [quote author=strajder link=msg=24689 date=1647346941]Speeds (RPM): fan-1: 3597
Info: Processes: 194 Uptime: 7m Memory: 3.64 GiB used: 842.9 MiB (22.6%) Shell: Bash inxi: 3.3.08
4cb9e1ca2cbdf827ca221fcf2a61e4e4 artix-plasma-openrc-20220123-x86_64.iso
I used Rufus, set it to work with legacy BIOS.
The note on the linked Arch wiki article (https://wiki.archlinux.org/title/USB_flash_installation_medium#Using_Rufus) states:
You can also try other listed methods.
Edit: For the sake of clarity, the ISO label is generated by:
https://gitea.artixlinux.org/artix/artools/src/branch/master/bin/iso/buildiso.in#L199
iso_label="ARTIX_$(date +%Y%m)"
and
https://gitea.artixlinux.org/artix/artools/src/branch/master/lib/iso/iso.sh#L29
-volid "${iso_label}" \
and produces the label without a "typo", which can be verified by:
$ iso-info artix-plasma-openrc-20220123-x86_64.iso
iso-info version 2.1.0 x86_64-pc-linux-gnu
Copyright (c) 2003-2005, 2007-2008, 2011-2015, 2017 R. Bernstein
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
__________________________________
ISO 9660 image: artix-plasma-openrc-20220123-x86_64.iso
Application : ARTIX LINUX LIVE/RESCUE CD
Preparer : PREPARED BY ARTOOLS/BUILDISO
Publisher : ARTIX LINUX <HTTPS://WWW.ARTIXLINUX.ORG/>
Volume : ARTIX_202201
No Joliet extensions
Use 'Ventoy' utility or 'dd' command
error /dev/disk/by-label/ARTIX_202201 device did not show up after 30 seconds mate dinit btw i got the error with rufus using iso mode using mbr as i am trying to boot the usb in legacy mode on elitedesk g3. i have no hope with dd mode as that is what mintstick uses anbd my system wouldn't see it in legacy boot mode BUT i will try ventoy now and see how that goes.