Skip to content

Commit 7e29b02

Browse files
author
Sébastien Celles
authored
Create hbcd_pe.gns3a
#919
1 parent 4045b06 commit 7e29b02

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

appliances/hbcd_pe.gns3a

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"appliance_id": "ac98ab6f-7966-444b-842f-9507c965b8b7",
3+
"name": "HBCD-PE",
4+
"category": "guest",
5+
"description": "Hiren’s BootCD PE (Preinstallation Environment) is a restored edition of Hiren’s BootCD based on Windows 11 PE x64. ",
6+
"vendor_name": "hirensbootcd.org",
7+
"vendor_url": "https://www.hirensbootcd.org/",
8+
"documentation_url": "https://www.hirensbootcd.org/howtos/",
9+
"product_name": "Hiren’s BootCD PE",
10+
"product_url": "https://www.hirensbootcd.org/",
11+
"registry_version": 4,
12+
"status": "stable",
13+
"maintainer": "GNS3 Team",
14+
"maintainer_email": "[email protected]",
15+
"usage": "",
16+
"symbol": "cd.svg",
17+
"qemu": {
18+
"adapter_type": "e1000",
19+
"adapters": 1,
20+
"ram": 4096,
21+
"hda_disk_interface": "sata",
22+
"arch": "x86_64",
23+
"console_type": "vnc",
24+
"boot_priority": "c",
25+
"kvm": "require"
26+
},
27+
"images": [
28+
{
29+
"filename": "HBCD_PE_x64.iso",
30+
"version": "1.0.8",
31+
"md5sum": "45baab64b088431bdf3370292e9a74b0",
32+
"filesize": 3291686912,
33+
"download_url": "https://www.hirensbootcd.org/download/",
34+
"direct_download_url": "https://www.hirensbootcd.org/files/HBCD_PE_x64.iso"
35+
},
36+
{
37+
"filename": "empty30G.qcow2",
38+
"version": "1.0",
39+
"md5sum": "3411a599e822f2ac6be560a26405821a",
40+
"filesize": 197120,
41+
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
42+
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty30G.qcow2/download"
43+
},
44+
{
45+
"filename": "OVMF-edk2-stable202305.fd",
46+
"version": "stable202305",
47+
"md5sum": "6c4cf1519fec4a4b95525d9ae562963a",
48+
"filesize": 4194304,
49+
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
50+
"direct_download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/OVMF-edk2-stable202305.fd.zip/download",
51+
"compression": "zip"
52+
}
53+
],
54+
"versions": [
55+
{
56+
"name": "1.0.8",
57+
"images": {
58+
"bios_image": "OVMF-edk2-stable202305.fd",
59+
"hda_disk_image": "empty30G.qcow2",
60+
"cdrom_image": "HBCD_PE_x64.iso"
61+
}
62+
}
63+
]
64+
}

0 commit comments

Comments
 (0)