Displaying 20 results from an estimated 10000 matches similar to: "Getting classic BIOS and UEFI boot on the same disk?"
2019 Aug 22
2
Getting classic BIOS and UEFI boot on the same disk?
I just created something very similar for one of my own projects. I have a
disk image that you can "dd" onto a hard drive or USB drive and a bash
script demonstrating how it was done here:
https://www.syslinux.org/archives/2019-July/026476.html
You don't actually need the patch for the dual BIOS/UEFI support. The patch
in the above link is just to enable the reading of config
2019 Aug 30
0
Getting classic BIOS and UEFI boot on the same disk?
Hello Greg,
thanks a lot - I will try out your script next week.
I jut went through the script - there is a line containing:
bls1 include
I would carefully assume that this line is only valid when patching syslinux,
correct? What will happen if this is read by a non-patched syslinux? Will it
cause errors or will it simply be ignored?
Best regards,
Erik
Gregory Bartholomew wrote:
> I just
2019 Aug 21
0
Getting classic BIOS and UEFI boot on the same disk?
I'm not sure if it is useful, but with the advent of UEFI only machines,
we've run into a similar problem w/ out custom CentOS 7 USB installation
keys.
Basically, we create a gpt device w/ a single FAT16 partition (this
would be your /boot partition for a full installation) containing an
EFI/BOOT/ directory with the syslinux-efi files and a SYSLINUX/
directory with the syslinux-bios
2019 Apr 05
2
Syslinux LUA -- output not visible in UEFI mode?
Hello all,
We're having the following issue: when in UEFI mode,
any output/errors from a lua script is invisible!
This occurs even just running 'lua -v'. It runs and returns to
a (visible) 'boot:' prompt, but there is simply no output visible
from lua! (It does do a linefeed, but no visible text appears.)
Has anyone encountered this? And/or know of a solution?
For
2019 Aug 30
2
Getting classic BIOS and UEFI boot on the same disk?
On Fri, Aug 30, 2019 at 12:15 PM Erik Rull <erik.rull at rdsoftware.de> wrote:
> Hello Greg,
>
> thanks a lot - I will try out your script next week.
> I jut went through the script - there is a line containing:
> bls1 include
>
> I would carefully assume that this line is only valid when patching
> syslinux,
> correct? What will happen if this is read by a
2018 Nov 29
2
Discard .note.gnu.property section to fix build failure (patch)
> There's 0 need to build MBRs for
> EFI
At least gptmbr.bin might come to mind (after all, GPT is part of the
UEFI specs). Isohybrid with UEFI options perhaps too?
> and I'm looking at why utils/ depends on mbr/
isohybrid(.pl) and mkdiskimage come to mind here?
I'm not saying for certain these are the reasons for such dependencies,
but they might (and perhaps
2019 Aug 21
1
Getting classic BIOS and UEFI boot on the same disk?
Hi Ady,
Ady Ady via Syslinux wrote:
>
> To me, it is not so clear what exactly is your goal.
sorry for not being detailed enough.
> Do you want to build an image for an internal HDD that could be capable
> of booting in both, BIOS mode and UEFI mode?
Yes. This would make us independent from the BIOS boot mode.
> Or, is this for a portable (USB) device?
Maybe - would be nice
2019 Nov 07
4
current state of pxelinux for UEFI...
Dear gentlemen,
I think I'd better start another thread for this...
thanks to Ady Ady and Gregory Lee Bartholomew for their responses to
my early question.
Just for the record, my fresh experience with PXElinux 6.x follows:
syslinux.efi version 6.03 does boot to the extent that it shows a
prompt, but if I provide it with a CFG file containing several
labels, no matter what label I type
2016 Feb 22
1
How to understand partition table on hybrid ISO image?
Hi,
if I inspect an hybrid ISO with tools like fdisk and gdisk, then looks
like hybrid ISO has both the MBR and GPT in order to support both the
BIOS and UEFI:
# gdisk -l /dev/sdb
GPT fdisk (gdisk) version 0.8.10
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: present
Found valid MBR and GPT. Which do you want to use?
1 - MBR
2 - GPT
3 - Create blank GPT
2014 Feb 08
5
isohybrid --mac doesn't find the mac efi image
I posted this on the bugzilla page but I figured that on the mailing
list it would get more attention. Please see
http://bugzilla.syslinux.org/show_bug.cgi?id=49 for a description of my
current issue.
--
Thank you,
Fernando Reyes
GPG BDD75DD7
Mission Accomplish, Inc.
http://missionaccomplish.com
Email:design at missionaccomplish.com
Tel: 7187100008
Cell: 3479275477
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
Hi,
On 29/07/2014 21:34, Thomas Schmitt wrote:
> Nevertheless i advise Didier to simply try with 0xef rather than Mac.
At least the ISO will then have MBR, GPT and APM entries for the file
macboot.img.
I did that, and also tried the xorriso command you posted.
I uploaded both ISO images on http://slint.fr/misc/MacBoot resp. renamed:
slint64-14.1-Thomas_mkisofs.iso
2014 Nov 10
4
Boot fails in a VMware player VM - syslinux 6.03
Hi there,
I failed to boot an installer in a VMware player (Version6.0.3
build-1895310)
using syslinux 6.03, be it off an hybrid ISO image and an USB stick.
Booting succeeds if the VM is set to use a BIOS firmware with both media,
but fails using an efi firmware.
Trying to boot off the ISO image I get an error message "The firmware
encountered an unexpected exception"
Trying to
2014 Nov 10
0
Boot fails in a VMware player VM - syslinux 6.03
Hi,
i downloaded
http://slint.fr/misc/testing/slint64-14.1_syslinux.6.03.iso
Inspection by xorriso-1.3.8:
xorriso -indev slint64-14.1_syslinux.6.03.iso \
-report_el_torito plain \
-report_system_area plain
yields
El Torito catalog : 46 1
El Torito cat path : /isolinux/isolinux.boot
El Torito images : N Pltf B Emul Ld_seg Hdpt Ldsiz LBA
El
2018 Nov 30
1
Discard .note.gnu.property section to fix build failure (patch)
> It's source code looks like a BIOS MBR program which shall search
> the "active" partition in GPT rather than in the MBR partition table.
> See comments about "EBIOS" detection and "CHS" addresses in
> https://github.com/geneC/syslinux/blob/master/mbr/gptmbr.S
>
> "Active" partitn would be the one which has bit 2 set in the
2019 Nov 14
2
current state of pxelinux for UEFI...
Do note that not everyone is running a Debian based system,
so "the current Debian Testing binary packages" are worthless to us.
On Fri, Nov 08, 2019 at 12:42:45AM +0000, Ady Ady via Syslinux wrote:
> > Any response would be welcome :-)
>
>
> As usual, builds/versions should not be mixed, at least within the same
> platform (bios/ia32/x64).
>
> Currently,
2014 Jul 30
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
Hi,
On 29/07/2014 23:19, Thomas Schmitt wrote:
> A good opportunity to brag with xorriso's boot inspection
> features (since xorriso-1.3.8):
Yes! I've upgraded libburn, libisofs and libisoburn so now I can play
with it too ;)
> I forgot to advise (or misadvise) -isohybrid-apm-hfsplus with
> the image /isolinux/efiboot.img . So we only got one APM
> partition here. A
2014 Nov 13
2
Boot fails in a VMware player VM - syslinux 6.03
Hi,
On 11/11/2014 02:55, Ady wrote:
> Again, dd'ing your isohybrid image onto your (virtual or real) drive
> will fail to boot in EFI mode. Your "syslinux.efi-based"
> "/isolinux/efiboot.img" will not be capable of booting. This is one
> of the steps that corresponds to grub2, not to whichever other EFI
> bootloader you use (e.g. syslinux.efi).
So,
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its
last on-disk structure changes -- and it _suprisingly_ worked as
expected. Right, now I can finally get rid of GRUB and use Syslinux to
boot my Linux on EFI from a rootfs with xfs. Shit, I have two
partitions (the first one being the required ESP) so there is no way to
access the other partitions since because Syslinux does not
2013 Nov 23
9
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
-- Re-sent as original may be stuck at awaiting "authorisation" (originally
sent before I joined the mailing list)
Hi All,
It is impossible to boot Linux-based ISOs that use Syslinux 6.02 via CD or
DVD on older - non-UEFI - systems. Any attempt to do so will result in the
following error message: ISOLINUX 6.02 ETCDisolinux: Disk error 01, AX =
4279, drive FE
It is still possible to
2014 Jun 21
3
isohybrid has 2 variants
I'm going to get the hang of this mailing list eventually. Apologies for any duplicate emails..
>Ian Bannerman:
>> While I did know the .exe variant was not official / untrusted,
>Is there a special reason for this ? (Except the known bugs which affect Linux binaries, too.)
Not really. I had never found a convincing source for it and had seen previous list entries like this