CloneDeploy deployment issues

I have CloneDeploy on a vm running Ubuntu 16.04.3. I also have several other vms with various Windows installations that I want to use as the sources for deploying images. This is all running in Xcp-ng.

The issue I am having is when I deploy the images to a physical computer, everything seems to run smoothly until I try to boot the machines. They get to the starting windows screen and then reboot. I am able to use another vm and can deploy the image to that and it boots right up with no problems. Anyone have any idea what is going wrong?

Thanks.

Never tried CloneDeploy and you haven’t provided any errors that occur behind that rebooting. My guess would be to check out your storage adapters and drivers support for storage. You may need to slip stream those drivers in to have a proper boot.

I do not receive any errors when it reboots. It just goes in to a boot loop. Below is the log that clonedeploy provides. From what I can tell there are no errors.

** Looking For Active Task For d0:27:88:e3:ff:66.THF10N090531000262.61878213-2D1E-5108-EBAD-D02788E3FF66 **

{“computerId”:“false”,“task”:“ond”,“taskId”:null}

… This Computer Was Not Found

** Looking For Active Task For d0:27:88:e3:ff:66 **

{“computerId”:“false”,“task”:“ond”,“taskId”:null}

… This Computer Was Not Found

This Computer Is Not Registered. No Active Web Tasks Were Found For This Computer. Starting Registration.

** Displaying Boot Arguments **

BOOT_IMAGE=/clonedeploy/4.13.2 ramdisk_size=156000 root=/dev/ram0 rw web=http://192.168.1.253/clonedeploy/api/ClientImaging/ USER_TOKEN= consoleblank=0 MAC: d0:27:88:e3:ff:66
Linux client_console.localdomain 4.13.2 #2 SMP Fri Sep 29 14:06:46 EDT 2017 i686 GNU/Linux

Boot Image Version: 1008

** Using On Demand Mode **

** Creating Active Task **

image_name=Windows7Prox86-12252018 profile_id=5 server_ip=192.168.1.253 pre_scripts="" post_scripts="" file_copy=False sysprep_tags="" task_completed_action=“Reboot” osx_target_volume="" munki_repo_url="" fix_bcd=true force_dynamic_partitions=true partition_method=dynamic dp_id=“1” computer_id=-136926

… Success

** Checking Current Queue **

… Complete

** Mounting SMB Share **

… Connecting To Local_Default

… Success

** Looking For Hard Drive(s) **

… Displaying Available Devices
RO RA SSZ BSZ StartSec Size Device
rw 256 512 1024 0 159744000 /dev/ram0
rw 256 512 4096 0 64023257088 /dev/sda
rw 256 512 4096 2048 104857600 /dev/sda1
rw 256 512 4096 206848 63917350912 /dev/sda2
rw 256 512 4096 0 8027897856 /dev/sdc
rw 256 512 4096 2048 8026849280 /dev/sdc1
Disk /dev/ram0: 152.4 MiB, 159744000 bytes, 312000 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk /dev/sda: 59.6 GiB, 64023257088 bytes, 125045424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xd3738dae

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda2 206848 125045423 124838576 59.5G 7 HPFS/NTFS/exFAT

Disk /dev/sdc: 7.5 GiB, 8027897856 bytes, 15679488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x02be7904

Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 2048 15679487 15677440 7.5G b W95 FAT32

… Found Drive(s)

… Drive(s): /dev/sda

** Processing /dev/sda **

Get hd_schema: profileId=5&clientHdNumber=0&newHdSize=64023257088&schemaHds=&clientLbs=512

