Moro
allaolevasta ohjeesta tarvisin lisäneuvoa
(
http://en.opensuse.org/Live_USB_stick)
eli miten nuo keno-vaiheet tehdään oikein että jotain tapahtuu?
How to make a USB drive bootable
* It is known that in some situation the USB drive would not boot. Even sometimes it will boot once and stop booting afterwards. The problem is that the main partition should be marked as bootable. In order to do that, connect the usb disk and from a terminal do:
(/dev/sdX has to be your USB: Make sure of that!)
umount /dev/sdX1 (and any other partition you have mounted automatically. Check it with the mount command)
fdisk /dev/sdX
\tp «--- print partition table
\ta «--- activate partition (bootable)
\t1 «--- partition 1 is bootable
\tw «--- write changes to partition table