Hello everyone. I am new to linux (well, almost) and thank you for helping me with my problem.
I am trying to make a live usb stick myself.
My laptop OS is Win7 but I did the work on VMware with Ubuntu.
I downloaded the 13.2 gnome live x86_64 version iso (checked md5sum already) and used
sudo dd if=openSUSE-13.2-GNOME-Live-x86_64.iso of=/dev/sdb1
to make the bootable disk.
The disk can be recognized under Ubuntu and shows it has two directories (boot and efi) and several other files so I assume it is right by now. The disk is not recognized under Win7 however.
Then I change the BIOS to let the usb stick boot first. But it seems the usb stick exactly have no use. There’s no failure or mistake reports or whatever. The system started Win7 as usual. Then I tried to boot the UEFI first but get the same result.
I used fdisk to check the partition and shows one is efi and another is linux. The second one has a star sign under BOOT.
Is this the problem with my BIOS setup? or does it means I did not make the live usb right?