{“BootPartition”:“1”,“Guid”:"",“IsValid”:“true”,“Message”:null,“PartitionType”:“mbr”,“PhysicalPartitionCount”:2,“PhysicalPartitions”:[{“Compression”:“lz4”,“EfiBootLoader”:"",“FileSystem”:“ntfs”,“Guid”:"",“ImageType”:“Block”,“Number”:“1”,“PartcloneFileSystem”:“ntfs”,“Prefix”:null,“Type”:“primary”,“Uuid”:“768C8EA88C8E628B”,“VolumeGroup”:null},{“Compression”:“lz4”,“EfiBootLoader”:"",“FileSystem”:“ntfs”,“Guid”:"",“ImageType”:“Block”,“Number”:“2”,“PartcloneFileSystem”:“ntfs”,“Prefix”:null,“Type”:“primary”,“Uuid”:“AA2091BA20918E47”,“VolumeGroup”:null}],“SchemaHdNumber”:0,“UsesLvm”:“false”}

… HD Meets The Minimum Sized Required

** Clearing MBR / GPT **


Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.


Warning! Secondary partition table overlaps the last partition by
33 blocks!
You will need to delete this partition or resize it in another utility.
GPT data structures destroyed! You may now partition the disk using fdisk or
other utilities.
2047+0 records in
2047+0 records out
1048064 bytes (1.0 MB) copied, 0.0467293 s, 22.4 MB/s

** Restoring MBR / GPT On /dev/sda **
2047+0 records in
2047+0 records out
1048064 bytes (1.0 MB) copied, 0.0927152 s, 11.3 MB/s

… Complete

** Creating Partition Table On /dev/sda **

** Deleting Existing Partitions **

** Partition Creation Script **
fdisk /dev/sda &>>/tmp/clientlog.log <<FDISK
n
p
1
2048
+204799
t
7
a
n
p
2

t
2
7
w
FDISK

