[Libosinfo] [PATCH] win8.1: Add Windows 8.1 support
Fabiano Fidêncio
fabiano at fidencio.org
Sat Oct 5 23:08:49 UTC 2013
This commit adds the volume IDs and test cases data for the
Windows 8.1 ISOs I have access in MSDN
---
data/oses/windows.xml.in | 58 ++++++++++++++++++++++
...indows_8_1_enterprise_n_x64_dvd_2791038.iso.txt | 29 +++++++++++
...indows_8_1_enterprise_n_x86_dvd_2791297.iso.txt | 29 +++++++++++
..._windows_8_1_enterprise_x64_dvd_2791088.iso.txt | 29 +++++++++++
..._windows_8_1_enterprise_x86_dvd_2791510.iso.txt | 29 +++++++++++
.../en_windows_8_1_n_x64_dvd_2707896.iso.txt | 29 +++++++++++
.../en_windows_8_1_n_x86_dvd_2707895.iso.txt | 29 +++++++++++
...en_windows_8_1_pro_n_vl_x64_dvd_2791264.iso.txt | 29 +++++++++++
...en_windows_8_1_pro_n_vl_x86_dvd_2791509.iso.txt | 29 +++++++++++
.../en_windows_8_1_pro_vl_x64_dvd_2791292.iso.txt | 29 +++++++++++
.../en_windows_8_1_pro_vl_x86_dvd_2791634.iso.txt | 29 +++++++++++
.../win8.1/en_windows_8_1_x64_dvd_2707217.iso.txt | 29 +++++++++++
.../win8.1/en_windows_8_1_x86_dvd_2707392.iso.txt | 30 +++++++++++
13 files changed, 407 insertions(+)
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_enterprise_n_x64_dvd_2791038.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_enterprise_n_x86_dvd_2791297.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_enterprise_x64_dvd_2791088.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_enterprise_x86_dvd_2791510.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_n_x64_dvd_2707896.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_n_x86_dvd_2707895.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_pro_n_vl_x64_dvd_2791264.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_pro_n_vl_x86_dvd_2791509.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_pro_vl_x64_dvd_2791292.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_pro_vl_x86_dvd_2791634.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_x64_dvd_2707217.iso.txt
create mode 100644 test/isodata/windows/win8.1/en_windows_8_1_x86_dvd_2707392.iso.txt
diff --git a/data/oses/windows.xml.in b/data/oses/windows.xml.in
index 4e0bab2..99446bc 100644
--- a/data/oses/windows.xml.in
+++ b/data/oses/windows.xml.in
@@ -878,4 +878,62 @@
</installer>
</os>
+ <os id="http://microsoft.com/win/8.1">
+ <short-id>win8.1</short-id>
+ <_name>Microsoft Windows 8.1</_name>
+ <version>6.3</version>
+ <_vendor>Microsoft Corporation</_vendor>
+ <family>winnt</family>
+ <distro>win</distro>
+ <derives-from id="http://microsoft.com/win/8"/>
+ <upgrades id="http://microsoft.com/win/8"/>
+
+<!--
+ <release-date></release-date>
+ <eol-date></eol-date>
+-->
+
+ <media arch="i686">
+ <iso>
+ <volume-id>(IRM_CENNA_X86FREV|IRM_CENA_X86FREV|IRM_CCSNA_X86FRE|IRM_CPRNA_X86FREV|IRM_CPRA_X86FREV|IRM_CCSA_X86FRE)_</volume-id>
+ <publisher-id>MICROSOFT CORPORATION</publisher-id>
+ <l10n-language regex="true" l10n-language-map="http://microsoft.com/win/8/l10n-language">[[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*)</l10n-language>
+ </iso>
+ </media>
+ <media arch="x86_64">
+ <iso>
+ <volume-id>(IRM_CENNA_X64FREV|IRM_CENA_X64FREV|IRM_CCSNA_X64FRE|IRM_CPRNA_X64FREV|IRM_CPRA_X64FREV|IRM_CCSA_X64FRE)_</volume-id>
+ <publisher-id>MICROSOFT CORPORATION</publisher-id>
+ <l10n-language regex="true" l10n-language-map="http://microsoft.com/win/8/l10n-language">[[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*)</l10n-language>
+ </iso>
+ </media>
+
+ <resources arch="i686">
+ <minimum>
+ <cpu>1000000000</cpu>
+ <n-cpus>1</n-cpus>
+ <ram>1073741824</ram>
+ <storage>17179869184</storage>
+ </minimum>
+ </resources>
+
+ <resources arch="x86_64">
+ <minimum>
+ <cpu>1000000000</cpu>
+ <n-cpus>1</n-cpus>
+ <ram>2147483648</ram>
+ <storage>21474836480</storage>
+ </minimum>
+ </resources>
+
+ <devices>
+ <device id="http://pciids.sourceforge.net/v2.2/pci.ids/8086/2668"/> <!-- ICH6 -->
+ </devices>
+
+ <installer>
+ <script id='http://microsoft.com/windows/unattend/jeos'/>
+ <script id='http://microsoft.com/windows/unattend/desktop'/>
+ </installer>
+ </os>
+
</libosinfo>
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_enterprise_n_x64_dvd_2791038.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_enterprise_n_x64_dvd_2791038.iso.txt
new file mode 100644
index 0000000..8ce042b
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_enterprise_n_x64_dvd_2791038.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CENNA_X64FREV_EN-US_DV5
+Volume set id: IRM_CENNA_X64FREV_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1786974
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 86A 2154
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_enterprise_n_x86_dvd_2791297.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_enterprise_n_x86_dvd_2791297.iso.txt
new file mode 100644
index 0000000..c66365c
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_enterprise_n_x86_dvd_2791297.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CENNA_X86FREV_EN-US_DV5
+Volume set id: IRM_CENNA_X86FREV_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1335349
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 5B4 1460
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_enterprise_x64_dvd_2791088.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_enterprise_x64_dvd_2791088.iso.txt
new file mode 100644
index 0000000..98f78ca
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_enterprise_x64_dvd_2791088.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CENA_X64FREV_EN-US_DV5
+Volume set id: IRM_CENA_X64FREV_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1854597
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 86A 2154
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_enterprise_x86_dvd_2791510.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_enterprise_x86_dvd_2791510.iso.txt
new file mode 100644
index 0000000..718b2d3
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_enterprise_x86_dvd_2791510.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CENA_X86FREV_EN-US_DV5
+Volume set id: IRM_CENA_X86FREV_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1381065
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 5B4 1460
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_n_x64_dvd_2707896.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_n_x64_dvd_2707896.iso.txt
new file mode 100644
index 0000000..e794483
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_n_x64_dvd_2707896.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CCSNA_X64FRE_EN-US_DV5
+Volume set id: IRM_CCSNA_X64FRE_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1810774
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 86A 2154
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_n_x86_dvd_2707895.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_n_x86_dvd_2707895.iso.txt
new file mode 100644
index 0000000..b71129e
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_n_x86_dvd_2707895.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CCSNA_X86FRE_EN-US_DV5
+Volume set id: IRM_CCSNA_X86FRE_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1353462
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 5B4 1460
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_pro_n_vl_x64_dvd_2791264.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_pro_n_vl_x64_dvd_2791264.iso.txt
new file mode 100644
index 0000000..e3da298
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_pro_n_vl_x64_dvd_2791264.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CPRNA_X64FREV_EN-US_DV5
+Volume set id: IRM_CPRNA_X64FREV_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1785996
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 86A 2154
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_pro_n_vl_x86_dvd_2791509.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_pro_n_vl_x86_dvd_2791509.iso.txt
new file mode 100644
index 0000000..abc0a0a
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_pro_n_vl_x86_dvd_2791509.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CPRNA_X86FREV_EN-US_DV5
+Volume set id: IRM_CPRNA_X86FREV_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1334550
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 5B4 1460
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_pro_vl_x64_dvd_2791292.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_pro_vl_x64_dvd_2791292.iso.txt
new file mode 100644
index 0000000..f316eb4
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_pro_vl_x64_dvd_2791292.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CPRA_X64FREV_EN-US_DV5
+Volume set id: IRM_CPRA_X64FREV_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1853637
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 86A 2154
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_pro_vl_x86_dvd_2791634.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_pro_vl_x86_dvd_2791634.iso.txt
new file mode 100644
index 0000000..0cf82db
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_pro_vl_x86_dvd_2791634.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CPRA_X86FREV_EN-US_DV5
+Volume set id: IRM_CPRA_X86FREV_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1380291
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 5B4 1460
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_x64_dvd_2707217.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_x64_dvd_2707217.iso.txt
new file mode 100644
index 0000000..5449da1
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_x64_dvd_2707217.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CCSA_X64FRE_EN-US_DV5
+Volume set id: IRM_CCSA_X64FRE_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1903953
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 86A 2154
diff --git a/test/isodata/windows/win8.1/en_windows_8_1_x86_dvd_2707392.iso.txt b/test/isodata/windows/win8.1/en_windows_8_1_x86_dvd_2707392.iso.txt
new file mode 100644
index 0000000..82cc49e
--- /dev/null
+++ b/test/isodata/windows/win8.1/en_windows_8_1_x86_dvd_2707392.iso.txt
@@ -0,0 +1,30 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: IRM_CCSA_X86FRE_EN-US_DV5
+Volume set id: IRM_CCSA_X86FRE_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1423404
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 5B4 1460
+
--
1.8.3.1
More information about the Libosinfo
mailing list