Nakatomi2010 Posted October 11, 2005 Posted October 11, 2005 http://home.eunet.no/~pnordahl/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...
Bas Posted October 11, 2005 Posted October 11, 2005 (edited) For EasyBootDownload cd versionExtract boot file from iso image with ultraiso to EZBOOT folder (example name: bootfile.bif) Copy all files from iso to root of your AIO DVDIn 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 Edited October 11, 2005 by Bas
Bas Posted October 12, 2005 Posted October 12, 2005 (edited) And for CDShell?Sorry, can't help you with that. (Never used it) Edited October 12, 2005 by Bas
Jotnar Posted October 12, 2005 Posted October 12, 2005 if $lastKey == key[?]; then isolinux /vmlinuz rw vga=1 init=/linuxrc initrd=/initrd.gz root=/dev/ram0 source=/dev/cdrom/0Cheers
Nakatomi2010 Posted October 12, 2005 Author Posted October 12, 2005 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???
Jotnar Posted October 13, 2005 Posted October 13, 2005 You can put them wherever you want. Although it would look something like this:if $lastKey == key[?]; then isolinux /NTPASS/vmlinuz rw vga=1 init=/linuxrc initrd=/NTPASS/initrd.gz root=/dev/ram0 source=/dev/cdrom/0Be sure to change the ? to an actual key.Cheers
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now