Installing USB Image into hard disc in SUSE Studio

From openSUSE

    Portal Start   FAQ FAQ   Tour Tour   Howto Howto    API API   Feddback, bugs and known issues Bugs   Support and information channels Support   Download appliances and other things Download    Display index of "Category: SUSE Studio"   How to edit this documentation


First of all you need to boot with some external media, like another USB stick or livecd with the dd tool in it. Once there, use the dd tool in order to copy the new image to the hard disc. Be aware that you will erase your hard disc with this operation.

dd if=/newimage of=/dev/sda

where /dev/sda is the hard disc.

Some times you may experience some trouble if you had a system already installed with some partitions created, so it is recommended that you erase all partitions, for example by using the fdisk tool. Once again, be aware that you are going to erase all data in your hard disc, so make sure you really want this.