Displaying 14 results from an estimated 14 matches similar to: "sanbooting FreeBSD ISO under UEFI"
2017 Jan 23
0
[ipxe-devel] sanbooting FreeBSD ISO under UEFI
On 1/23/2017 09:17, Rick Miller via Syslinux wrote:
> Hi all,
>
> I currently use iPXE to load memdisk and, subsequently, a FreeBSD disk
> image to perform an OS installation to disk. This works great in BIOS, but
> upcoming requirements make UEFI a prerequisite. Because memdisk is not
> UEFI-aware, new UEFI-aware media is necessary. The current plan is to
> integrate the
2017 Jan 23
0
[ipxe-devel] sanbooting FreeBSD ISO under UEFI
Whoops, apologies. The intent was to send this email to ipxe-devel. I'll
repost to that list.
On Mon, Jan 23, 2017 at 10:12 AM, Shao Miller <ipxe at sha0.net> wrote:
> On 1/23/2017 09:17, Rick Miller via Syslinux wrote:
>
>> Hi all,
>>
>> I currently use iPXE to load memdisk and, subsequently, a FreeBSD disk
>> image to perform an OS installation to
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
HAS_LOCALBOOT is set unconditionally in config.inc.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
diff --git a/core/comboot.inc b/core/comboot.inc
index 59db7ec..d6f670c 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -723,13 +723,9 @@ comapi_idle:
;
; INT 22h AX=0014h Local boot
;
-%if HAS_LOCALBOOT
comapi_localboot:
mov ax,P_DX
jmp local_boot
-%else
2015 Oct 05
0
[PATCH 2/4] Remove unused linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com>
Some linker scripts were splitted into i386 and x86_64 versions in
commit d8eede3f2a360163235fad222a0190cd7c5bef38 but older scripts were
left there.
Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com>
---
core/syslinux.ld | 414 ------------------------------------------------
core/x86_64/syslinux.ld | 389
2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com>
These patches basically remove unused linker scripts and port a change that was
made to an unused script.
Those are to be applied on top of the gcc 5 bug fixes as they would conflict
otherwise.
Sylvain Gault (4):
diag/mbr: fix dependency to linker script
Remove unused linker scripts
core: Make symbols defined in linker script HIDDEN
2009 Nov 24
3
[Bug 25261] New: Fails at start on NV44
http://bugs.freedesktop.org/show_bug.cgi?id=25261
Summary: Fails at start on NV44
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: monnier at
2013 Dec 12
3
[LLVMdev] [RFC PATCH 1/2] x86: Fix ModR/M byte output in 16-bit addressing mode
This attempts to address http://llvm.org/bugs/show_bug.cgi?id=18220
It also fixes a test which was requiring the *wrong* output.
I'm relatively happy with this part, and it even solves most of the hard
part of feature request for .code16 in bug 8684 — which was actually why
I started prodding at this. But I could do with some help with the
16-bit signed relocation handling, which I've
2014 Mar 01
1
[syslinux:master] core, bios: Move __syslinux_shuffler_size to assembly
Op 2014-02-28 om 15:51 schreef syslinux-bot for H. Peter Anvin:
> Commit-ID: a06818de2a4c49bd64a024dd4f4a09a0caf1f0ac
> Gitweb: http://www.syslinux.org/commit/a06818de2a4c49bd64a024dd4f4a09a0caf1f0ac
> Author: H. Peter Anvin <hpa at linux.intel.com>
> AuthorDate: Fri, 28 Feb 2014 15:48:53 -0800
> Committer: H. Peter Anvin <hpa at linux.intel.com>
>
2018 Jun 05
2
lld mishandling R_X86_64_PC32 relocations
Hi,
I've tracked down what I believe is a bug in lld's relocation processing for R_X86_64_PC32 REL relocations.
I'm producing the object file in a slightly unusual way: I'm using objcopy on a relocatable i386 ELF object file to convert it to x86_64 which transforms a R_386_PC32 into a R_X86_64_PC32.
Steps to reproduce:
1. Assemble the attached bug.asm using nasm and note the
2014 Jun 29
0
SYSLINUX 6.03-pre18 crashes on Mellanox/Intel card with iPXE stack
On Jun 29, 2014 9:37 AM, "Wissam Shoukair" <wissams at mellanox.com> wrote:
>
> Hi Peter,
>
> I approached you before on this issue that I?m having with the SYSLINUX
6.03-pre18 when booting with iPXE option ROM.
>
> The issue was reproduced on different OEMs, and also on 2 different cards
(Mellanox and Intel), with latest and 2 years old iPXE code.
>
> Just
2008 Jun 27
6
Last call for Syslinux 3.70
Hi all,
I have just released syslinux-3.70-pre25. Unless someone has something
big and scary that either I have managed to miss or was just stumbled
over, I'm going to release 3.70 final some time between tomorrow and Monday.
Thus, *please holler now* if there are any stop-ship problems still known...
-hpa
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi,
These patches contain support for some features that are already in
Syslinux 4 but weren't working properly on the elflink branch. It's
another step closer to feature parity with Syslinux 4.
Having to jump through the comboot API for localboot support is less
than ideal and I'll eventually fix that, probably when we move a big
chunk of code from asm to C.
Also, there's a
2012 Nov 02
10
[PATCH 0/9] elflink fixes
From: Matt Fleming <matt.fleming at intel.com>
Here are the patches that I've got queued up based on the very helpful
feedback I received from people testing Syslinux 5.00-pre9. Unless
anyone has any concerns these will make it into Syslinux 5.00-pre10.
Matt Fleming (9):
pxe: Don't call open_config() from the pxe core
ldlinux: Print a warning if no config file is found
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com>
This is a series of patches that,
* shrink the core by moving things into an ldlinux ELF module
* begin wiring up some of the C versions of various functions
The core now only contains essential code and loads the ldlinux module
to do everything else, like providing a command line interface and
loading kernels.
The config file parsing