similar to: Building a http query string including SMBIOS Serial Number to load a specific kernel

Displaying 20 results from an estimated 1100 matches similar to: "Building a http query string including SMBIOS Serial Number to load a specific kernel"

2016 Feb 20
1
Building a http query string including SMBIOS Serial Number to load a specific kernel
On Fri, Feb 19, 2016 at 3:40 PM, Geert Stappers via Syslinux <syslinux at zytor.com> wrote: > On Fri, Feb 19, 2016 at 06:07:15PM -0200, Leandro Becker via Syslinux wrote: >> Hello folks, >> >> There is a way to get the system serial number from SMBIOS and pass it >> as HTTP query string to get the kernel and initrd? >> Something like this: >> >>
2016 Feb 19
0
Building a http query string including SMBIOS Serial Number to load a specific kernel
On Fri, Feb 19, 2016 at 06:07:15PM -0200, Leandro Becker via Syslinux wrote: > Hello folks, > > There is a way to get the system serial number from SMBIOS and pass it > as HTTP query string to get the kernel and initrd? > Something like this: > > LABEL OS Download > MENU LABEL Clonezilla > MENU INDENT 1 > KERNEL
2013 Aug 29
3
[PATCH 0/2] Fix SMBios table regressions in HVM guests
The series "HVM firmware passthrough" series in Jan 2013 from Ross Philipson cause two regressions for HVM guests which sadly found their way into the Xen 4.3 release. The first regression causes an incorrect count of tables to be placed in the main header, and can be seen by running dmidecode in any applicable HVM domain. The second regression found its way into the public ABI, making
2020 Aug 10
3
Question for smbios
I am reposting this because it's been 2 or 3 weeks. Hello, Hopefully this is the right place to send a question like this... I'm attempting to automate creation of VMs using virt-install and a cloud-init disk image. To get this to work, I need to specify the location of the cloud-init configs by passing smbios key/value pairs. Normally, -smbios is provided to qemu to do this. With
2006 Jul 12
2
[PATCH] HVM SMBIOS v2 0/5
The following patches are a cleaned up version of the HVM SMBIOS patches I submitted last Friday. Differences include (1) SMBIOS is no longer optional for HVM domU''s. (2) The refactoring I did of hvmloader wasn''t really necessary, so I got rid of it. (3) The patches have been tested on changeset 10671:b20580cf7fc1bfe5119597bb5b576cdd020551d5 (4) The versions of strcpy() and
2006 Aug 14
2
please ignore previous SMBIOS patches
For some reason, half of the patches I posted on Friday for HVM SMBIOS support haven''t shown up yet. I''m going to try to post a version of them reworked for changeset 11076:f328519053f5a444af475ec10dc8089a0b176e3f in a few moments, so please ignore the previous posts. Thanks! Andrew _______________________________________________ Xen-devel mailing list
2007 Oct 15
5
problem with smbios 2.13?
Hello, I''m using the latest b75 ISO to try and get a solaris dom0 running on my laptop, a Sony SZ-330P. The Xen LiveCD works just fine, so I know that theoretically it should work. Build 75 also works just fine on my Sony, including sound and video, etc. But when I try and boot the Xen kernel, the system hangs. There''s no panic printed to console. If I pass a -v option at
2006 Aug 14
4
[PATCH] HVM SMBIOS v3 [5/5]
[HVM] Pick up SMBIOS entry point in the ROMBIOS. Signed-off-by: Andrew D. Ball <aball@us.ibm.com> diff -r 1d817bfc5ed9 tools/firmware/rombios/rombios.c --- a/tools/firmware/rombios/rombios.c Fri Aug 11 14:22:54 2006 +0100 +++ b/tools/firmware/rombios/rombios.c Fri Aug 11 14:55:22 2006 -0400 @@ -9443,6 +9443,43 @@ rom_scan_increment: mov ds, ax ret +#ifdef HVMASSIST + +; Copy the
2012 Feb 21
2
[PATCH 2/3] SMBIOS table passthrough support
Utility routines in hvmloader for SMBIOS table validation. Signed-off-by: Ross Philipson <ross.philipson@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xensource.com/xen-devel
2010 Jan 27
1
Is there anyone working on SMbios support for the PV platform?
As the title, any issues about that? thanks, Yibin Shen _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2016 Feb 22
0
Building a http query string including SMBIOS Serial Number to load a specific kernel
"Leandro Becker" <Lbecker at positivo.com.br> writes: > Tryied, but seems that command line does not support loading kernel > using http :( > Thanks anyway. Works fine for me with lpxelinux.0. String concatenation is .. though, so fix that mistake of mine like sl.run_command ("http://192.168.10.10/kernel.php?SN=" . serial . "...") -- Regards, Feri.
2012 Feb 21
0
[PATCH 0/3] SMBIOS table passthrough support
SMBIOS table pass-through is useful in supporting vendor/OEM specific functionality in HVM guests. There are numerous OEM software packages and drivers that depend on having certain SMBIOS tables surfaced in a guest for their proper functioning. This also includes drivers and software needed for device pass-through. This series of patches introduces support for SMBIOS pass-through in the
2017 Oct 18
0
File option for smbios.
Hi guys, Does anybody knows if there is an option to set a binary file for smbios? Currently, I'm doing this approach: <qemu:commandline> <qemu:arg value='-smbios'/> <qemu:arg value='file=/var/run/libvirt/qemu/smbios_type_1.bin'/> </qemu:commandline> Has libvirt a method as <smbios mode='host'/> ? -- Julio Cesar Faracco
2012 Dec 20
0
[PATCH v4 03/04] HVM firmware passthrough SMBIOS processing
Passthrough support for the SMBIOS structures including three new DMTF defined types and support for OEM defined tables. Passed in SMBIOS types override the default internal values. Default values can be enabled for the new type 22 portable battery using a xenstore flag. All other new DMTF defined and OEM structures will only be added to the SMBIOS table if passthrough values are present.
2007 Mar 13
0
SMBIOS level in Xen
All, What is the current minimum required SMBIOS version for Xen? Assuming it is not already, the SMBIOS version on the platform were to be raised to 2.5, would there be issues? Thanks Raj _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2020 Aug 10
0
Re: Question for smbios
On Mon, Aug 10, 2020 at 12:49:37AM -0500, David wrote: > I am reposting this because it's been 2 or 3 weeks. > > Hello, > > Hopefully this is the right place to send a question like this... > > I'm attempting to automate creation of VMs using virt-install and a > cloud-init disk image. To get this to work, I need to specify the location > of the cloud-init
2006 Aug 22
0
[PATCH] [HVM] Make serial number in SMBIOS table equal to UUID
[HVM] [SMBIOS] Duplicate UUID into serial number in SMBIOS tables. Windows zeroes out the UUID in the SMBIOS tables, but the identifier is often needed by systems management code. Duplicating the UUID as the virtual system''s serial number should help. Signed-off-by: Andrew D. Ball <aball@us.ibm.com> diff -r 6a8204e4619d -r f3a3ee53050e tools/firmware/hvmloader/smbios.c ---
2006 Jul 07
0
[RFC] [PATCH] HVM SMBIOS support 0/6
This series of patches adds support for SMBIOS to HVM domU''s. This is needed by many systems management applications, most often to get a useful UUID inside of an HVM domU. They have been tested on changeset 10486:5610d916ad1be231bd6b6c7ae26665374623a90c of xen-unstable. Any comments or help would be greatly appreciated. Andrew ===== sample output from dmidecode: # dmidecode 2.7
2006 Aug 14
0
[PATCH] HVM SMBIOS v3 [1/5]
[HVM] Cleanup: move cpuid function to util.c . Signed-off-by: Andrew D. Ball <aball@us.ibm.com> diff -r f328519053f5 -r 4cc861f6b425 tools/firmware/hvmloader/hvmloader.c --- a/tools/firmware/hvmloader/hvmloader.c Mon Aug 14 10:58:02 2006 +0100 +++ b/tools/firmware/hvmloader/hvmloader.c Mon Aug 14 11:16:09 2006 -0400 @@ -116,15 +116,6 @@ check_amd(void) } static void -cpuid(uint32_t
2009 May 09
0
[TESTING] SMBIOS Type 6 anyone?
Some people have reported that the menu doesn't display any memory information on some machines. I have implemented the 3.3.7 Memory Module Information (Type 6, Obsolete) hoping it solves the problem (CLI only right now). If you want to play with it, a build can be found at: http://pub.mouraf.org/syslinux/hdt/hdt-type6.c32 How to test: hdt> dmi dmi> show It will show the