Displaying 20 results from an estimated 700 matches similar to: "EFI 64bit and Kernel 32 bit [redux]"
2020 Jun 18
0
[PATCH] efi/main: add retry to exit_boot()
I am a UEFI/BIOS developer. We UEFI PXE boot dozens of times per night. We have run into this error more than a couple of times. We have also done thousands of UEFI PXE boots with debug statements to prove that the patch works.
From: "Tom Huibregtse via Syslinux" <syslinux at syslinux.org>
To: syslinux at syslinux.org
Sent: Thursday, June 11, 2020 8:04:06 AM
Subject:
2020 Jun 11
2
[PATCH] efi/main: add retry to exit_boot()
Sometimes the UEFI memory map changes between GetMemoryMap() and
ExitBootServices(), making the MapKey value incorrect. Per the UEFI
spec, the memory map should then be fetched again and exiting retried.
Signed-off-by: Tom Huibregtse <thuibregtse at xes-inc.com>
---
efi/main.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 70 insertions(+), 11 deletions(-)
2015 Sep 16
1
[PATCH] efi: Call ExitBootServices at least twice
On Wed, 26 Aug 2015 05:54:04 +0200
celelibi--- via Syslinux <syslinux at zytor.com> wrote:
> From: Sylvain Gault <sylvain.gault at gmail.com>
>
> Some firmware implementations may need ExitBootServices to be called
> twice. The second time with an updated memory map key.
>
> Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com>
> ---
> efi/main.c |
2015 Nov 03
0
[PATCH] efi: Call ExitBootServices at least twice
2015-11-03 11:24 UTC+01:00, Gene Cumm <gene.cumm at gmail.com>:
> On Mon, Nov 2, 2015 at 10:23 PM, Celelibi <celelibi at gmail.com> wrote:
>> 2015-11-02 12:34 UTC+01:00, Gene Cumm <gene.cumm at gmail.com>:
>>> On Tue, Aug 25, 2015 at 11:54 PM, celelibi--- via Syslinux
>>> <syslinux at zytor.com> wrote:
>>>> From: Sylvain Gault
2015 Nov 03
2
[PATCH] efi: Call ExitBootServices at least twice
On Mon, Nov 2, 2015 at 10:23 PM, Celelibi <celelibi at gmail.com> wrote:
> 2015-11-02 12:34 UTC+01:00, Gene Cumm <gene.cumm at gmail.com>:
>> On Tue, Aug 25, 2015 at 11:54 PM, celelibi--- via Syslinux
>> <syslinux at zytor.com> wrote:
>>> From: Sylvain Gault <sylvain.gault at gmail.com>
>>>
>>> Some firmware implementations may need
2015 Aug 26
0
[PATCH] efi: Call ExitBootServices at least twice
From: Sylvain Gault <sylvain.gault at gmail.com>
Some firmware implementations may need ExitBootServices to be called
twice. The second time with an updated memory map key.
Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com>
---
efi/main.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 64 insertions(+), 11 deletions(-)
diff --git
2015 Nov 03
0
[PATCH] efi: Call ExitBootServices at least twice
2015-11-02 12:34 UTC+01:00, Gene Cumm <gene.cumm at gmail.com>:
> On Tue, Aug 25, 2015 at 11:54 PM, celelibi--- via Syslinux
> <syslinux at zytor.com> wrote:
>> From: Sylvain Gault <sylvain.gault at gmail.com>
>>
>> Some firmware implementations may need ExitBootServices to be called
>> twice. The second time with an updated memory map key.
>>
2015 Nov 02
3
[PATCH] efi: Call ExitBootServices at least twice
On Tue, Aug 25, 2015 at 11:54 PM, celelibi--- via Syslinux
<syslinux at zytor.com> wrote:
> From: Sylvain Gault <sylvain.gault at gmail.com>
>
> Some firmware implementations may need ExitBootServices to be called
> twice. The second time with an updated memory map key.
>
> Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com>
> ---
> efi/main.c | 75
2000 Apr 21
1
outlier detection methods in r?
hi -
if I sample from a normal distribution with something like
n100<-rnorm(100,0,1)
and add an outlier with
n100[10]<-4
then
qqnorm(n100)
visually shows the point 4 as an outlier
and calculating the probablity of a value of 4 or bigger in 100 samples of norm(0,1)
gives
> 1-exp(log(pnorm(4,0,1))*100)
[1] 0.003162164
If I have more than 1 sample above outlier threshold the math is a
2015 Aug 26
5
[PATCH] Call ExitBootServices twice
From: Sylvain Gault <sylvain.gault at gmail.com>
On some architecture, including my hardware, the function ExitBootServices may
need to be called twice in order to successfully exit the boot services. As
stated by the UEFI spec, the first call to ExitBootServices may perform a
partial shutdown of the services. It seems that during this partial shutdown,
the memory map can be modified, thus
2015 Nov 04
1
[PATCH] efi: Call ExitBootServices at least twice
On Tue, Nov 3, 2015 at 8:37 AM, Celelibi <celelibi at gmail.com> wrote:
> 2015-11-03 11:24 UTC+01:00, Gene Cumm <gene.cumm at gmail.com>:
>>> So, why not try a memory allocation anyway? It works on some
>>> implementations (including mine) despite being forbidden by the
>>> specification, but we're in this situation because the firmware was
2013 Oct 30
0
Re: Is: Wrap-up Was: Re: EFI and multiboot2 devlopment work for Xen
On 30.10.2013 12:19, Daniel Kiper wrote:
> Hi,
> multiboot2 protocol requires some more changes. However, about 80% of code
> is ready. In this case Xen and modules are loaded by GRUB2 itself. It means
> that all images could be placed on any filesystem recognized by GRUB2. Options
> for Xen and modules are passed separately which simplifies command line editing
> in boot loader
2013 Jul 14
1
Cannot VGA Passthrough Intel HD Graphics 4600 IGD
Hi,
I am trying to VGA passthrough Intel HD Graphics 4600 IGD with
Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0 but was not
successful.
Details are as follows:
===============================================================================================
teo-en-ming@intel-core-i5-4430-desktop:~$ sudo xl info
[sudo] password for teo-en-ming:
host :
2019 Jul 10
1
Alternative to laptop
Another NUC alternative:
https://www.gigabyte.com/uk/Mini-PcBarebone
On 2019-07-10 12:14, Mike wrote:
> https://www.asrock.com/nettop/index.asp
>
> Asrock has a series of Intel and/or AMD based mini-pc's called the
> DeskMini.
> Competes in the Intel NUC space.
> Plenty of power and up-to-date components, multiple ports for dual
> monitor and at least two ssd's,
2019 Jul 10
0
Alternative to laptop
https://www.asrock.com/nettop/index.asp
Asrock has a series of Intel and/or AMD based mini-pc's called the DeskMini.
Competes in the Intel NUC space.
Plenty of power and up-to-date components, multiple ports for dual
monitor and at least two ssd's, etc.
I don't work for Asrock or sell their equipment.
On Wed, Jul 10, 2019 at 2:52 AM H <agents at meddatainc.com> wrote:
>
2016 Mar 08
1
centos7+lightdm : no /almost no login screen
Hello All,
slightly unrelated because lightdm = epel, I know.
Still, maybe someone had the same issue.
When using the last two kernels, some machines give me trouble when installing Centos7 and Mate
One machine is basically an Asrock board, on this I get no login screen:
description: Motherboard
product: AD2550B-ITX
vendor: ASRock
*-display
description: VGA compatible
2007 Feb 20
2
A problem On the integrate Samba and AD 2k3 ..
A problem On the integrate Samba and AD 2k3 ..
the page is my reference
http://www.infosecwriters.com/text_resources/pdf/AD_and_Linux_TMunn.pdf
i wnat to use users group for squid' wbinfo_group.pl use auth...
now i can join the samba server to AD domain
but i can't read user's group..
can any one tell me what is happend..
like this
[root@wxyz-dns1 samba]# wbinfo -u
2020 Jul 31
3
UEFI boot blank screen post update
Hi folks,
I am able to install workstation successfully on a dedicated SSD w/ GPT
partition w/ UEFI boot using the latest `CentOS-8.2.2004-x86_64-dvd1.iso`
from a bootable pen drive.
The motherboard is ASRock x570 Gaming 4 (
https://www.asrock.com/mb/AMD/X570%20phantom%20Gaming%204/index.asp) w/
Ryzen 3600, 16G RAM, 1TB SSD in question.
However, after login, when I do a DNF update (which is
2013 Aug 02
2
syslinux 6.01 boot into GPT EFI hdd
Yes, I think so. The integer really means the same as EFI's ExitBootServices.
Matt Fleming <matt at console-pimps.org> wrote:
>On Fri, 02 Aug, at 07:50:57AM, H. Peter Anvin wrote:
>> I don't know if there is a meaningful difference between "localboot
>-1"
>> and "localboot 0" on EFI... they are really two different ways to ask
>> the BIOS
2013 Jul 10
2
ASRock B85M Pro4 micro-ATX Motherboard Supports VT-d!!!
Hi,
I have just upgraded my computer to Intel Core i5-4430 Quad Core @ 3.0
GHz (supports VT-d), ASRock B85M Pro4 micro-ATX LGA1150 motherboard
(supports VT-d), 8 GB Kingston DDR3-1600 memory and Cooler Master Elite
311 ATX casing (all for SGD$501).
I made my computer upgrade on Independence Day 4th July 2013.
I have also flashed the UEFI BIOS of ASRock B85M Pro4 motherboard to
version 1.50.