PDA

View Full Version : Knoppix 7.02 LiveDVD USB Creator



luther
06-06-2012, 04:50 AM
RE:
Exp:
06316173bd9f069c07f82a9a7de86c8d *KNOPPIX_V7.0.2DVD-2012-05-30-EN.iso
Act:
06316173bd9f069c07f82a9a7de86c8d
Hi,
My ISO preference is to bypass the DVD burn phase and go directly to LiveUSB.
Does any of the Group Members have a stable method to try on this ISO?

My limited experience is using 6.71 LiveCD with:
http://www.linuxliveusb.com/en/supported-linuxes
luther

Capricorny
06-09-2012, 01:34 PM
RE:
Exp:
06316173bd9f069c07f82a9a7de86c8d *KNOPPIX_V7.0.2DVD-2012-05-30-EN.iso
Act:
06316173bd9f069c07f82a9a7de86c8d
Hi,
My ISO preference is to bypass the DVD burn phase and go directly to LiveUSB.
Does any of the Group Members have a stable method to try on this ISO?

My limited experience is using 6.71 LiveCD with:
http://www.linuxliveusb.com/en/supported-linuxes
luther

If I understand you right, you are looking for a tool to create USB directly w/o burning the DVD image. I have mentioned one way of doing this, with qemu-kvm: http://knoppix.net/forum/threads/29398-new-Knoppix-hangs-in-vmware-waiting-for-root-device?highlight=lsusb

I would consider this as a "stable" method. It can also be used for testing the DVD.

Example of commands, you insert the actual medium in the actual device. (You have to create the -hda disk image if you want to use this parameter, I don't know if it's strictly necessary - I add it just in case :) ):


# lsusb
Bus 002 Device 006: ID 0951:1624 Kingston Technology .....
# qemu -cdrom /store/download/iso/KNOPPIX_V6.7.0DVD-2011-08-01-EN.iso -hda /store/vm/qemu/knx670_disk.img -m 1024 -boot d -usb -usbdevice host:0951:1624 &