Psphreak wrote:
Hey IceCube, I got it working

. I got back to check if you had answered and it hit me like a ton of bricks. I just copied
KERNEL /austrumi/bzImage
APPEND initrd=/austrumi/initrd.gz dolivecd
into the custom CFG and worked out. Thanks even though you didn't respond but I've seen you help a bunch of other peeps. Now I have all the tools I need in ONE CD, sweetness!
Well there is actually another way were you could use the whole config instead of just one line. You would have to use the latest v5beta12 or upgrade the version you use to the latest isolinux/syslinux.
Here is a quote from Damn Small Linux topic:
Icecube wrote:
Extract UBCD to
C:\UBCD-extract.
Extract Damn Small Linux to
C:\DSL (version 4.3):
It should contain the following folders:
Quote:
/boot
/isolinux
boot.cat ==> delete this file
f2
german.kbd
isolinux.cfg
logo.16
boot.msg
f3
isolinux.bin ==> delete this file
linux24
minirt24.gz
/KNOPPIX
index.html ==> delete this file
Copy the contents of
C:\DSL\boot\isolinux to
C:\UBCD-extract\dsl\ (if you take DSL, you need to change the changed "dsl" isolinux.cfg entries also to "DSL").
Copy
C:\DSL\KNOPPIX\KNOPPIX to
C:\UBCD-extract\dsl\.
Change
C:\UBCD-extract\dsl\isolinux.cfg to:
Quote:
DEFAULT /dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=/dsl/minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix knoppix_dir=dsl
TIMEOUT 300
PROMPT 1
DISPLAY /dsl/boot.msg
F1 /dsl/boot.msg
F2 /dsl/f2
F3 /dsl/f3
LABEL dsl
KERNEL /dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=/dsl/minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix knoppix_dir=dsl
LABEL memtest
KERNEL /dsl/memtest
APPEND initrd=
LABEL dsl-txt
KERNEL /dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal initrd=/dsl/minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix knoppix_dir=dsl
LABEL expert
KERNEL /dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=/dsl/minirt24.gz nomce BOOT_IMAGE=expert knoppix_dir=dsl
LABEL fb1280x1024
KERNEL /dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=794 xmodule=fbdev initrd=/dsl/minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix knoppix_dir=dsl
LABEL fb1024x768
KERNEL /dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 xmodule=fbdev initrd=/dsl/minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix knoppix_dir=dsl
LABEL fb800x600
KERNEL /dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=788 xmodule=fbdev initrd=/dsl/minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix knoppix_dir=dsl
LABEL lowram
KERNEL /dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal initrd=/dsl/minirt24.gz noscsi noideraid nosound nousb nofirewire noicons minimal nomce noapic noapm lowram quiet BOOT_IMAGE=knoppix knoppix_dir=dsl
LABEL install
KERNEL /dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal initrd=/dsl/minirt24.gz noscsi noideraid nosound nofirewire legacy base norestore _install_ nomce noapic noapm quiet BOOT_IMAGE=knoppix knoppix_dir=dsl
LABEL failsafe
KERNEL /dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init 2 lang=us vga=normal atapicd nosound noscsi nousb nopcmcia nofirewire noagp nomce nodhcp xmodule=vesa initrd=/dsl/minirt24.gz BOOT_IMAGE=knoppix knoppix_dir=dsl base norestore legacy
LABEL userdef
KERNEL /dsl/linux24
APPEND ######################
The CONFIG command loads the isolinux config file for DSL, with all options as the normal DSL cd, but this requires a new version of isolinux.
Download syslinux from
http://www.kernel.org/pub/linux/utils/boot/syslinux/.
Extract the syslinux archive to
"c:\syslinux".
To update isolinux for the CD version- Copy
"c:\syslinux\core\isolinux.bin" to
"C:\UBCD-extract\isolinux".
- Copy
"c:\syslinux\com32\menu\menu.c32" to
"C:\UBCD-extract\isolinux"- Copy
"c:\syslinux\com32\modules\chain.c32" to
"C:\UBCD-extract\isolinux"- Copy
"c:\syslinux\memdisk\memdisk" to
"C:\UBCD-extract\isolinux"To update syslinux for the bootable USB key- Copy
"c:\syslinux\core\ldlinux.sys" to
"C:\UBCD-extract\syslinux".
- Copy
"c:\syslinux\mbr\mbr.bin" and
"c:\syslinux\ldloader.bss" to
"C:\UBCD-extract\tools\ubcd2usb".
- Copy
"c:\syslinux\com32\menu\menu.c32" to
"C:\UBCD-extract\syslinux"- Copy
"c:\syslinux\com32\modules\chain.c32" to
"C:\UBCD-extract\syslinux"- Copy
"c:\syslinux\memdisk\memdisk" to
"C:\UBCD-extract\syslinux"Change
/custom/custom.cfg to:
Quote:
MENU INCLUDE /menus/defaults.cfg
LABEL back
MENU LABEL ..
KERNEL menu.c32
APPEND /menus/main.cfg
LABEL dsl
MENU LABEL Damn Small Linux v4.3
CONFIG /dsl/isolinux.cfg
Could this please be moved to the how to's subforum please icecube? As this is posted in the wrong subforum.
_________________
~Just StopSpazzing~
Visit the UBCD Wiki:
http://wiki.ultimatebootcd.comPlease check your
UBCD ISO
MD5 Hash Sum; May prevent issues later on by not having an exact copy.
Currently Working on
Common Issues and Repair Tips on the Wiki.