Jump to content

phen1x13

Active Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by phen1x13

  1. I believe i figured it out. I PMed H@L0_F00 and he helped me. Well it worked on mine, you can test it on yours and see if it does as well.

    1- Download BT4 final and ubuntu9-10 iso

    2- Extract bt4 using 7zip or whatever else you use.

    3- copy the casper and boot folders.

    This is the code... pay close attention to it. Except for bt4 casper, menu.lst and grldr, I copied into another folder named "boot". You don't need to do it so in case you did not, change the path of your files.

    My BT4 code:

    title -=- BackTrack 4: Penetration testing toolkit -=-
    configfile /boot/bootBT4/grub/BT4menu.lst
    savedefault
    

    My BT4 menu list:

    splashimage /boot/bootBT4/grub/bt4.xpm.gz
    color red/black red/black
    default 4
    timeout 30
    foreground red
    
    background black
    
    title -=Start BackTrack FrameBuffer (1024x768)=-
    root (hd0,0)
    kernel /boot/bootBT4/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x317
    initrd=/boot/bootBT4/initrd.gz
    
    
    title -=Start BackTrack FrameBuffer (800x600)=-
    kernel /boot/bootBT4/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x314
    initrd=/boot/bootBT4/initrd800.gz
    
    
    title -=Start BackTrack Forensics (no swap)=-
    root (hd0,0)
    kernel /boot/bootBT4/vmlinuz BOOT=casper boot=casper nopersistent rw vga=0x317
    initrd=/boot/bootBT4/initrd.gz
    
    
    title -=Start BackTrack in Safe Graphical Mode=-
    root (hd0,0)
    kernel /boot/bootBT4/vmlinuz BOOT=casper boot=casper xforcevesa rw quiet
    initrd=/boot/bootBT4/initrd.gz
    
    
    title -=Start Persistent Live CD=-
    root (hd0,0)
    kernel /boot/bootBT4/vmlinuz BOOT=casper boot=casper persistent rw quiet
    initrd=/boot/bootBT4/initrd.gz
    
    
    title -=Start BackTrack in Text Mode=-
    root (hd0,0)
    kernel /boot/bootBT4/vmlinuz BOOT=casper boot=casper nopersistent textonly rw quiet
    initrd=/boot/bootBT4/initrd.gz
    
    
    title -=Start BackTrack Graphical Mode from RAM=-
    root (hd0,0)
    kernel /boot/bootBT4/vmlinuz BOOT=casper boot=casper toram nopersistent rw quiet
    initrd=/boot/bootBT4/initrd.gz
    
    
    title
    kernel
    initrd
    
    title -=Memory Test=-
    kernel /boot/bootBT4/memtest86+.bin
    
    
    title -=Boot the First Hard Disk=-
    root (hd0)
    chainloader +1
    
    title -=Main-menu=-
    configfile /menu.lst
    ------------------------------------------------------------

    Now my Ubuntu code:

    title -=- Ubuntu 9-10 LiveCD - Linux OS -=- 
    find --set-root /boot/Ubuntu-910.iso
    map /boot/Ubuntu-910.iso (0xff)
    map --hook
    root (0xff)
    kernel /casper/vmlinuz file=/cdroom/preseed/ubuntu.seed boot=casper iso-scan/filename=/boot/Ubuntu-910.iso quiet splash locale=en.UTF-8 --
    initrd /casper/initrd.lz

    N.B.: YOU DO NOT NEED TO EXTRACT UBUNTU, WHICH MEANS THAT YOU DO NOT NEED ITS CASPER FOLDER. THE ONLY CASPER FOLDER YOU WILL NEED IT THE BT4 ONE.

    You can put "persistent" for Ubuntu if you wish.

    Thanks a lot H@L0_F00

    Now i can finally move to usb hacksaw. I'd really appreciate it if anyone can send me in the right direction, as what to download, what to install, and tutorials on how to use it. Thanks

  2. Ok guys now i have fixed my kapersky rescue disk. I didn't extract the files other than the folders that were on the iso. Particularly the BASES.id file. Thanks for the help you guys. Now i have to get System Rescue CD. Are there any files on system rescue cd that have to be placed in the root of the drive?

    yes, recuecd and initram.igz. So your menu would be something like this:

    title System Rescue CD: repair unbootable or otherwise. damaged computer systems

    root (hd0,0)

    kernel /rescuecd initrd=initram.igz video=ofonly vga=0 scandelay=5

    initrd /initram.igz

  3. Thanks, it works. I put everything (except menu.lst and grldr) into a hidden folder on the usb as to make sure that they are secure (sort of the way real usb programs are done). Now all i have to do is change the path of all the files in the menu list and backtrack menu list.

  4. @phen1x13 Awesome. Thanks. I fixed Ubuntu 9.10 on mine. The only things that arent working are konboot, kapersky rescue disk, system rescue cd, and avira rescue disk.

    My konboot and system rescue cd work so you can copy that part of my menu as well. I'm sure it'll work fine for you.

    For konboot download the Floppy image, and unzip it with 7zip. Then extract the image (that will be the only thing you will need). And for Sys Rescue CD, same thing. Download the iso,, use 7zip, and extract rescuecd and initram.igz. Both are in the isolinux folder. I don't have the rest of them so i am unable to help you there, sorry. I'm sure someone in the forum has it.

    Check this post:

    http://hak5.org/forums/index.php?showtopic...0&start=400

  5. This is my menu.lst

    I/ Backtrack

    -Unzip ur iso file using 7zip and copy the 2 boot folder

    - This part is VERY IMPORTANT: make sure you go to boot/grub/menu.lst and change the original menu.lst

    ** as you will see below, i changed the name of my boot from boot to bootBT4

    II/ Ubuntu9-10

    - You need the iso file in your MultiPass root

    - make another copy of the iso file (on your desktop and unzip it), then copy the casper file

    III/Overall

    - MAKE SURE THAT THE NAME & EXTENSIONS OF THE FILES (ISO, IMG and so on) IN YOUR MULTIPASS IS THE SAME AS THE ONES IN YOUR MENU

    - If you have any question just let me know and i'll try the best that i can to help.

    The code is as follow:

    splashimage /MultiPass001.xpm.gz
    
    color white/black green/black
    timeout 120
    
    
    title Boot The First Hard Disk
    rootnoverify (hd1)
    chainloader +1
    
    
    title BackTrack 4: Penetration testing toolkit
    configfile /bootBT4/grub/BT4menu.lst
    savedefault
    
    
    title Ubuntu 9-10 LiveCD
    find --set-root /Ubuntu-910.iso
    map /Ubuntu-910.iso (0xff)
    map --hook
    root (0xff)
    kernel /casper/vmlinuz file=/cdroom/preseed/ubuntu.seed boot=casper iso-scan/filename=/Ubuntu-910.iso quiet splash locale=en.UTF-8 persistent --
    initrd /casper/initrd.lz
    
    
    title Windows XP/2000/2003 Setup- First and Second parts
    root (hd0,0)
    configfile /winsetup.lst
    savedefault
    //Directory is excluded in tree still testing this, please refer to notes at the bottom of the tree output//
    
    
    title Kon-Boot-test: Bypass Logon for Windows and Linux - Login name is root.
    map --mem /konboot-v1.1.img (fd0)
    map --hook
    chainloader (fd0)+1
    map (hd1) (hd0)
    map --hook
    rootnoverify (fd0)
    
    
    title Memtest86: Advanced Memory Diagnostic Tool.
    map (hd0,0)/memtest86+-4.00.iso (hd32)
    map --hook
    chainloader (hd32)
    boot
    //Mem-test is called directly from an ISO on the root here.//
    
    
    title NTpasswd: Password Recovery on Vista/XP.
    kernel /NTpasswd/vmlinuz rw vga=1 initrd=/NTpasswd/initrd.cgz /ntpasswd/scsi.cgz
    initrd /NTpasswd/initrd.cgz
    
    
    title System Rescue CD: repair unbootable or otherwise. damaged computer systems
    root (hd0,0)
    kernel /rescuecd initrd=initram.igz video=ofonly vga=0 scandelay=5
    initrd /initram.igz
    
    title Trinity Rescue Kit - ISO
    map --mem (hd0,0)/trinity-rescue-kit.3.3-build-334.iso (hd32)
    map --hook
    chainloader (hd32)
    boot
    
    
    title DBAN: Hard Drive Disk Wipe and Data Clearing.
    kernel /memdisk
    initrd /DBAN.img
    
    
    title FreeDOS: free DOS-compatible operating system for IBM-PC compatible systems.
    map (hd0,0)/FreeDOS.iso (hd32)
    map --hook
    chainloader (hd32)
    boot
    //FreeDOS is called directly from an ISO on the root here. Not all software’s can be used like this.//
    title
    kernal
    initrd
    # --- Notes ---
    title Notes
    configfile /menu2.lst
    savedefault
    
    title Serials select and press E to view
    map Windows 7 64b        XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    map Windows 7 32b        XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    map Windows XP 32b        XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    kernel
    boot
    //By pressing E you may see predefined keys then return to your menu with this entry//
    
    
    # --- Shutdown ---
    title Shut Down the System
    halt
    # --- Reboot ---
    title Reboot the System
    reboot

  6. I fixed my: System Rescue CD, here is the code

    title System Rescue CD: repair unbootable or otherwise. damaged computer systems map root (hd0,0)
    kernel /rescuecd initrd=initram.igz video=ofonly vga=0 scandelay=5
    initrd /initram.igz

  7. This is how my MultiPass menu.lst and everything else looks like. I hope someone finds it useful

    splashimage /MultiPass001.xpm.gz
    
    color white/black green/black
    timeout 120
    
    
    title Boot The First Hard Disk
    rootnoverify (hd1)
    chainloader +1
    
    
    title BackTrack 4: Penetration testing toolkit
    configfile /bootBT4/grub/BT4menu.lst
    savedefault
    
    
    title Ubuntu 9-10 LiveCD
    find --set-root /Ubuntu-910.iso
    map /Ubuntu-910.iso (0xff)
    map --hook
    root (0xff)
    kernel /casper/vmlinuz file=/cdroom/preseed/ubuntu.seed boot=casper iso-scan/filename=/Ubuntu-910.iso quiet splash locale=en.UTF-8 persistent --
    initrd /casper/initrd.lz
    
    
    title Windows XP/2000/2003 Setup- First and Second parts
    root (hd0,0)
    configfile /winsetup.lst
    savedefault
    //Directory is excluded in tree still testing this, please refer to notes at the bottom of the tree output//
    
    
    title Kon-Boot-test: Bypass Logon for Windows and Linux - Login name is root.
    map --mem /konboot-v1.1.img (fd0)
    map --hook
    chainloader (fd0)+1
    map (hd1) (hd0)
    map --hook
    rootnoverify (fd0)
    
    
    title Memtest86: Advanced Memory Diagnostic Tool.
    map (hd0,0)/memtest86+-4.00.iso (hd32)
    map --hook
    chainloader (hd32)
    boot
    //Mem-test is called directly from an ISO on the root here.//
    
    
    title NTpasswd: Password Recovery on Vista/XP.
    kernel /NTpasswd/vmlinuz rw vga=1 initrd=/NTpasswd/initrd.cgz /ntpasswd/scsi.cgz
    initrd /NTpasswd/initrd.cgz
    
    
    title System Rescue CD: repair unbootable or otherwise. damaged computer systems map root (hd0,0)
    kernel /rescuecd init=/linuxrc cdroot=/dev/sda1 setkmap=us
    initrd /rescuecd.igz
    
    title Trinity Rescue Kit - ISO
    map --mem (hd0,0)/trinity-rescue-kit.3.3-build-334.iso (hd32)
    map --hook
    chainloader (hd32)
    boot
    
    
    title DBAN: Hard Drive Disk Wipe and Data Clearing.
    kernel /memdisk
    initrd /DBAN.img
    
    
    title FreeDOS: free DOS-compatible operating system for IBM-PC compatible systems.
    map (hd0,0)/FreeDOS.iso (hd32)
    map --hook
    chainloader (hd32)
    boot
    //FreeDOS is called directly from an ISO on the root here. Not all software’s can be used like this.//
    title
    kernal
    initrd
    # --- Notes ---
    title Notes
    configfile /menu2.lst
    savedefault
    
    title Serials select and press E to view
    map Windows 7 64b        XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    kernel
    boot
    //By pressing E you may see predefined keys then return to your menu with this entry//
    
    
    # --- Shutdown ---
    title Shut Down the System
    halt
    # --- Reboot ---
    title Reboot the System
    reboot

    Except for System Rescue CD.. everything else is working. Althought my Ubuntu is working, i doubt it is the way it should, but either way it is working

    I/ Backtrack

    -Unzip ur iso file using 7zip and copy the 2 boot folder

    - This part is VERY IMPORTANT: make sure you go to boot/grub/menu.lst and change the original menu.lst

    ** as you will see below, i changed the name of my boot from boot to bootBT4

    # By default, boot the first entry.
    
    default 0
    
    
    # Boot automatically after 30 secs.
    
    timeout 30
    
    
    splashimage=/bootBT4/grub/bt4.xpm.gz
    
    foreground e3e3e3
    
    background 303030
    
    
    
    title Start BackTrack FrameBuffer (1024x768)
    
    kernel /bootBT4/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x317
    
    initrd /bootBT4/initrd.gz
    
    
    
    title Start BackTrack FrameBuffer (800x600)
    
    kernel /bootBT4/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x314
    
    initrd /bootBT4/initrd800.gz
    
    
    
    title Start BackTrack Forensics (no swap)
    
    kernel /bootBT4/vmlinuz BOOT=casper boot=casper nopersistent rw vga=0x317
    
    initrd /bootBT4/initrdfr.gz
    
    
    
    title Start BackTrack in Safe Graphical Mode
    
    kernel /bootBT4/vmlinuz BOOT=casper boot=casper xforcevesa rw quiet 
    initrd /bootBT4/initrd.gz
    
    
    
    title Start Persistent Live CD
    
    kernel /bootBT4/vmlinuz BOOT=casper boot=casper persistent rw quiet 
    initrd /bootBT4/initrd.gz
    
    title                
    
    Start BackTrack in Text Mode
    
    kernel /bootBT4/vmlinuz BOOT=casper boot=casper nopersistent textonly rw quiet
    
    initrd /bootBT4/initrd.gz
    
    title                
    
    Start BackTrack Graphical Mode from RAM
    
    kernel /bootBT4/vmlinuz BOOT=casper boot=casper toram nopersistent rw quiet 
    
    initrd /bootBT4/initrd.gz
    
    
    title Memory Test
    
    kernel /bootBT4/memtest86+.bin
    
    
    title Boot the First Hard Disk
    
    root (hd0)
    chainloader +1
    
    title
    kernel
    initrd
    
    title Return to Main Menu
    configfile /menu.lst

    II/ Ubuntu9-10

    - You need the iso file in your MultiPass root

    - make another copy of the iso file (on your desktop and unzip it), then copy the casper file

    III/Overall

    - MAKE SURE THAT THE NAME & EXTENSIONS OF THE FILES (ISO, IMG and so on) IN YOUR MULTIPASS IS THE SAME AS THE ONES IN YOUR MENU

    - If you have any question just let me know and i'll try the best that i can to help.

    - Any help with the System Rescue CD is welcomed

    Thanks

×
×
  • Create New...