10-29-2023, 08:24 PM
After booting from Arch Live USB run and post output here.
For example, on my current laptop I see
It means that on this laptop Live USB corresponds to device sda1
Then
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
Code:
lsblk -f
For example, on my current laptop I see
Code:
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
It means that on this laptop Live USB corresponds to device sda1
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