raytri3 Posted February 22, 2006 Posted February 22, 2006 I have built a Multi-Boot (M-B)DVD that house a collection of security distrobutions, to include BartPE and several Linux Security Distros. I am having trouble integrating the new BackTrack security distro and have a few question to ask the forum:1. If there is a better forum to ask on please suggest that as well.2. My M-B DVD was built off UBCD thus I leverage CD Shell to build my boot options. When I integrated the WHAX security distro (based off of Slax) it worked with out glitch using the following cd shell parameter f ($lastKey == key[f2]); then isolinux /whax/vmlinuz append max_loop=255 initrd=/whax/boot/initrd.gz init=linuxrc livecd_subdir=/whax/ load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=9999 root=/dev/ram0 hdsubdir=whax rw (all WHAX files extracted to WHAX sub folder). However when I pass the same parameter for BackTrack (also based off of Slax) I get an error saying the image could not be found. Any Ideas on what may cause this? For the record my backtrack parameters is f ($lastKey == key[f3]); then isolinux /backtrack/boot/vmlinuz append max_loop=255 initrd=/backtrack/boot/initrd.gz init=linuxrc livecd_subdir=/backtrack/ load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=9999 root=/dev/ram0 hdsubdir=backtrack rwThanks in advance for the advice and I apologize if this wasn't the best forum to post in.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now