Jump to content

maj_Jedi

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by maj_Jedi

  1. I just finished building my new Gaming computer and was trying to play Bf2 but every time i clicked the "play BF2 now", the image came , a black screen came but then comes back to my desktop.

    my friend told me i could find drivers for that game but i can't seem to find any.

    check the refresh rate on the lcd. if it's locked at 59 BF2 WILL NOT run no matter what you do. I had the issue in Win7 on my laptop. in XP the refresh rate gave me the choice of 59 or 60. i picked 60 and it worked fine.

  2. Pointsec database recovery Floppy

    this is the floppy disk that Pointsec gives out to repair psmain errors in their full disk encryption product.

    make a floppy, then create a .img file from it. place the img file in /boot

    title Pointsec Database Recovery
    map --mem /boot/pointsec.img (fd0)
    map --hook
    chainloader (fd0)+1
    map (hd1) (hd0)
    map --hook
    rootnoverify (fd0)
    

  3. Knoppix 5.3 DVD

    Extract the DVD to your USB keydrive. copy the contents of boot\isolinux from the knoppix DVD to \knoppix on the keydrive

    title   KNOPPIX 5.3
    kernel /knoppix/linux ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 nomce quiet BOOT_IMAGE=KNOPPIX
    initrd /knoppix/minirt.gz
    boot 
    

    tested on a lenovo R500 laptop

  4. title DBAN

    map --mem /dban.img (fd0)

    map --hook

    chainloader (fd0)+1

    map (hd1) (hd0)

    map --hook

    rootnoverify (fd0)

    this is the entry I used to get DBAN to work. I used the CD image instead of the floppy.

    title DBAN 1.0.7
    map --mem /boot/dban-1.0.7_i386.iso (hd32)
    map --hook
    chainloader (hd32)
    

×
×
  • Create New...