Request & Suggestion for using INSERT?

Post your suggestions here if there are new features or applications that you would like added to the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
coin
Posts: 21
Joined: Thu Sep 18, 2008 5:27 pm
Location: CA, US

Request & Suggestion for using INSERT?

#1 Post by coin » Wed Oct 08, 2008 2:47 pm

If someone wants to replace Trinux with INSERT 1.3.9 http://www.inside-security.de/insert_en.html in UBCD v 4.1.1 what should one do??

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 ##############################################################
Edits to c:\ubcd\custom\custom.cfg

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
Thanks for further help w/ this to get this working as another UBCD v4.1.1 choice :)

Locked