Howdy folks! Been a loong time since I last posted isn’t it? Just been busy with work & travel (won’t bore you with the details, just check my personal blog).
I’ve been looking forward to the upcoming openSUSE 11.2 version ( it’s no secret that I’m a fan of openSUSE), but the main problem for me was that I don’t like holding onto optical media, and have a 8gig USB flash disk, especially for these things.
Unfortunately, openSUSE has been lacking a install/boot from USB flash drive for quite sometime, upto now that is. The last Milestone (M8) and the first release candidate, RC1 includes support for booting from USB flash disks.
You will need access to a Linux environment, inorder to accomplish this step.
Once you’re in Linux, open the terminal. Insert your USB flash disk. ait for few moments for the flash disk to be detected. Then, switch to root user by typing
su root
And then type in
dd if=image.iso of=/dev/sdX bs=4M
Replacing image.iso with the full path of the iso file
& sdX with your actual device name of your flash drive. Be careful while entering the device name, all data will be wiped out, ensure you’ve entered the right one!
And, that’s about it. Reboot, using the USB flash disk as boot device & voila!
Note: I’ve tried this with the KDE4 LiveCD version, if anyone else has tried the DVD version please drop a comment!