Jump to content

Hurtcake

Active Members
  • Posts

    44
  • Joined

  • Last visited

Recent Profile Visitors

2,472 profile views

Hurtcake's Achievements

Newbie

Newbie (1/14)

  1. Hi, I'm looking for a RSS Program that can download all types of files, not just media files. The program must also tackle a secure feed. Tried searching but cannot find any one that also manages secure ones. Found a guide to make my own, but i don't have the time or rather the patience to make one. Does anyone know of any tools that meet these requirements? Also there's a site that regularly updates with links to new files (it doesn't have a RSS feed). Does anyone know of any programs that can monitor a site, find changes, and download that file? Thanks
  2. I have a coouple of invites i could give away :)
  3. Maybe needed for further development
  4. So i though I'd make a tread for helping everyone else get up to speed in the other multiboot tread, by getting all the different distores with their parameters together in one post. Im watching both treads, and put new examples in here. If there's any other distores you think i forgot, please post the code and the download location :) Follow Darrens guide to make usb bootable with grub here Note you may have to edit some of the codes, with the path of your choice. Windows versions - Download the iso, and place it on the root of your usbkey. title Windows 7 map (hd0,0)/win7.iso (hd32) map --hook chainloader (hd32) Download location Backtrack 3 – Download iso and extract the two folders to the root of your usbkey. Rename the bootfolder to «bootbt3». title BackTrack 3 FINAL root (hd0,0) kernel /bootbt3/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw quiet initrd=/bootbt3/initrd.gz boot Download location Bactrack 4 beta - Download iso and extract the two folders to the root of your usbkey. Rename the bootfolder to «bootbt4» title BackTrack 4 BETA root (hd0,0) kernel /bootbt4/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw quiet initrd=/bootbt4/initrd.gz boot Download location Ubuntu 9.04 – Download iso and put it on your usb key. title Ubuntu LiveCD find --set-root /ubuntu-9.04-desktop-i386.iso map /ubuntu-9.04-desktop-i386.iso (0xff) map --hook root (0xff) kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/ubuntu-9.04-desktop-i386.iso quiet splash locale=en.UTF-8 -- initrd /casper/initrd.gz boot Download location Hiren's boot cd – Download, and extract the iso to a folder on your usbkey. title Hiren's BootCD find --set-root /HBCD/boot.gz map --mem /HBCD/boot.gz (fd0) map --hook chainloader (fd0)+1 rootnoverify (fd0) map --floppies=1 boot Download Location – piratebay Ophcrack – Download and extract contens to your key. Ophcrack comes in two versions, one with xp-tables and one with vista-tables. If you download both, rename one of the bootfolders to «bootoph»(you only need one of them), and keep both the tables. title Ophcrack kernel /bootoph/bzImage rw root=/dev/null vga=normal lang=C kmap=us screen=1024x768x16 autologin initrd /bootoph/rootfs.gz Download location Kon-Boot – Download and put image on your usbkey title Kon-Boot map --mem /FD0-konboot-v1.1-2in1.img (fd0) map --hook chainloader (fd0)+1 map (hd1) (hd0) map --hook rootnoverify (fd0) Download Location NTPassword – Download zip, and extract it to a folder on your usbkey title Offline NT Passwd Reset kernel /ntpassword/vmlinuz rw vga=1 initrd=/ntpassword/initrd.cgz /ntpassword/scsi.cgz initrd /ntpassword/initrd.cgz Download Location Memtest86 – Download zip and get the .bin file, and place it on your usbkey. title Memtest86 kernel /memtest/memtest.bin Download Location Macrium Reflect – Download iso and put it on your usbkey. title Macrium Reflect map (hd0,0)/macriumreflect.iso (hd32) map --hook chainloader (hd32) Download Location Freedos – Download iso and put it on your usbkey. title Freedos map (hd0,0)/freedos.iso (hd32) map --hook chainloader (hd32) Download Location DBAN – Download and put it on your usbkey. title DBAN kernel /memdisk initrd /dban.img Download Location Trinity Rescue Kit - Download the iso, and extract it to the root of your usbkey. It must be in root for this to work. Then rename your usbkey to "TRK_3-3" (vel depending on the version you download. This is for version 3.3) title Trinity Rescue Kit configfile /submenu.lst Download submenu.lst Download Location Thanks Reliom Trying to work out: CloneZilla Mini Windows XP DSL Gparted Almost everyone of these codes are taken from this tread, so they're not my creations, I've just gathered them. Thanks to everyone who participated in that tread. :)
  5. @Reliom Ok i will try. I'm getting this error when im trying to boot Gparted, System Rescue Cd or Clonezilla "utf8 not a recommended IO charset for FAT, filesystem will be case-sensitive" Can't seem to get it working
  6. Does that work for you? I still get the error loading the libraries i described in an earlier post.
  7. All i get is: "Error 60: File for drive emulation must be in one contiguous disk area" Is that a FAT/NTFS issue?
  8. Try using: title Ophcrack kernel /bootoph/bzImage rw root=/dev/null vga=normal lang=C kmap=us screen=1024x768x16 autologin initrd /bootoph/rootfs.gz
  9. Or you can do this whitout extracting the ubuntu iso. Just place the iso on the usb title Ubuntu LiveCD find --set-root /ubuntu-9.04-desktop-i386.iso map /ubuntu-9.04-desktop-i386.iso (0xff) map --hook root (0xff) kernel /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper iso-scan/filename=/ubuntu-9.04-desktop-i386.iso quiet splash locale=en.UTF-8 -- initrd /casper/initrd.gz boot works perfect for me :)
  10. 1. Ok. I got Trinity one step further. The previous problem was that it couldnt find the usb it was booting from. It turns out it uses the volume name to do the search. So to get the step furher you have to name the usb "TRK_3-3" (if you use version 3.3). But then another problem occurred. I got a ton of " libintl.so.3: cannot open shared object file: no such file or directory"-errors, and got no further. Couldn't find any solution to this on their forums. Anyone got any ideas? 2. I may be blind, but i really cannot find the Memtest.img, DBAN.img or freedos.img. Can anyone give me a direct link, or host them? Thanks. 3. Can anyone running XP try following this guide http://www.boot-land.net/forums/index.php?showtopic=8371 and try creating the dsk-file. And if you make it, host the files, so others can download? 4. Oh btw. Is there a way to put Win7 setup files on the key, and make "install windows 7" one of the choices? Tried just starting the iso, that didnt work. Thanks If anyone uses Macrium Reflect :) title Macrium Reflect kernel /macriumreflect/linux26 ramdisk_size=128000 initrd=initrd.bin init=/sbin/init root=/dev/ram0 console=tty2 vga=791 initrd=/macriumreflect/initrd.bin
  11. Dont know about your problem. You could try changing the paramters (screen size, vga), and so on. I have a different problem though, when Ophcrack loads it tells me "No tables found", and i followed darren's guide :S
  12. I almost got Trinity working, its just beeing pain right now. Got it booting, but it cant seem to find the usb its booting from.. I mounted the trinity rescue iso in WMWare and installed it to another usb i had laying around. I then copied the files over to my multiboot usb, and added this in menu.lst title Trinity Rescue Kit find --set-root /multiboot/trinity/initrd.trk kernel /multiboot/trinity/kernel.trk ramdisk_size=49152 root=/dev/ram0 vga=788 splash=verbose pci=conf1 initrd /multiboot/trinity/initrd.trk but all i get is this error http://files.getdropbox.com/u/573882/Trinity-boot.jpg Any ideas?
  13. @jdogherman Thanks. Works now. Wierd thoug, didnt change much. Im testing most of this in WMWare, that may have caused the problem. And try downloading BT4 beta instead of pre, think i had some issues with that release as well. @Coreuyja that should work. Will try myself, once i get a bigger usb-drive. Better get one tomorrow :P
  14. I just used the parameters in the shownotes. Downloaded BT 4 beta, and extracted the folders "boot" and "bt4" with winrar. Renamed "boot" to "bootbt4" and placed them both on the usb. title BackTrack 4 BETA root (hd0,0) kernel /bootbt4/vmlinuz vga=0x317 ramdisk_size=6666 root=/dev/ram0 rw quiet initrd=/bootbt4/initrd.gz boot
  15. Got BT3 and 4 working. Hiren's boot cd doesnt like me though. Anyone got this going? And if anyone understand this http://www.boot-land.net/forums/index.php?showtopic=8371 please let me know :)
×
×
  • Create New...