Wednesday 21 August 2013

Solution : Making of Bootable USB live from Open Suse 12.3 ISO

Hai,

Here is the solution for the opensuse bootable usb live.


Download the Opensuse 12.3 from :

http://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/12.3/iso/openSUSE-12.3-GNOME-Live-i686.iso


 Now  login as root in any linux machine

 $ cd < location of folder of iso>
 $ isohybrid openSUSE-12.3-GNOME-Live-i686.iso

# what this command do , ISOLINUX supports a "hybrid mode" which can be booted from either CD-ROM or from a device which BIOS considers a
hard disk or ZIP disk, e.g. a USB key or similar.

$ dd if=openSUSE-12.3-GNOME-Live-i686.iso of=/dev/sdb1  bs=4M

/dev/sdb1 : your usb drive.

By this we can make openSUSE on USB

Share This!



No comments:

Post a Comment

Here We Write The Problems we face at different situations and Solutions to those problems.