Have already reviewed
- Charles Appel's four-year-old 'Welcome to UBCD Insert' at
http://www.ultimatebootcd.com/insert/start.html
- The thread 'How to update INSERT?' atviewtopic.php?t=214
- The thread 'Want to update INSERT... but what file format is the image?' at viewtopic.php?t=465
- The thread 'Put INSERT Linux back into UBCD' at viewtopic.php?t=850
The current INside SEcurity Rescue Toolkit v1.3.9b seems to have some good features, still really useful even though it hasn't been updated in awhile.
Possible contents of a c:\ubcd-extract\insert\isolinux.cfg file for INSERT
Code: Select all
DEFAULT /insert/isolinux/vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=en apm=power-off vga=773
initrd=/insert/isolinux/miniroot.lz nomce noapic dma
TIMEOUT 120
PROMPT 1
DISPLAY /insert/isolinux/boot.msg
F1 /insert/isolinux/boot.msg
F2 /insert/isolinux/f2
LABEL insert
KERNEL /insert/isolinux/vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=en apm=power-off vga=773
initrd=/insert/isolinux/miniroot.lz nomce noapic dma
LABEL insert-txt
KERNEL /insert/isolinux/vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=en apm=power-off vga=normal
initrd=/insert/isolinux/miniroot.lz nomce noapic dma
LABEL expert
KERNEL /insert/isolinux/vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=en apm=power-off vga=773
initrd=/insert/isolinux/miniroot.lz nomce noapic dma
LABEL failsafe
KERNEL /insert/isolinux/vmlinuz
APPEND ramdisk_size=100000 init=/etc/init lang=en vga=normal atapicd nosound noapic
noacpi pnpbios=off acpi=off nofstab noscsi nodma noapm nousb nopcmcia nofirewire
noagp nomce nodhcp noram xmodule=vesa initrd=/insert/isolinux/miniroot.lz
LABEL memtest
KERNEL /insert/isolinux/memtest86
APPEND initrd=
LABEL userdef
KERNEL custom
APPEND ##############################################################
Code: Select all
MENU INCLUDE /menus/defaults.cfg
LABEL back
MENU LABEL ..
KERNEL menu.c32
APPEND /menus/main.cfg
LABEL insert
MENU LABEL Inside Security Rescue Toolkit v1.3.9
CONFIG /insert/isolinux/isolinux.cfg