Welcome to fdisk (util-linux 2.26.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

Command (m for help): Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Select (default p): Partition number (1-4, default 1): First sector (2048-125045423, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (2048-125045423, default 125045423):
Created a new partition 1 of type ‘Linux’ and of size 100 MiB.

Command (m for help): Selected partition 1
Partition type (type L to list all types): Changed type of partition ‘Linux’ to ‘HPFS/NTFS/exFAT’.

Command (m for help): Selected partition 1
The bootable flag on partition 1 is enabled now.

Command (m for help): Partition type
p primary (1 primary, 0 extended, 3 free)
e extended (container for logical partitions)
Select (default p): Partition number (2-4, default 2): First sector (206848-125045423, default 206848): Last sector, +sectors or +size{K,M,G,T,P} (206848-125045423, default 125045423):
Created a new partition 2 of type ‘Linux’ and of size 59.5 GiB.

Command (m for help): Partition number (1,2, default 2): Partition type (type L to list all types):
Changed type of partition ‘Linux’ to ‘HPFS/NTFS/exFAT’.

Command (m for help): The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.

** New Partition Table Is **
Disk /dev/ram0: 152.4 MiB, 159744000 bytes, 312000 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

Disk /dev/sda: 59.6 GiB, 64023257088 bytes, 125045424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xd3738dae

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda2 206848 125045423 124838576 59.5G 7 HPFS/NTFS/exFAT

Disk /dev/sdc: 7.5 GiB, 8027897856 bytes, 15679488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x02be7904

Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 2048 15679487 15677440 7.5G b W95 FAT32

{ “Compression”: “lz4”, “EfiBootLoader”: “”, “FileSystem”: “ntfs”, “Guid”: “”, “ImageType”: “Block”, “Number”: “1”, “PartcloneFileSystem”: “ntfs”, “Prefix”: null, “Type”: “primary”, “Uuid”: “768C8EA88C8E628B”, “VolumeGroup”: null }

** Starting Image Download For /dev/sda1 **

lie_reporter 27 partclone & lz4 -d /storage/images/Windows7Prox86-12252018/hd0/part1.ntfs.lz4 partclone.ntfs -B -r -o /dev/sda1
Partclone v0.2.90 http://partclone.org
Starting to restore image (-) to device (/dev/sda1)
we need memory: 11460 bytes
image head 4160, bitmap 3200, crc 4100 bytes
Calculating bitmap… Please wait… get device size 104857600 by ioctl BLKGETSIZE64,
done!
File system: NTFS
Device size: 104.9 MB = 25599 Blocks
Space in use: 25.3 MB = 6182 Blocks
Free Space: 79.5 MB = 19417 Blocks
Block size: 4096 Byte
Syncing… OK!
Partclone successfully restored the image (-) to the device (/dev/sda1)

Bootloader fix Has Been Skipped Via Image Profile

{ “Compression”: “lz4”, “EfiBootLoader”: “”, “FileSystem”: “ntfs”, “Guid”: “”, “ImageType”: “Block”, “Number”: “2”, “PartcloneFileSystem”: “ntfs”, “Prefix”: null, “Type”: “primary”, “Uuid”: “AA2091BA20918E47”, “VolumeGroup”: null }

** Starting Image Download For /dev/sda2 **

lie_reporter 27 partclone & lz4 -d /storage/images/Windows7Prox86-12252018/hd0/part2.ntfs.lz4 partclone.ntfs -B -r -o /dev/sda2
Partclone v0.2.90 http://partclone.org
Starting to restore image (-) to device (/dev/sda2)
we need memory: 424980 bytes
image head 4160, bitmap 416720, crc 4100 bytes
Calculating bitmap… Please wait… get device size 63917350912 by ioctl BLKGETSIZE64,
done!
File system: NTFS
Device size: 13.7 GB = 3333740 Blocks
Space in use: 11.1 GB = 2713051 Blocks
Free Space: 2.5 GB = 620689 Blocks
Block size: 4096 Byte
Syncing… OK!
Partclone successfully restored the image (-) to the device (/dev/sda2)
Mounting volume… OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector… FIXED
NTFS volume version is 3.1.
Going to un-mark the bad clusters ($BadClus)… No bad clusters…OK
NTFS partition /dev/sda2 was processed successfully.

volumeMargin: 50262351360

** Expanding NTFS Volume on /dev/sda2 **

Expanding NTFS Volume To: 63906865152
ntfsresize v2017.3.23 (libntfs-3g)
Device name : /dev/sda2
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 13654999552 bytes (13655 MB)
Current device size: 63917350912 bytes (63918 MB)
New volume size : 63906861568 bytes (63907 MB)
Checking filesystem consistency …
Accounting clusters …
Space in use : 11113 MB (81.4%)
Collecting resizing constraints …
Schedule chkdsk for NTFS consistency check at Windows boot time …
Resetting $LogFile … (this might take a while)
Updating $BadClust file …
Updating $Bitmap file …
Updating Boot record …
Syncing device …
Successfully resized NTFS on device ‘/dev/sda2’.

… Success
Mounting volume… OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector… FIXED
NTFS volume version is 3.1.
Going to un-mark the bad clusters ($BadClus)… No bad clusters…OK
NTFS partition /dev/sda2 was processed successfully.

** Updating BCD **

… Found BCD Partition On/dev/sda1

** Updating BCD **

… Found Windows Partition On /dev/sda2

** Updated BCD Is **
Windows Registry Editor Version 5.00

[.\Objects]

[.\Objects{0ce4991b-e6b3-4b16-b23c-5e0d9250e5d9}]

[.\Objects{0ce4991b-e6b3-4b16-b23c-5e0d9250e5d9}\Description]
“Type”=dword:20100000

[.\Objects{0ce4991b-e6b3-4b16-b23c-5e0d9250e5d9}\Elements]

[.\Objects{0ce4991b-e6b3-4b16-b23c-5e0d9250e5d9}\Elements\16000020]
“Element”=hex:01

[.\Objects{1afa9c49-16ab-4a5c-901b-212802da9460}]

[.\Objects{1afa9c49-16ab-4a5c-901b-212802da9460}\Description]
“Type”=dword:20200004

[.\Objects{1afa9c49-16ab-4a5c-901b-212802da9460}\Elements]

[.\Objects{1afa9c49-16ab-4a5c-901b-212802da9460}\Elements\14000006]
“Element”=hex(7):7b,00,37,00,65,00,61,00,32,00,65,00,31,00,61,00,63,00,2d,00,
32,00,65,00,36,00,31,00,2d,00,34,00,37,00,32,00,38,00,2d,00,61,00,61,00,61,
00,33,00,2d,00,38,00,39,00,36,00,64,00,39,00,64,00,30,00,61,00,39,00,66,00,
30,00,65,00,7d,00,00,00,00,00

[.\Objects{4636856e-540f-4170-a130-a84776f4c654}]

[.\Objects{4636856e-540f-4170-a130-a84776f4c654}\Description]
“Type”=dword:20100000

[.\Objects{4636856e-540f-4170-a130-a84776f4c654}\Elements]

[.\Objects{4636856e-540f-4170-a130-a84776f4c654}\Elements\15000011]
“Element”=hex:00,00,00,00,00,00,00,00

[.\Objects{4636856e-540f-4170-a130-a84776f4c654}\Elements\15000013]
“Element”=hex:01,00,00,00,00,00,00,00

[.\Objects{4636856e-540f-4170-a130-a84776f4c654}\Elements\15000014]
“Element”=hex:00,c2,01,00,00,00,00,00

[.\Objects{5189b25c-5558-4bf2-bca4-289b11bd29e2}]

[.\Objects{5189b25c-5558-4bf2-bca4-289b11bd29e2}\Description]
“Type”=dword:20100000

[.\Objects{5189b25c-5558-4bf2-bca4-289b11bd29e2}\Elements]

[.\Objects{6efb52bf-1766-41db-a6b3-0ee5eff72bd7}]

[.\Objects{6efb52bf-1766-41db-a6b3-0ee5eff72bd7}\Description]
“Type”=dword:20200003

[.\Objects{6efb52bf-1766-41db-a6b3-0ee5eff72bd7}\Elements]

[.\Objects{6efb52bf-1766-41db-a6b3-0ee5eff72bd7}\Elements\14000006]
“Element”=hex(7):7b,00,37,00,65,00,61,00,32,00,65,00,31,00,61,00,63,00,2d,00,
32,00,65,00,36,00,31,00,2d,00,34,00,37,00,32,00,38,00,2d,00,61,00,61,00,61,
00,33,00,2d,00,38,00,39,00,36,00,64,00,39,00,64,00,30,00,61,00,39,00,66,00,
30,00,65,00,7d,00,00,00,7b,00,37,00,66,00,66,00,36,00,30,00,37,00,65,00,30,
00,2d,00,34,00,33,00,39,00,35,00,2d,00,31,00,31,00,64,00,62,00,2d,00,62,00,
30,00,64,00,65,00,2d,00,30,00,38,00,30,00,30,00,32,00,30,00,30,00,63,00,39,
00,61,00,36,00,36,00,7d,00,00,00,00,00

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}]

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Description]
“Type”=dword:10200004

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements]

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\11000001]
“Element”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,08,00,00,00,00,
00,00,00,1e,00,00,00,00,00,00,00,00,00,50,06,00,00,00,00,00,00,00,00,00,00

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\12000002]
“Element”="\Windows\system32\winresume.exe"

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\12000004]
“Element”=“Windows Resume Application”

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\12000005]
“Element”=“en-US”

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\14000006]
“Element”=hex(7):7b,00,31,00,61,00,66,00,61,00,39,00,63,00,34,00,39,00,2d,00,
31,00,36,00,61,00,62,00,2d,00,34,00,61,00,35,00,63,00,2d,00,39,00,30,00,31,
00,62,00,2d,00,32,00,31,00,32,00,38,00,30,00,32,00,64,00,61,00,39,00,34,00,
36,00,30,00,7d,00,00,00,00,00

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\21000001]
“Element”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,08,00,00,00,00,
00,00,00,1e,00,00,00,00,00,00,00,00,00,00,00,02,00,00,22,00,00,00,00,00,00

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\22000002]
“Element”="\hiberfil.sys"

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\26000004]
“Element”=hex:01

