1
Users / Re: 0710 beta 2 available
« on: December 26, 2007, 12:06:45 pm »Does anyone have a clue how I can "burn the iso" to the usb stick ? I googled a lot, and I found some instructions, but I don't really get it.
The missing floppy drive is a big problem in that context...
Maybe someone knows a way - might be interesting for others too.
I copied it to an 8GB usb stick.
I followed tese links:
http://kubuntuforums.net/forums/index.php?topic=3089474.new
http://ubuntuforums.org/showthread.php?t=476302
My computer now boots but ends up in a busybox
Will try to find out and will report after success.
Here is my syslinux.cfg btw:
--------------------------------------
DEFAULT custom
GFXBOOT bootlogo
GFXBOOT-ACCESS-OPTIONS v1 v2 m1
APPEND file=preseed/kubuntu.seed boot=casper initrd=initrd.gz --
LABEL custom
menu label ^Install LinuxMCE 0710 for I386
kernel vmlinuz
append file=preseed/kubuntu.seed boot=casper initrd=initrd.gz --
LABEL memtest
menu label ^Memory test
kernel /install/mt86plus
append -
LABEL hd
menu label ^Boot from first hard disk
localboot 0x80
append -
DISPLAY syslinux.txt
TIMEOUT 300
PROMPT 1
F1 f1.txt
F2 f2.txt
F3 f3.txt
F4 f4.txt
F5 f5.txt
F6 f6.txt
F7 f7.txt
F8 f8.txt
F9 f9.txt
F0 f10.txt
------------