10-29-2023, 08:47 PM
(10-29-2023, 08:24 PM)v71221 Wrote: After booting from Arch Live USB runand post output here.Code:lsblk -f
For example, on my current laptop I see
It means that on this laptop Live USB corresponds to device sda1Code:root@archiso ~ # lsblk -f
NAME FSTYPE FSVER LABEL UUID
loop0 squashfs 4.0
sda
└─sda1 vfat FAT32 ARCH_202310 22E9-E8FC
nvme0n1
├─nvme0n1p1 vfat FAT32
├─nvme0n1p2
└─nvme0n1p3 ntfs
Then
Code:mount -m /dev/sda1 /mnt/sda1
/mnt/sda1/pre.sh
Keep in mind, you must edit pre.sh
Enter your favorite Arch mirror, wireless device, SSID and passphrase, timezone.
Then copy this script to root folder of Live USB.
Sorry, Arch Linux isn't beginner-friendly.
Please read here
https://hashcat.net/forum/thread-10548-p...l#pid54999
I have just done lsblk -f, but I wonder if there are a way to copy all the info you need or am I stuck to the keyboard for the next 5-6 hours or so?

Meanwhile Im going to try to edit pre.sh.
Thank you again very much for helping me with this, I appreciate it very much!