yritän laittaa opensusea muistitikulle näillä ohjeilla
Creating a bootable USB Stick from Linux
This assumes that the usb stick is /dev/sda with an active partition /dev/sda1 and 12 megs of available space. The partition must be formatted with FAT16 (use mkfs.msdos -F 16 /dev/sda1 if you need to create a new filesystem). You must have the lilo package installed to run the mkbootdisk script.
i386
umount /dev/sda1
mount -o loop openSUSE-10.3-GM-i386-mini.iso /mnt
/mnt/boot/i386/mkbootdisk --32 --partition /dev/sda1 /mnt
http://en.opensuse.org/Installation_without_CD#Creating_a_bootable_USB_Stick_version_of_mini.iso_entirely_from_Windows
näin sanoo kun koitin:
dhcppc1:/home/lenny# umount /dev/sdf
umount: /dev/sdf: not mounted
dhcppc1:/home/lenny# mount -o loop openSUSE-11.1-NET-i586.iso /mnt
dhcppc1:/home/lenny# /mnt/boot/i386/mkbootdisk --32 --partition /dev/sdf1 /mnt
disk /dev/sdf, partition /dev/sdf1
cluster too large (max. 32k)
dhcppc1:/home/lenny#
Mitenkä tämä nyt oikeen pitäisi tehdä
Suoraan linkitsemästäsi ohjeesta seuraava lause:
If you receive an error message about the cluster being too large, it may be that the partition on the USB stick is too large. Try repartitioning the USB stick with a smaller partition.
Mutta eikös homma onnistuisi suoraan unetbootin -ohjelmalla?