Archive - Oct 8, 2009

Date
  • All
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

Creating a bootable USB stick from the openSUSE install media

On the openSUSE 11.2 milestone (beta) release page there was a nice tip on how to quickly make a bootable install usb stick using the LiveCD's:


Note, if you need to try the live CD on a machine with no CD-ROM drive, you can copy it to a USB key with the following command:

dd if=image.iso of=/dev/sdX bs=4M

Replace “image.iso” with the name of the ISO image that you have downloaded, and replace “sdX” with the actual device name of your USB drive. Be careful! This will erase the target device, so make sure you have the correct device name and have any vital data backed up!

I'll be trying this on my new pet project : the Acer ASPIRE Revo 3600 Nettop :)