Recent content by rekyt1

  1. R

    DBAN 1.0.6

    Then what is DOD? The syslinux.cfg file has 3 different DOD types and I am just trying to see the difference between all 3 of them. LABEL dod KERNEL kernel.bzi APPEND initrd=initrd.gz root=/dev/ram0 init=/rc nuke="dwipe --autonuke --method dod522022m" silent LABEL dod3pass KERNEL...
  2. R

    Loadlin Help

    Using Loadlin with DBAN v1.06 to boot via batch file. Screen is stuck on: Uncompressing Linux... Ok, booting the kernel. Please wait... Contents of batch file: loadlin kernel.bzi vga=1 initrd=initrd.gz root=/dev/ram0 init=/rc quiet nuke="dwipe --method quick" Really weird though...
  3. R

    Disable log file?

    True. That is what I meant. I did not mind that it did not find a floppy drive when booting to the disk. My only concern was that it looked for a floppy to write a log file to upon completion. I just did not want to see that message. By adding that switch I no longer receive that...
  4. R

    DBAN 1.0.6

    What is the difference between the following wipe methods: dod3pass dodshort Thank you! :D
  5. R

    Disable log file?

    I added the following to a batch file and DBAN now runs 7 passes and does not try to write a log file to the floppy upon completion. loadlin.exe kernel.bzi vga=1 floppy=0,16,cmos initrd=initrd.gz root=/dev/ram0 init=/rc nuke="dwipe --autonuke --method dod522022m" silent Thanks!
  6. R

    Disable log file?

    What does this label do? LABEL nofloppy KERNEL kernel.bzi APPEND floppy=0,16,cmos initrd=initrd.gz root=/dev/ram0 init=/rc quiet nuke="dwipe" silent I got DBAN to work perfect with any parameter (DoD, Quick etc...) but want to disable the function to look for a floppy drive in the...
  7. R

    How to disable logfile and activate auto-reboot for PXE-boot

    Remove writing to log file and auto reboot. Has anyone done this yet and repacked DBAN? I get the error that the log file can't not be written since there is no floppy present. I am not using a floppy and do not want a log file to be written. Thanks in advance!
Back
Top