[.\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\26000006]
“Element”=hex:00

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}]

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Description]
“Type”=dword:10200003

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements]

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\11000001]
“Element”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,08,00,00,00,00,
00,00,00,1e,00,00,00,00,00,00,00,00,00,50,06,00,00,00,00,00,00,00,00,00,00

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\12000002]
“Element”="\Windows\system32\winload.exe"

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\12000004]
“Element”=“Windows 7”

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\12000005]
“Element”=“en-US”

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\14000006]
“Element”=hex(7):7b,00,36,00,65,00,66,00,62,00,35,00,32,00,62,00,66,00,2d,00,
31,00,37,00,36,00,36,00,2d,00,34,00,31,00,64,00,62,00,2d,00,61,00,36,00,62,
00,33,00,2d,00,30,00,65,00,65,00,35,00,65,00,66,00,66,00,37,00,32,00,62,00,
64,00,37,00,7d,00,00,00,00,00

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\16000009]
“Element”=hex:00

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\21000001]
“Element”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,08,00,00,00,00,
00,00,00,1e,00,00,00,00,00,00,00,00,00,00,00,02,00,00,22,00,00,00,00,00,00

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\22000002]
“Element”="\Windows"

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\23000003]
“Element”="{76995b60-07e2-11e9-9d94-a163155f3417}"

