diff options
Diffstat (limited to 'examples/tg16/pxe/tools/ntpasswd')
-rw-r--r-- | examples/tg16/pxe/tools/ntpasswd/boot.msg | 25 | ||||
-rw-r--r-- | examples/tg16/pxe/tools/ntpasswd/initrd.cgz | bin | 0 -> 1331714 bytes | |||
-rw-r--r-- | examples/tg16/pxe/tools/ntpasswd/isolinux.bin | bin | 0 -> 24576 bytes | |||
-rw-r--r-- | examples/tg16/pxe/tools/ntpasswd/isolinux.cfg | 11 | ||||
-rw-r--r-- | examples/tg16/pxe/tools/ntpasswd/readme.txt | 58 | ||||
-rw-r--r-- | examples/tg16/pxe/tools/ntpasswd/scsi.cgz | bin | 0 -> 13719295 bytes | |||
-rw-r--r-- | examples/tg16/pxe/tools/ntpasswd/syslinux.cfg | 11 | ||||
-rw-r--r-- | examples/tg16/pxe/tools/ntpasswd/syslinux.exe | bin | 0 -> 71168 bytes | |||
-rw-r--r-- | examples/tg16/pxe/tools/ntpasswd/vmlinuz | bin | 0 -> 2422752 bytes |
9 files changed, 105 insertions, 0 deletions
diff --git a/examples/tg16/pxe/tools/ntpasswd/boot.msg b/examples/tg16/pxe/tools/ntpasswd/boot.msg new file mode 100644 index 0000000..779e8d4 --- /dev/null +++ b/examples/tg16/pxe/tools/ntpasswd/boot.msg @@ -0,0 +1,25 @@ + + +*************************************************************************** +* * +* Windows Reset Password / Registry Editor / Boot CD * +* * +* (c) 1998-2014 Petter Nordahl-Hagen. Distributed under GNU GPL v2 * +* * +* DISCLAIMER: THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTIES! * +* THE AUTHOR CAN NOT BE HELD RESPONSIBLE FOR ANY DAMAGE * +* CAUSED BY THE (MIS)USE OF THIS SOFTWARE * +* * +* More info at: http://pogostick.net/~pnh/ntpasswd/ * +* Email : pnh@pogostick.net * +* * +* CD build date: Sat Feb 1 17:35:02 CET 2014 * +*************************************************************************** + +Press enter to boot, or give linux kernel boot options first if needed. +Some that I have to use once in a while: +boot nousb - to turn off USB if not used and it causes problems +boot irqpoll - if some drivers hang with irq problem messages +boot vga=ask - if you have problems with the videomode +boot nodrivers - skip automatic disk driver loading + diff --git a/examples/tg16/pxe/tools/ntpasswd/initrd.cgz b/examples/tg16/pxe/tools/ntpasswd/initrd.cgz Binary files differnew file mode 100644 index 0000000..a1e05b2 --- /dev/null +++ b/examples/tg16/pxe/tools/ntpasswd/initrd.cgz diff --git a/examples/tg16/pxe/tools/ntpasswd/isolinux.bin b/examples/tg16/pxe/tools/ntpasswd/isolinux.bin Binary files differnew file mode 100644 index 0000000..8904f61 --- /dev/null +++ b/examples/tg16/pxe/tools/ntpasswd/isolinux.bin diff --git a/examples/tg16/pxe/tools/ntpasswd/isolinux.cfg b/examples/tg16/pxe/tools/ntpasswd/isolinux.cfg new file mode 100644 index 0000000..1c4dc2e --- /dev/null +++ b/examples/tg16/pxe/tools/ntpasswd/isolinux.cfg @@ -0,0 +1,11 @@ +#serial 0 19200
+default boot
+display boot.msg
+timeout 250
+prompt 1
+label boot
+ kernel vmlinuz
+
+append rw vga=1 initrd=initrd.cgz,scsi.cgz loglevel=1
+#console=ttyS0
+
diff --git a/examples/tg16/pxe/tools/ntpasswd/readme.txt b/examples/tg16/pxe/tools/ntpasswd/readme.txt new file mode 100644 index 0000000..b16f7d6 --- /dev/null +++ b/examples/tg16/pxe/tools/ntpasswd/readme.txt @@ -0,0 +1,58 @@ +***************************************************************************
+* *
+* Windows Change Password / Registry Editor / Boot CD *
+* *
+* (c) 1998-2014 Petter Nordahl-Hagen. Distributed under GNU GPL v2 *
+* *
+* DISCLAIMER: THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTIES! *
+* THE AUTHOR CAN NOT BE HELD RESPONSIBLE FOR ANY DAMAGE *
+* CAUSED BY THE (MIS)USE OF THIS SOFTWARE *
+* *
+* More info at: http://pogostick.net/~pnh/ntpasswd/ *
+* Email : pnh@pogostick.net *
+***************************************************************************
+
+Just boot this CD and follow instructions.
+Usually, just pressing return/enter should work, except some
+drivers may have to be loaded manually with the 'm' menu option after boot.
+
+ ---
+
+The password reset and registry edit has now been tested with the following:
+
+NT 3.51, NT 4, Windows 2000, Windows XP, Windows 2003 Server,
+Vista, Windows 7, Server 2008, Windows 8, Windows 8.1, Server 2012
+
+As far as I know, it will work with all Service Packs (SP) and
+all editions (Professional, Server, Home etc)
+Also, 64 bit windows versions shold be OK.
+
+ ---
+
+To make a bootable USB drive / key:
+
+1. Copy all files from this CD onto the USB drive.
+ It cannot be in a subdirectory on the drive.
+ You do not need delete files already on the drive.
+2. Install the bootloader
+ On the USB drive, there should now be a file "syslinux.exe".
+ Start a command line window (cmd.exe) with "run as administrator"
+ From the command line, run the command like this:
+
+
+ j:\syslinux.exe -ma j:
+
+replace j with some other letter if your USB drive is on another
+drive letter than j:
+On some drives, you may have to omit the -ma option if you
+get an error.
+If it says nothing, it probably did install the bootloader.
+
+Please note that you may have to adjust settings in your computers BIOS
+setup to boot from USB.
+Also, some BIOS (often older machines) simply won't boot from USB anyway.
+Unfortunately, there are extremely many different versions of BIOS,
+and a lot of them are rather buggy when it comes to booting off different
+media, so I am unable to help you.
+
+
diff --git a/examples/tg16/pxe/tools/ntpasswd/scsi.cgz b/examples/tg16/pxe/tools/ntpasswd/scsi.cgz Binary files differnew file mode 100644 index 0000000..441abb3 --- /dev/null +++ b/examples/tg16/pxe/tools/ntpasswd/scsi.cgz diff --git a/examples/tg16/pxe/tools/ntpasswd/syslinux.cfg b/examples/tg16/pxe/tools/ntpasswd/syslinux.cfg new file mode 100644 index 0000000..1c4dc2e --- /dev/null +++ b/examples/tg16/pxe/tools/ntpasswd/syslinux.cfg @@ -0,0 +1,11 @@ +#serial 0 19200
+default boot
+display boot.msg
+timeout 250
+prompt 1
+label boot
+ kernel vmlinuz
+
+append rw vga=1 initrd=initrd.cgz,scsi.cgz loglevel=1
+#console=ttyS0
+
diff --git a/examples/tg16/pxe/tools/ntpasswd/syslinux.exe b/examples/tg16/pxe/tools/ntpasswd/syslinux.exe Binary files differnew file mode 100644 index 0000000..a67dc0d --- /dev/null +++ b/examples/tg16/pxe/tools/ntpasswd/syslinux.exe diff --git a/examples/tg16/pxe/tools/ntpasswd/vmlinuz b/examples/tg16/pxe/tools/ntpasswd/vmlinuz Binary files differnew file mode 100644 index 0000000..356f43d --- /dev/null +++ b/examples/tg16/pxe/tools/ntpasswd/vmlinuz |