~JC~ Posted January 18, 2010 Share Posted January 18, 2010 hey guys, saw the video and thought this might help in my endeavors. im not really all the knowledgable but all my friends seem to think im the computer genius cuz i always fix there junk. lol. figure some of these tools like trinity might come in handy. anyways, just a couple questions about this. 1)do i need seperate partitions on it if i intend to use the drive to store files also, 2)where is the best place for working menu.lst files thanks. JC Quote Link to comment Share on other sites More sharing options...
Charles Posted January 18, 2010 Share Posted January 18, 2010 1: Yes, you would need a separate partition if you wanted to store data on the drive. 2: Check the thread here: http://hak5.org/forums/index.php?showtopic=13842 I posted both my directory tree and menu.lst near the last page of the thread. There's also some very good info there. Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 18, 2010 Author Share Posted January 18, 2010 ok. the verbatim drive came with a program installed that partitions a protected sector. if that doesnt work, ill try and make a true crypt vault. i assume ill have to use parted magic or something before truecrpypt though...ill just read some more! lol thanks C Quote Link to comment Share on other sites More sharing options...
Charles Posted January 18, 2010 Share Posted January 18, 2010 If it's running U3, you can remove it from the U3 menu that pops up I believe. Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 18, 2010 Author Share Posted January 18, 2010 no U3... just for insight, ill use this thread as my learning expericance...for the record, im trying to install ophcrack trinity konboot (is there a 64 bit version?) ubuntu 9.04 avira recovery back track4 thats all for now... maybe as a newb i can offer a different perspective if other newbies read this thread. Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 18, 2010 Author Share Posted January 18, 2010 ok i got bt4 ann konboot on the drive so far. heres the menu.lst color blue/black timeout 120 title BackTrack 4 BETA root (hd,0) kernel /bootbt4/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw quiet initrd=/bootbt4/initrd.gz boot title Kon-Boot map --mem /FD0-konboot-v1.1-2in1.img (fd0) map --hook chainloader (fd0)+1 map (hd1) (hd0) map --hook rootnoverify (fd0) i ran it with usb test in VMware, and i get to a screen that says "searching host1" and the drive flashes, but nothing happens. dont really know what you guys would need to know to help me. Quote Link to comment Share on other sites More sharing options...
Charles Posted January 18, 2010 Share Posted January 18, 2010 I'm guessing that's why running Kon-Boot. You'd need to have another OS on the drive for it to work. Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 18, 2010 Author Share Posted January 18, 2010 I'm guessing that's why running Kon-Boot. You'd need to have another OS on the drive for it to work. i was under the assumption you didnt need a OS on the virtual machine to test your multikey.. here for reference to what i was following http://hak5.org/forums/index.php?showtopic...9&hl=vmware also i deleted konboot and tried it with just bt4 adn it still didnt work, im gonna try it with the pc instead of the vm and see what happens Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 18, 2010 Author Share Posted January 18, 2010 still doesnt work. all the stuff im reading says i should have a bt4 folder, and i dont have that. i just have boot...which i renamed to bootbt4, and 2 other files and a folder. boot.catalog, md5sum.txt and the folder is casper. menu.lst is pointing to the correct directories..so im not getting whats going on. edit ok i found the grub problem..i used the wrong grub file. so now i get it to the grub screen, and when i try to run bt4 i get error 23: error while parsing number and i have to back out. ideas? Quote Link to comment Share on other sites More sharing options...
Charles Posted January 18, 2010 Share Posted January 18, 2010 That's so strange. Have you tried a different stick? Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 18, 2010 Author Share Posted January 18, 2010 That's so strange. Have you tried a different stick? no, but i reformatted this one. and its brand new. i bought it because my other two...disapeered... im reformatting it again, and im gonna start over, im manually setting the sector size to the smallest availble instead of default. also doing a full format instead of quick..well see if that helps. and yes im doing fat32 (8gb verbatim drive) Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 18, 2010 Author Share Posted January 18, 2010 here is what i see after i extract BT4 to the drive with 7zip. now i have [boot] thats new...(i didnt use 7zip last time) so which do i change the name of for the menu.lst? Quote Link to comment Share on other sites More sharing options...
Charles Posted January 18, 2010 Share Posted January 18, 2010 You only need boot and casper. The other ones are extra. The [boot] folder is the bootable part of the image, you can delete it. Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 18, 2010 Author Share Posted January 18, 2010 ok progress...i didnt realize there was another .lst file in the grub folder. i went in and changed all the boot references to bootbt4 NOW, it starts... i get to a command prompt that says root@-bh...(or something like that...thats close) a ls command, just shows me install.sh if i run install.sh it gives me error- "can not start allin1.sh: no such file or directory" onwardbound lol thanks alot for the help Charles...im learnin alot as we go. here is my menu.lst file so far color blue/black timeout 120 title BackTrack 4 root (hd0,0) kernel /bootbt4/vmlinuz boot=casper ramdisk_size=6666 root=/dev/ram0 rw quiet initrd=/bootbt4/initrd.gz boot and here is the bootbt4>grub>menu code # 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 Quote Link to comment Share on other sites More sharing options...
Charles Posted January 18, 2010 Share Posted January 18, 2010 That's normal, since you are booting from USB. You can try entering "startx" and see what happens. Quote Link to comment Share on other sites More sharing options...
P@c_M@n Posted January 18, 2010 Share Posted January 18, 2010 For the command prompt, type in 'startx' and it should start up into the backtrack os, where you can run all the fun little tools. EDIT:oops, didn't see your post Charles. Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 18, 2010 Author Share Posted January 18, 2010 ...thanks guys, i was wondering why i was able to navigate all the directories, but not do very much...oh well at least it was a refresher in command prompt navigation. lol. now for trinity Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 19, 2010 Author Share Posted January 19, 2010 you guys are gonna laugh at this stupid azz question.. i had to modify ophcrack.cfg so it would point to the corect folder. so i changed it to txt, open with c++ and now i cant get it to change back to .cfg. its a .cfg.txt file...how do i make it just a .cfg? Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 19, 2010 Author Share Posted January 19, 2010 forget i said anything.. im a dummy. lol i got it Quote Link to comment Share on other sites More sharing options...
Netshroud Posted January 19, 2010 Share Posted January 19, 2010 BTW, you don't need a separate partition to store data. Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 19, 2010 Author Share Posted January 19, 2010 i created a vaulted area anyways...now id like to take this entire boot sector and use trycrpyt on it so if someone stick it in they dont get there self into trouble. dont know if it can be done though. Quote Link to comment Share on other sites More sharing options...
Charles Posted January 19, 2010 Share Posted January 19, 2010 Thanks for the info. Having it on a seperate partition would be wise (I think) since it would separate the data from the tools. Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 19, 2010 Author Share Posted January 19, 2010 now i need a virtual machine working...problem is a dont have a vista instal disk. just the hp recovery crap...i know ill def be making a ubuntu VM. but id like to have another vista one too. Quote Link to comment Share on other sites More sharing options...
nemesys Posted January 19, 2010 Share Posted January 19, 2010 http://hak5.org/forums/index.php?showtopic=15487 Quote Link to comment Share on other sites More sharing options...
~JC~ Posted January 19, 2010 Author Share Posted January 19, 2010 i guess search is my friend huh? lol man all i wanted to do was put ophcrack in its own file on the drive and its a major pita! you have to change like 35 files names in just the md5 and you have to mod the ophcrack.cfg file. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.