[.\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\25000020]
“Element”=hex:00,00,00,00,00,00,00,00

[.\Objects{7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}]

[.\Objects{7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}\Description]
“Type”=dword:20100000

[.\Objects{7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}\Elements]

[.\Objects{7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}\Elements\14000006]
“Element”=hex(7):7b,00,34,00,36,00,33,00,36,00,38,00,35,00,36,00,65,00,2d,00,
35,00,34,00,30,00,66,00,2d,00,34,00,31,00,37,00,30,00,2d,00,61,00,31,00,33,
00,30,00,2d,00,61,00,38,00,34,00,37,00,37,00,36,00,66,00,34,00,63,00,36,00,
35,00,34,00,7d,00,00,00,7b,00,30,00,63,00,65,00,34,00,39,00,39,00,31,00,62,
00,2d,00,65,00,36,00,62,00,33,00,2d,00,34,00,62,00,31,00,36,00,2d,00,62,00,
32,00,33,00,63,00,2d,00,35,00,65,00,30,00,64,00,39,00,32,00,35,00,30,00,65,
00,35,00,64,00,39,00,7d,00,00,00,7b,00,35,00,31,00,38,00,39,00,62,00,32,00,
35,00,63,00,2d,00,35,00,35,00,35,00,38,00,2d,00,34,00,62,00,66,00,32,00,2d,
00,62,00,63,00,61,00,34,00,2d,00,32,00,38,00,39,00,62,00,31,00,31,00,62,00,
64,00,32,00,39,00,65,00,32,00,7d,00,00,00,00,00

[.\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}]

[.\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}\Description]
“Type”=dword:20200003

[.\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}\Elements]

[.\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}\Elements\250000f3]
“Element”=hex:00,00,00,00,00,00,00,00

[.\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}\Elements\250000f4]
“Element”=hex:01,00,00,00,00,00,00,00

