Я полностью повторил инструкцию bormant'а, но flash карта осталась пустой.
У меня были такие проблемы:
После первой же команды fdisk'а связанной с flash картой был такой ответ:
device contains a valid 'iso9660' signature; it is strongly recommended to wipe the device with wipefs(8) if this is unexpected, in order to avoid possible collisions.
Это я исправил командой:
#wipefs --all /dev/sdx
Вот что написал fdisk при взаимодействии с карточкой:
fdisk /dev/sdb
Device does not contain a recognized partition table.
Created a new DOS disklabel with disk identifier 0x896f6b41.
: m
Help:
DOS (MBR)
a toggle a bootable flag
b edit nested BSD disklabel
c toggle the dos compatibility flag
: t
Selected partition 1
Hex code (type L to list all codes): b
If you have created or modified any DOS 6.x partitions, please see the fdisk documentation for additional information.
Changed type of partition 'Linux' to 'W95 FAT32'.
: a
Selected partition 1
The bootable flag on partition 1 is enabled now.
: 1
1: unknown command
: w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
#mount -o loop /slax-64bit-9.3.0.iso /mnt/iso
#mount: /dev/loop0 is write-protected, mounting read-only
#sh bootinst.sh