mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
$ guestfish -N fs:vfat:2G syslinux /dev/sda1 libguestfs: error: syslinux: Error converting to codepage 850 Invalid argument ... This happens because of the default codepage requested by syslinux (code page 850) combined with the appliance missing the iconv converter for this codepage. Reported-by: Yongkui Guo Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1990720