[.\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}\Elements\250000f5]
“Element”=hex:00,c2,01,00,00,00,00,00

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}]

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Description]
“Type”=dword:10100002

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements]

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\11000001]
“Element”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,08,00,00,00,00,
00,00,00,1e,00,00,00,00,00,00,00,00,00,50,06,00,00,00,00,00,00,00,00,00,00

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\12000004]
“Element”=“Windows Boot Manager”

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\12000005]
“Element”=“en-US”

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\14000006]
“Element”=hex(7):7b,00,37,00,65,00,61,00,32,00,65,00,31,00,61,00,63,00,2d,00,
32,00,65,00,36,00,31,00,2d,00,34,00,37,00,32,00,38,00,2d,00,61,00,61,00,61,
00,33,00,2d,00,38,00,39,00,36,00,64,00,39,00,64,00,30,00,61,00,39,00,66,00,
30,00,65,00,7d,00,00,00,00,00

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\23000003]
“Element”="{76995b61-07e2-11e9-9d94-a163155f3417}"

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\23000006]
“Element”="{76995b60-07e2-11e9-9d94-a163155f3417}"

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\24000001]
“Element”=hex(7):7b,00,37,00,36,00,39,00,39,00,35,00,62,00,36,00,31,00,2d,00,
30,00,37,00,65,00,32,00,2d,00,31,00,31,00,65,00,39,00,2d,00,39,00,64,00,39,
00,34,00,2d,00,61,00,31,00,36,00,33,00,31,00,35,00,35,00,66,00,33,00,34,00,
31,00,37,00,7d,00,00,00,00,00

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\24000010]
“Element”=hex(7):7b,00,62,00,32,00,37,00,32,00,31,00,64,00,37,00,33,00,2d,00,
31,00,64,00,62,00,34,00,2d,00,34,00,63,00,36,00,32,00,2d,00,62,00,66,00,37,
00,38,00,2d,00,63,00,35,00,34,00,38,00,61,00,38,00,38,00,30,00,31,00,34,00,
32,00,64,00,7d,00,00,00,00,00

[.\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\25000004]
“Element”=hex:1e,00,00,00,00,00,00,00

[.\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}]

[.\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Description]
“Type”=dword:10200005

[.\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements]

[.\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\11000001]
“Element”=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,08,00,00,00,00,
00,00,00,1e,00,00,00,00,00,00,00,00,00,50,06,00,00,00,00,00,00,00,00,00,00

[.\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\12000002]
“Element”="\boot\memtest.exe"

[.\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\12000004]
“Element”=“Windows Memory Diagnostic”

[.\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\12000005]
“Element”=“en-US”

[.\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\14000006]
“Element”=hex(7):7b,00,37,00,65,00,61,00,32,00,65,00,31,00,61,00,63,00,2d,00,
32,00,65,00,36,00,31,00,2d,00,34,00,37,00,32,00,38,00,2d,00,61,00,61,00,61,
00,33,00,2d,00,38,00,39,00,36,00,64,00,39,00,64,00,30,00,61,00,39,00,66,00,
30,00,65,00,7d,00,00,00,00,00

[.\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\1600000b]
“Element”=hex:01

