Jump to content

Recommended Posts

Posted

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...


Posted (edited)

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

Edited by Bas
Posted (edited)
And for CDShell?

Sorry, can't help you with that. :( (Never used it)

Edited by Bas
Posted

if $lastKey == key[?]; then isolinux /vmlinuz rw vga=1 init=/linuxrc initrd=/initrd.gz root=/dev/ram0 source=/dev/cdrom/0

Cheers

Posted

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

???

Posted

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/0

Be sure to change the ? to an actual key.

Cheers

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...