Hi, How can I put the .iso image on usb so that the usb boots with the latest devel release, grml-medium-devel_2008.09.28.iso for example? The wiki http://wiki.grml.org/doku.php?id=usb & grml2usb uses windoze FAT16 filesystem, but I hope I can put it into (and boot from) native Linux filesystems, using grub if possible. thanks
mkdiskimage -4 /dev/sdz 0 128 32 # for a stick with < 2GBThe details of this command are given on the link above. Note, that in the grml wiki, the mkdiskimage command is given as follows :
mkdiskimage -4 /dev/sdz 1 128 32 (note the "1" instead of "0" above )