reged version 0.1 140201, © Petter N Hagen
— Import KEY <\Objects> with 0 values.
— Import KEY <\Objects{0ce4991b-e6b3-4b16-b23c-5e0d9250e5d9}> with 0 values.
— Import KEY <\Objects{0ce4991b-e6b3-4b16-b23c-5e0d9250e5d9}\Description> with 1 values.
— Import KEY <\Objects{0ce4991b-e6b3-4b16-b23c-5e0d9250e5d9}\Elements> with 0 values.
— Import KEY <\Objects{0ce4991b-e6b3-4b16-b23c-5e0d9250e5d9}\Elements\16000020> with 1 values.
— Import KEY <\Objects{1afa9c49-16ab-4a5c-901b-212802da9460}> with 0 values.
— Import KEY <\Objects{1afa9c49-16ab-4a5c-901b-212802da9460}\Description> with 1 values.
— Import KEY <\Objects{1afa9c49-16ab-4a5c-901b-212802da9460}\Elements> with 0 values.
— Import KEY <\Objects{1afa9c49-16ab-4a5c-901b-212802da9460}\Elements\14000006> with 1 values.
— Import KEY <\Objects{4636856e-540f-4170-a130-a84776f4c654}> with 0 values.
— Import KEY <\Objects{4636856e-540f-4170-a130-a84776f4c654}\Description> with 1 values.
— Import KEY <\Objects{4636856e-540f-4170-a130-a84776f4c654}\Elements> with 0 values.
— Import KEY <\Objects{4636856e-540f-4170-a130-a84776f4c654}\Elements\15000011> with 1 values.
— Import KEY <\Objects{4636856e-540f-4170-a130-a84776f4c654}\Elements\15000013> with 1 values.
— Import KEY <\Objects{4636856e-540f-4170-a130-a84776f4c654}\Elements\15000014> with 1 values.
— Import KEY <\Objects{5189b25c-5558-4bf2-bca4-289b11bd29e2}> with 0 values.
— Import KEY <\Objects{5189b25c-5558-4bf2-bca4-289b11bd29e2}\Description> with 1 values.
— Import KEY <\Objects{5189b25c-5558-4bf2-bca4-289b11bd29e2}\Elements> with 0 values.
— Import KEY <\Objects{6efb52bf-1766-41db-a6b3-0ee5eff72bd7}> with 0 values.
— Import KEY <\Objects{6efb52bf-1766-41db-a6b3-0ee5eff72bd7}\Description> with 1 values.
— Import KEY <\Objects{6efb52bf-1766-41db-a6b3-0ee5eff72bd7}\Elements> with 0 values.
— Import KEY <\Objects{6efb52bf-1766-41db-a6b3-0ee5eff72bd7}\Elements\14000006> with 1 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}> with 0 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Description> with 1 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements> with 0 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\11000001> with 1 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\12000002> with 1 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\12000004> with 1 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\12000005> with 1 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\14000006> with 1 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\21000001> with 1 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\22000002> with 1 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\26000004> with 1 values.
— Import KEY <\Objects{76995b60-07e2-11e9-9d94-a163155f3417}\Elements\26000006> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}> with 0 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Description> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements> with 0 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\11000001> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\12000002> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\12000004> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\12000005> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\14000006> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\16000009> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\21000001> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\22000002> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\23000003> with 1 values.
— Import KEY <\Objects{76995b61-07e2-11e9-9d94-a163155f3417}\Elements\25000020> with 1 values.
— Import KEY <\Objects{7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}> with 0 values.
— Import KEY <\Objects{7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}\Description> with 1 values.
— Import KEY <\Objects{7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}\Elements> with 0 values.
— Import KEY <\Objects{7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}\Elements\14000006> with 1 values.
— Import KEY <\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}> with 0 values.
— Import KEY <\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}\Description> with 1 values.
— Import KEY <\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}\Elements> with 0 values.
— Import KEY <\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}\Elements\250000f3> with 1 values.
— Import KEY <\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}\Elements\250000f4> with 1 values.
— Import KEY <\Objects{7ff607e0-4395-11db-b0de-0800200c9a66}\Elements\250000f5> with 1 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}> with 0 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Description> with 1 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements> with 0 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\11000001> with 1 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\12000004> with 1 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\12000005> with 1 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\14000006> with 1 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\23000003> with 1 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\23000006> with 1 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\24000001> with 1 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\24000010> with 1 values.
— Import KEY <\Objects{9dea862c-5cdd-4e70-acc1-f32b344d4795}\Elements\25000004> with 1 values.
— Import KEY <\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}> with 0 values.
— Import KEY <\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Description> with 1 values.
— Import KEY <\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements> with 0 values.
— Import KEY <\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\11000001> with 1 values.
— Import KEY <\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\12000002> with 1 values.
— Import KEY <\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\12000004> with 1 values.
— Import KEY <\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\12000005> with 1 values.
— Import KEY <\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\14000006> with 1 values.
— Import KEY <\Objects{b2721d73-1db4-4c62-bf78-c548a880142d}\Elements\1600000b>
END OF IMPORT, file </tmp/updatedbcd>, operation SUCCEEDED!
78 keys
0 new keys added
55 values total

Hives that have changed:

Name

0 </mnt/ntfs/Boot/BCD> - OK

… Success

** Closing Active Task **