Displaying 5 results from an estimated 5 matches for "minirt24".
2005 Mar 07
0
compact flash, fat, reduced knoppix and syslinux
...ehow set this up wrong. I saw that there is a
debug version of isolinux but could not find something
similar for syslinux. Does such a thing exist?
I have attached my syslinux.conf.
* * * * * * * * * *
DEFAULT linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us
apm=power-off vga=791 initrd=minirt24.gz nomce quiet
BOOT_IMAGE=knoppix
TIMEOUT 300
PROMPT 1
DISPLAY boot.msg
F1 boot.msg
F2 f2
F3 f3
LABEL knoppix
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us
apm=power-off vga=791 initrd=minirt24.gz nomce quiet
BOOT_IMAGE=knoppix
LABEL memtest
KERNEL memtest
APPEND initrd=
LABEL k...
2005 Jan 06
2
Well I did it...
...escribed in the readme.usbkey.
(the script took a REALLY long time too)
I booted into 3.7 knoppix. Copied all the directories
onto the key. Then copied the contents of the /boot dir into
the root dir. I renamed isolinux.cfg to syslinux.cfg
I had some problems because syslinux did not like the minirt24.gz file.
I booted to a windows box and unzipped the minirt24.gz into miniroot.img
and *BLAMMO* it booted knoppix!
Just like the cd... I did have to fuss with the bios boot order..
ScottP
2009 Feb 28
1
(no subject)
...e Ubuntu-usb-stick.
Which parameters in syslinux.cfg I must change to start Ubuntu-Linux?
There are the following files in Ubuntu-casper:
initrd.gz vmlinuz
The syslinux.cfg at bootfloppy begins with:
DEFAULT linux24
APPEND ramdisk_size=100000 init=/etc/init lang=de apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix frugal
TIMEOUT 300
PROMPT 1
DISPLAY boot.msg
F1 boot.msg
F2 f2
F3 f3
LABEL dsl
KERNEL linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix frugal
Regards, Svgt
--
Compute...
2005 Jan 12
1
problem loading a dos bss
...bss file on his website.
If I enter dos at the boot: prompt a '.' appears a line below and then
below that the SYSLINUX copyright information reappears and the boot:
prompt again.
Any ideas?
The syslinux.cfg file is:
DEFAULT dsl
APPEND ramdisk_size=100000 init=/etc/init lang=uk initrd=minirt24.gz
BOOT_IMAGE=knoppix
TIMEOUT 300
PROMPT 1
LABEL insert
KERNEL vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=uk initrd=miniroot.gz
BOOT_IMAGE=insert
LABEL dos
KERNEL dos.bss
APPEND -
LABEL memtest86
KERNEL memtest
APPEND -
Regards,
James
2005 Feb 07
2
How to boot a compressed CD-ROM image from disk
....
Now that I've read the docs a few more times, it seems as though
I should be using EXTLINUX instead...
a) take the MBR from SYSLINUX and install it on the drive.
b) also place in the /boot directory, an extlinux.cfg file
that contains some stuff. (what stuff still eludes me)
c) create a minirt24.gz file that contains stuff to mount that
ISO image file. (I don't know how to build/view this file.)
Any help would be appreciated.
TIA
Fulko