anticapitalista wrote:Only other issue I can think of is a failing usb stick.
The stick is fine. It's quite new. Although that alone is no guarantee of it working, it has never been worked hard.
I managed to get it to boot 16b2.1 by handling some elements manually with fdisk on partition1.
Destroyed partition
Created partition
Aligned start of partition to 2048
Set up an ext4 file system with the command
Code: Select all
mkfs.ext4 -b 4096 -E stride=128,stripe-width=128 -m 0 -O ^has_journal -L USB-YELLOW /dev/sdb1
Then installed antiX using unetbootin
Booted successfully using USB stick
Posting now from booted USB
When installing the bootloader, unetbootin again found the following files and asked for confirmation to overwrite them:
.../boot/syslinux/
menu.c32
libutil.c32
libcom32.c32
Clearly these were destroyed by the manual preparation of partition1. Are these unpacked when the ISO is extracted from archive and then found when unetbootin installs the bootloader?