domingo, 8 de abril de 2012

Snipets: Crear USB booteable Opensuse


(Testeado con 12.1)

Find the USB stick
After inserting your USB stick, you can find out what device it is


~> su
# grep -Ff <(hwinfo --disk --short) <(hwinfo --usb --short)

Write ISO to USB
Finally, once you've found your block device, write the image to it

# umount /dev/sdXY
# dd_rescue openSUSE-12.1-KDE-LiveCD-x86_64.iso /dev/sdX

No hay comentarios: