PDA

View Full Version : Installing KNOPPIX 7.6.0 DVD iso image on a bootable usb-stick.



mikael.palmkvist@yahoo.se
12-10-2015, 12:31 AM
Hi, I have a laptop running kubuntu without any windows installed. I have downloaded the KNOPPIX ISO image The laptop I am using has no DVD unit. I need to know how to make a bootable USB-stick. Preferable it should work on both 32-bit (Pentium-4) and 64-bit (AMD or Intel CPU). I have a couple of computers but no working windows version. They was dying years ago and reinstall them with GNU/Linux Live USB. Previous Live iso images I just did "dd if= of=/dev/sdb bs=4M" and was able to restart the computer booting the live usb stick. I have tried above method and unetbootin without any luck. How do I continue?

Werner P. Schulz
12-10-2015, 10:32 AM
Hello Mikael!

Have a look at http://knopper.net/knoppix/knoppix760-en.html
→ Update: Computers without DVD drive

klaus2008
12-10-2015, 12:11 PM
Hi!

I think the question is how to create a bootable USB stick with Knoppix 7.6.0 on it without having to boot Knoppix itself.

I suggest you try the following.
If you already have got a bootable USB stick with syslinux 6.0.3 you could mount the Knoppix ISO and copy the KNOPPIX directory with subdirectories to the root directory of the USB stick. Then copy the boot directory with subdirectories to the USB stick, too. Rename the directory boot/isolinux to boot/syslinux and the configuration file boot/syslinux/isolinux.cfg to boot/syslinux/syslinux.cfg

Try to boot from your USB stick. If it does not boot try to configure syslinux so that it uses boot/syslinux/syslinux.cfg

mikael.palmkvist@yahoo.se
12-10-2015, 02:47 PM
www.wgdd.de/2013/08/create-knoppix-usb-boot-stick-from.html I have found a solution and it worked from lubuntu. $ isohybrid -o 1 -h 64 -s 32 -e 1 KNOPPIX_V7.6.0DVD-2015-11-21-EN.iso and $ cat KNOPPIX_V7.6.0DVD-2015-11-21-EN.iso > /dev/sdb I now running KNOPPIX 7.6.0 and now install it to the harddisk.

Werner P. Schulz
12-10-2015, 05:26 PM
And? Do you also have → persistent memory and → UNIONFS (http://knoppix.net/wiki/Category:Hard_drive_Installation)?

In my last posting I forgot to mention, how to use Knoppix without DVD-drive (http://knoppix.net/wiki/Knoppix_Remastering_Howto#Test_CD_Image_Without_Bu rning_a_CD).

klaus2008
12-10-2015, 06:03 PM
You can read more about isohybrid (http://www.syslinux.org/wiki/index.php/Isohybrid) in the Syslinux Wiki (http://www.syslinux.org/wiki/index.php/The_Syslinux_Project).

@ mikael.palmkvist@yahoo.se: Thank you for telling us your solution. I did not know the program isohybrid before.

mikael.palmkvist@yahoo.se
12-12-2015, 10:53 PM
I did not know about kvm-qemu, I have to change bios setting to get it working, nice and thanks you all.