QUOTE (kof94 @ Nov 25 2006, 06:39 AM)

QUOTE
You're annnoyed not w/ the fact that this can't be done, but rather that you haven't been able to find a ready-made answer on a particular web page.
Got it in one!
Seriously though, I'm not bothered about the work involved I just want more information. For me my boot disc is a continuing personal project!
I'm loathed to leave CDShell behind because it's so easy to use and because I enjoy using it!
However, if you could provide me with some more info about using isolinux may be I'll stop being a grumbling old git and embrace change

.
Do you know of a syntax guide to isolinux?
How do you go about booting windows/PE and floppy images?
How would you go about adding CDShell to isolinux? (e.g.
UBCD)
As you can see I have a lot of questions that need answers before I convert.
Help...
You're not a grumbling old git.

Quik confession: I have my own "obsession" w/ GRUB. I decided I wanted a better boot splash than ISOLINUX and GRUB will deliver that, *underneath* a nice menu. Last month, I spent over
twenty hours, trying at least forty diff ISOs, but no joy.

It hasn't beaten me, but I gave it a break so I could do some paying work. I will get it !
I haven't figured out booting CDSHELL, however I would like to add either UBCD or Hiren's Boot CD to my SuperDVD. My guess was to use its bootsector.
This looks like a job for
GOOGLE, altho I'd start by GOOGLEing MSFN.
Feed
QUOTE
+ISOLINUX +"home page"
to GOOGLE and something serendipitous may happen.... One of the links is the home page of ISOLINUX. Inside the SYSLINUX-311.ZIP (where
all three boot loaders live), is a file called SYSLINUX.DOC, w/ the specs on the ISOLINUX/SYSLINUX/PXELINUX.CFG menu format.
Finally, here's something live that boots BartPE, multiple Linux distros, *and* a couple of odd floppy images:
QUOTE
#### Boot the WinPE/BartPE system by default....
DEFAULT /BOOTSECT.BIN
PROMPT 1
DISPLAY boot.msg
F1 boot.msg
F2 f2
F3 f3
TIMEOUT 300
LABEL slax
KERNEL /boot/slax/vmlinuz
APPEND vga=769 max_loop=255 initrd=/boot/slax/initrd.gz from=/slax init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 root=/dev/ram0 rw nopcmcia
LABEL slaxltop
KERNEL /boot/slax/vmlinuz
APPEND vga=769 max_loop=255 initrd=/boot/slax/initrd.gz from=/slax init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 root=/dev/ram0 rw
LABEL server
KERNEL /boot/server/vmlinuz
APPEND vga=769 max_loop=255 initrd=/boot/server/initrd.gz from=/server init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 root=/dev/ram0 rw nopcmcia
####
LABEL bartpe
KERNEL /BOOTSECT.BIN
APPEND -
####
LABEL chntpw
KERNEL memdisk
APPEND initrd=/FLPYS/chntpw.bin
####
LABEL ksink
KERNEL memdisk
APPEND initrd=/FLPYS/KTCHNSINK.ima
####
LABEL pmagic
KERNEL memdisk
APPEND initrd=/FLPYS/PQPM8.IMA
####
LABEL mepis
KERNEL /boot/mepis/vmlinuz init=/etc/init apm=power-off vga=791 quiet
APPEND initrd=/boot/mepis/initrd.gz
####
LABEL mepisvesa
KERNEL /boot/mepis/vmlinuz init=/etc/init apm=power-off vga=normal quiet xdrvr=vesa
APPEND initrd=/boot/mepis/initrd.gz
####
LABEL knoppix
KERNEL /boot/knoppix/linux
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=/boot/knoppix/minirt.gz nomce quiet BOOT_IMAGE=knoppix
The broken APPEND stmts shown above are supposed to be one single line when reconstituted.
Here are a couple of undoc'd things about ISOLINUX:
1) To use the ISOLINUX.BIN boot loader, you
*must* use an ISO program like MKISOFS, which has -boot-info-table capability. No NERO or EZ CD Creator to create the bootable ISO image. You can burn the ISO image w/ anything, but the ISO must be created w/ a -boot-info-table. For MKISOFS, just use that cmd-line opt and you're done.
2) ISOLINUX.CFG (the boot loader's menu spec) can be in the root, in /isolinux, or in /boot/isolinux. Consistent w/ your need for "order", I put the all of the ISOLINUX files (help files, memdisk, boot splashes) into /boot/isolinux, the kernel/ramdisk images for ea distro in a sub-dir under /boot (/boot/slax, /boot/knoppix, /boot/mepis, etc), and the floppy images in /FLPYS.
3) An ISOLINUX boot splash is pretty straight-fwd (now that I know how !) Get GIMPSHOP for Windows (freebie) to convert JPEGs/BMPs into PPMs. There's a webpage out there [CHALLENGE !] that explains the precise proc for using the PPM2LSS script (under Linux) that comes in the SYSLINUX kit. That is, once you have some PPMs that you want to finalize, boot your fav Linux live CD to convert them using PPM2LSS. I made my boot splashes 640x420, allowing up to three lines of text for the menu and a sgl line for the 'boot:' prompt from ISOLINUX.
I've already done virtually everything you're trying to do. Relocating core files for certain distros is where I drew the line, mainly bec this effort isn't commercial. If it were, I'd have done that too.
Chew on this for a while. Good luck....