From 8ce7341c7ecda0d4805d5d1e7f4593e9866b65d4 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 15 Jan 2016 20:51:17 -0600 Subject: [PATCH] Adding support for Pogostick - Offline Windows Password and Registry Editor http://pogostick.net/~pnh/ntpasswd --- README.md | 1 + docs/index.md | 1 + src/utils.ipxe | 7 +++++++ 3 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 073bec88..4bdce645 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Full documentation is at ReadTheDocs: * [HDT](http://www.hdt-project.org/) * [Memtest](http://www.memtest.org/) * [Partition Wizard](http://www.partitionwizard.com) +* [Pogostick - Offline Windows Password and Registry Editor](http://pogostick.net/~pnh/ntpasswd) * [Super Grub2 Disk](http://www.supergrubdisk.org) #### Feedback diff --git a/docs/index.md b/docs/index.md index 66af9366..69b3a938 100644 --- a/docs/index.md +++ b/docs/index.md @@ -61,6 +61,7 @@ If you already have iPXE up and running on the network, you can hit netboot.xyz * [HDT](http://www.hdt-project.org/) * [Memtest](http://www.memtest.org/) * [Partition Wizard](http://www.partitionwizard.com) +* [Pogostick - Offline Windows Password and Registry Editor](http://pogostick.net/~pnh/ntpasswd) * [Super Grub2 Disk](http://www.supergrubdisk.org) ### Source Code diff --git a/src/utils.ipxe b/src/utils.ipxe index 8cbccb8b..dcb9e27a 100644 --- a/src/utils.ipxe +++ b/src/utils.ipxe @@ -9,6 +9,7 @@ item hdt ${space} Hardware Detection Tool item memtest ${space} MemTest86+ item netbootcd ${space} NetbootCD.us item partition_wizard ${space} Partition Wizard +item pogostick ${space} Pogostick - Offline Windows Password and Registry Editor item supergrub ${space} Super Grub2 Disk item --gap netboot.xyz tools: item testpr ${space} Test netboot.xyz branch @@ -73,6 +74,12 @@ initrd http://www.partitionwizard.com/download/pwfree91-x64.iso boot goto utils_exit +:pogostick +kernel ${memdisk} iso raw +initrd http://pogostick.net/~pnh/ntpasswd/cd140201.zip +boot +goto utils_exit + :supergrub kernel ${memdisk} iso raw initrd https://forja.cenatic.es/frs/download.php/file/1844/super_grub2_disk_hybrid_2.02s3.iso