http://home.eunet.no...rdahl/ntpasswd/
This is a little utility I use to emove the passwords from NT based machines, was wondering how I incorporate it into the DVD using CD Shell and/or Easy CD Boot (Preferrably CDshell for now, but I may change it in future to Easy Boot, right now this NT thing is the only thing left I need before I call my DVD "Version 1", so...
It's basically a version of Linux, annd I don't know how to trigger it...
Page 1 of 1
Adding the NT password remover...
#2
Posted 11 October 2005 - 12:04 PM
For EasyBoot
Download cd version
Extract boot file from iso image with ultraiso to EZBOOT folder (example name: bootfile.bif)
Copy all files from iso to root of your AIO DVD
In EasyBoot use this command "bootinfotable;run bootfile.bif" (without "")
[DVD Root]
--[EZBOOT]
-----bootfile.bif
--VMLINUZ
--ISOLINUX.BIN
--ISOLINUX.CFG
--BOOT.MSG
--BOOT.CAT
--INITRD.GZ
Download cd version
Extract boot file from iso image with ultraiso to EZBOOT folder (example name: bootfile.bif)
Copy all files from iso to root of your AIO DVD
In EasyBoot use this command "bootinfotable;run bootfile.bif" (without "")
[DVD Root]
--[EZBOOT]
-----bootfile.bif
--VMLINUZ
--ISOLINUX.BIN
--ISOLINUX.CFG
--BOOT.MSG
--BOOT.CAT
--INITRD.GZ
This post has been edited by Bas: 11 October 2005 - 12:06 PM
#4
Posted 12 October 2005 - 03:07 AM
#5
Posted 12 October 2005 - 01:01 PM
if $lastKey == key[?]; then isolinux /vmlinuz rw vga=1 init=/linuxrc initrd=/initrd.gz root=/dev/ram0 source=/dev/cdrom/0
Cheers
#6
Posted 12 October 2005 - 02:24 PM
Does the above mean I need to put the files in the root of the drive, or can I get away with:
???
if $lastKey == key[?]; then isolinux \NTPASS\vmlinuz rw vga=1 init=/linuxrc initrd=/initrd.gz root=/dev/ram0 source=/dev/cdrom/0
???
#7
Posted 13 October 2005 - 10:59 AM
You can put them wherever you want. Although it would look something like this:
Be sure to change the ? to an actual key.
Cheers
if $lastKey == key[?]; then isolinux /NTPASS/vmlinuz rw vga=1 init=/linuxrc initrd=/NTPASS/initrd.gz root=/dev/ram0 source=/dev/cdrom/0
Be sure to change the ? to an actual key.
Cheers
Share this topic:
Page 1 of 1



Help

Back to top










