Displaying 20 results from an estimated 5000 matches similar to: "syslinux efi64 test c32 module"
2019 May 24
0
syslinux efi64 test c32 module
Hi,
> does someone have test syslinux EFI64 bootloader in qemu ?
IIRC, yes. With a Knoppix 8 ISO as -hda. (It's a rarity by using
SYSLINUX for EFI in an ISO.)
> what do I need except qemu-syste-x86-64.
OVMF: Open Virtual Machine Firmware
I find traces in my mailbox that i did on Debian:
qemu-system-x86_64 -enable-kvm -m 512 \
-hda
2019 Apr 15
4
EFI32, EFI64 on one disk
Hello,
i would like create a bootdisk , that can be boot from Old BIOS, EFI32 and EFI64.
But for EFI Boot there is only one directory /EFI/BOOT/
In this directory I can copy BOOTia32.EFI and BOOTx64.EFI.
But the *.c32 files for EFI32 & EFI64 , I can install to this directory at the same time.
Is there a way to load the *.c32 from different directory ?
Or is there a other solution ?
2014 Apr 23
2
*.c32 for efi64 and efi32?
Dear Syslinux developers,
I'd like to continue the discussion about this:
http://www.syslinux.org/archives/2014-February/021659.html
i.e. different directories for *.c32 files of BIOS, EFI32, and EFI64.
I am wondering why we can not have
*.c32 for the COMBOOT files of BIOS,
*.e32 for the COMBOOT files of EFI32
*.e64 for the COMBOOT files of EFI64
As now the ldlinux file of syslinux 6.0x has,
2014 Apr 23
2
*.c32 for efi64 and efi32?
On 2014/4/23 ?? 09:55, Gene Cumm wrote:
> The resulting config would require suffix-less module references, i.e.
> "UI menu" or "COM32 ls".
>
> Additionally, I documented the basics of my test system here:
>
> http://www.syslinux.org/archives/2014-February/021740.html
>
> Bear in mind, by "URL-like file locations", I mean that if we have
>
2015 Jul 31
5
EFI: ipxe + syslinux = Failed to read blocks: 0xC
Hello dear list,
Using VMware I built a test setup of a server with dhcp, tftp and a
http-server and several pxe-clients with EFI mode turned on. This setup
worked, albeit with the exponential-like decay of IO rate I described
earlier. The work-around of using HTTP works beautifully though.
So it was time for the next step. Migrate this setup to our automated
testing environment that runs
2015 Dec 20
1
[PULL 0/8] MultiFS suppport for BIOS and EFI
On 20.12.2015 09:55, poma wrote:
> ...
>
> Syslinux MultiFS test:
>
> - QEMU/KVM SeaBIOS: PASSED
> - Bare-metal BIOS: FAILED [1]
> - OVMF: FAILED [2]
> - Bare-metal UEFI: not tested
>
>
> [1] stalled:
> Loading (hd3,2)/vmlinuz-4.3.2-200.fc22.x86_64...
>
>
> [2] "failed: No such file or directory"
>
>
2016 Aug 17
1
[PATCH] v2v: Use OVMF secure boot file (RHBZ#1367615).
This is only lightly tested. In particularly I only tested that the
non-secure-boot path still works. I didn't test it on RHEL 7.3 yet
because I haven't got enough free disk space for these giant source
*.ova files :-( Will try to give that a go later.
Rich.
2016 May 22
3
[PATCH 0/2] uefi: Add new locations for UEFI files on Fedora.
https://bugzilla.redhat.com/show_bug.cgi?id=1338083
Now that UEFI is fully open source the UEFI firmware can be included
in Fedora. The location will be slightly different. These patches do
a bit of code rearrangement and add the new paths.
Rich.
2016 Mar 21
4
uefi built from tiancore via edk2 can't persist boot changes
Apologies if this has been gone over, but I believe I have checked the
intertubes more than a bit.....
I am using libvirt and have vms booting under an OVMF.fd to use an efi
firmware. I can create vms, linux ubuntu, and they will boot up. However,
everytime I reboot am I dropped into the default efi shell provide by the
tianocore build.
Then I must walk the FS to the booting efi app and run, in
2014 Apr 23
3
*.c32 for efi64 and efi32?
On 2014/4/23 ?? 12:54, Ady wrote:
> Is this about not liking the need for (sub)directories (depending on
> firmware)? Or is it about functionality?
>
> If I understood correctly the prior email threads, the (real) problem
> was in trying to maintain the searching for:
>
> pxelinux.cfg/01-88-99-aa-bb-cc-dd
> pxelinux.cfg/C000025B
> pxelinux.cfg/C000025
>
2016 Aug 18
3
[PATCH v2 0/2] v2v: Use OVMF secure boot file (RHBZ#1367615).
First version was posted here:
https://www.redhat.com/archives/libguestfs/2016-August/thread.html#00100
This is semantically the same as the first version. However
I've split the patch up into two parts. In the first part,
I factor out the UEFI paths so now they are created by the
generator and written in the library and v2v/ directory directly,
instead of the complex business of having a C
2015 Jul 31
2
EFI: ipxe + syslinux = Failed to read blocks: 0xC
On 31-07-15 14:25, Patrick Masotta wrote:
> ""exponential-like decay of IO rate"" could you please post a link on
> your comments on this?
Sure, see the thread starting at:
http://www.syslinux.org/archives/2015-June/023621.html
And Gene's confirmation at:
http://www.syslinux.org/archives/2015-June/023629.html
> OK I got lost.
> are you saying you finally
2014 Apr 23
2
*.c32 for efi64 and efi32?
On 04/23/2014 05:27 PM, Ady wrote:
> OK then, so let's review the situation a little more accurately.
>
> _ Goal: to be able to keep searching for:
>
> pxelinux.cfg/01-88-99-aa-bb-cc-dd
> pxelinux.cfg/C000025B
> pxelinux.cfg/C000025
> pxelinux.cfg/C00002
> pxelinux.cfg/C0000
> pxelinux.cfg/C000
> pxelinux.cfg/C00
> pxelinux.cfg/C0
> pxelinux.cfg/C
>
2020 Oct 12
4
unable to find any master var store for loader error
Greetings,
I have the following machine: https://dpaste.com/5BPA3F77F which I'm trying to boot in uefi.
/etc/libvirt/qemu.conf looks like this: https://dpaste.com/B3SFHUY6R and the ovmf files exists in the path, see:
# ll /usr/share/edk2-ovmf/OVMF_CODE.fd /usr/share/edk2-ovmf/OVMF_VARS.fd /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd /usr/share/edk2-ovmf/OVMF_VARS.secboot.fd
-rw-r--r-- 1 root
2016 Apr 20
1
Re: uefi built from tiancore via edk2 can't persist boot changes
Thanks VERY MUCH for all the info and help!
Apologies for the extreme delay. I got distracted by other threads that
forced out this work to later date. Also some frustration as well. ;)
I completely missed this update. Apologies and thanks
Will be diving back into this shortly!
On Thu, Mar 24, 2016 at 3:57 PM, Laszlo Ersek <lersek@redhat.com> wrote:
> On 03/21/16 19:53, jsl6uy js16uy
2013 Jul 11
2
make efi64 install in syslinux-6.02-pre3 fail
Hello,
I tried to make my own binary with 'make efi64 install' but it fail with
make[3]: *** No rule to make target `/root/syslinux-6.02-pre3/efi64/efi/../core//writestr.o', needed by `syslinux.so'. Stop.
make[3]: Leaving directory `/root/syslinux-6.02-pre3/efi64/efi'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/root/syslinux-6.02-pre3/efi64'
make[1]: ***
2020 Oct 13
2
Re: unable to find any master var store for loader error
Greetings Michal,
> Sent: Tuesday, October 13, 2020 at 2:51 PM
> From: "Michal Privoznik" <mprivozn@redhat.com>
> To: "daggs" <daggs@gmx.com>, libvirt-users@redhat.com
> Subject: Re: unable to find any master var store for loader error
>
> Hey,
>
> I'll paste the interesting part of domain XML here so that it doesn't
> get lost:
2013 Jul 08
3
Syslinux-6.02-pre2 - booting 32-bit kernels from efi64
I just released 6.02-pre2 which includes support for booting 32-bit
kernels from efi64. I know a number of people wanted this feature, so
hopefully it will be tested in various environments.
One thing to note is that it is not possible to boot a 32-bit kernel
from efi64 via the EFI handover protocol (or from firmware via the EFI
boot stub), but the kernel loader in Syslinux is smart enough to
2013 Sep 16
4
One DHCP/PXE config for BIOS, EFI32, and EFI64 clients?
Dear all,
I'd like to have a DHCP/PXE server for different arch of clients, i.e.
BIOS, EFI32, and EFI64 clients.
As described here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720589
What Daniel has proposed
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720589#10) should
work, i.e. Using a file called pxelinux.cfg/bios containing the
following 2 lines:
2014 Apr 23
0
*.c32 for efi64 and efi32?
On Tue, Apr 22, 2014 at 8:15 PM, Steven Shiau <steven at nchc.org.tw> wrote:
>
> Dear Syslinux developers,
> I'd like to continue the discussion about this:
> http://www.syslinux.org/archives/2014-February/021659.html
> i.e. different directories for *.c32 files of BIOS, EFI32, and EFI64.
> I am wondering why we can not have
> *.c32 for the COMBOOT files of BIOS,