On Sat, Mar 29, 2014 at 12:52:40AM +0400, Aleksej Saushev wrote: > It is a bit of surprise to me that bootxx_msdos exists, > yet it isn't clear enough from documentation which file system(s) it supports.
(disclaimer: I've never used it) >From the naming of other primaries in that directory my guess would be: just msdos - so FAT and FAT32. If you can mount it with mount_msdos(8) [or the equivalent mount -t msdos], it should work. Martin