Dear IncusOS users,
I am just starting to play around with Incus and IncusOS (finally!).
I have a device booting from a USB stick, prepared with the
installation image.
I have another USB stick containing the seed data.
However I partition or format that seed usb stick, it is never
recognized. I always get a warning that the installation cannot
continue without the seed data.
It is a 16Gi USB 2.0 stick.
I tried
- MBR with 1 VFAT partition, containing the JSON files directly in the
file system
- MBR with 1 FAT16 partition (200Mi), containing the JSON files
directly in the file system
- GPT with 1 VFAT partition, containing the JSON files directly in the
file system
- different USB ports on the device
- plugging in the device later
- pulling and plugging the device once the warning appears
The commands I used to format were like this:
"sudo mkfs.vfat -n SEED_DATA /dev/sdb1"
"sudo mkfs.vfat -n SEED_DATA -F 16 /dev/sdb1"
The documentation says:
"Alternatively, a user-provided seed partition may be provided
independent of the install image. The partition label must be
SEED_DATA on either a USB drive formatted as FAT or an ISO image.
Rather than reading a tar archive, the install logic will attempt to
directly read the JSON or YAML configuration files from the mounted
file system"
https://linuxcontainers.org/incus-os/docs/main/reference/seed/
What am I doing wrong? What am I missing?
Thanks in advance!
Kind Regards,
Johannes