Community gatherings on Freenode at #tinycorelinux (webchat)
Did you search these forums, I seem to recall there were one or two threads on dd and the iso.Otherwise you could copy the distribution files (core.gz, vmlinuz) directly to usb stick from here:http://tinycorelinux.net/7.x/x86/release/distribution_files/..and adjust your bootloader accordingly.
There are many ways to do this, but you could look at "Option 3 Isohybrid" here:http://wiki.tinycorelinux.net/wiki:install_without_a_cd_or_dvd_drive?s[]=isohybrid..either the dd or isohybrid commandsIf you want something a little more involved, then these's this:http://forum.tinycorelinux.net/index.php/topic,19364.msg119228.html#msg119228
isohybdrid is supplied by syslinux, which must exist in kubuntu, no?
Otherwise you can use dd or the grub2 (which must also exist in kubuntu) example.
dd if=CorePlus-current.iso of=/dev/sdX
Code: [Select]dd if=CorePlus-current.iso of=/dev/sdX..where you substitute sda, sdb, etc, for sdX is not that complex, but be sure you choose the correct location for your blank usb stick...