similar to: Boot Loop in efi

Displaying 20 results from an estimated 10000 matches similar to: "Boot Loop in efi"

2020 Jun 22
4
Boot Loop in efi
Thanks for the hints - I have NOT CONFIG_EFI enabled - do I need this actually? I do not know which variables I need to boot... The kernel APPEND parameters are sufficient for me... And the relocatable config is set already. .. I enabled the EFI kernel config parts - no change... the console prints: Booting System... Loading linux... ok Loading iramfs.gz...ok [then reboot] My syslinux.cfg is
2020 Jun 22
0
Boot Loop in efi
> Thanks for the hints - I have NOT CONFIG_EFI enabled - do I need this actually? > I do not know which variables I need to boot... The kernel APPEND parameters are > sufficient for me... And the relocatable config is set already. > > .. I enabled the EFI kernel config parts - no change... the console prints: > > Booting System... > Loading linux... ok > Loading
2020 Jun 22
0
Boot Loop in efi
On Mon, Jun 22, 2020 at 11:36 AM Erik Rull via Syslinux < syslinux at syslinux.org> wrote: > ... > > The system starts booting, loads kernel and initrd (I see the loading > output on > the screen), but then the system resets and the loop restarts (infinitely). > > I took the same syslinux.cfg, linux and initrd as for the BIOS boot. > > Am I missing something? It
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
2017 Dec 15
2
EFI PXE Server - pxelinux.0 equivalent?
Hi all - I'm not sure if it's appropriate to ask this here, but I don't see this question explicitly answered anywhere. Is there an EFI version of "pxelinux.0" that will function basically the same way and read the same pxelinux.cfg/default menu files? I've got a really dodgy grubx64.efi EFI PXE menu up at work, but it can't load the 1.2 gigabyte LiveCD that we use
2014 Mar 11
2
pxelinux.0 not fully booting in EFI 64 mode...not requesting ldlinux.e64 via TFTP...
There are no pre-compiled binaries (official or otherwise) on kernel.org. I assume what is meant is https://www.kernel.org/pub/linux/utils/boot/syslinux/ At least, that is where the "downloads" page of syslinux.org directs you. Under there are the various source tarballs (tar.gz format, tar.bz2 format). Also a directory called RPMS/. But that kernel.org RPMS/ directory is devoid of
2014 Dec 07
4
syslinux 6.03 does not boot some kernels
>Date: Sat, 6 Dec 2014 09:12:19 -0500 >From: Gene Cumm <gene.cumm at gmail.com> >To: Ady <ady-sf at hotmail.com> >Subject: Re: [syslinux] syslinux 6.03 does not boot some kernels > >On Fri, Dec 5, 2014 at 9:51 AM, Ady <ady-sf at hotmail.com> wrote: >> >> It sounds as if syslinux.efi 6.03 is only capable of booting a Linux >> kernel 3.3+ with an
2015 Oct 22
4
EFI netboot to kickstart install
Hello All Up until now we have been using standard PXE boot to do kick start installs of centos boxes. With recent machines however they come by default as EFI boot. We can set them to legacy but I would like to solve this before this option goes away. Just wondering if anyone has any experience setting up a net boot server that can be used to kickstart EFI machines? Thanks Grant
2014 Dec 22
2
check-gnu-efi.sh: print the output of build-gnu-efi.sh
Hi On Mon, Dec 22, 2014 at 8:29 AM, Ady <ady-sf at hotmail.com> wrote: > Using a consistent version / commit of gnu-efi makes sense. Otherwise, > the resulting behavior could be changing (or the build might fail for > some reason), according to whichever version / commit is "freely" used. As an active package maintainer I strongly believe in idea that software should use
2015 Feb 13
2
UEFI PXE Difficulties
On Thu, Feb 12, 2015 at 09:33:27AM +0200, Ady wrote: > On Thu, Feb 12, 2015 at 05:17:08PM +1100, Paul Daniels wrote: > > Im a long time PXE boot fan. I use it for wimbooting windows PE, linux > > images via http, and memtest mainly. > > > > Ive got it nicely customised with my own graphics etc. > > > > Then UEFI booting came along. Till now ive been
2018 Oct 10
4
Booting CentOS 6 with Grub from CentOS 7
I had CentOS 6 installed on an MBR hard disk. I converted the disk to GPT (with UEFI) and installed CentOS 7 on a new partition. CentOS 7 itself seems to work properly. Grub from CentOS 7 automatically created an entry for CentOS 6, but I get an error if I try to boot CentOS 6. The menu entry is: menuentry 'CentOS release 6.10 (Final) (on /dev/sda7)' --class gnu-linux --class gnu
2020 Aug 27
2
Weird results from g.sh()
Hi, I'm using libguestfs 1.42, When I run the following python3 commands on a rhel7.8: print(g.ls('/sys')) print(g.sh('ls /sys')) I get: [] block bus class dev devices firmware fs hypervisor kernel module power It seems that g.ls('/sys') is chrooted correctly. But g.sh('ls /sys') isn't. I came across this behavior when I used
2019 Aug 21
5
Getting classic BIOS and UEFI boot on the same disk?
Hi all, We're using the classic boot BIOS syslinux successfully for many years, but meanwhile it's getting harder to buy hardware the still supports this boot mode. The option for us would be syslinux EFI boot. To avoid too many changes we would like to generate an image for our different hardware parts that supports both - classic BIOS boot and (U)EFI boot. This would allow us to leave
2015 Feb 13
0
UEFI PXE Difficulties
On 2015-02-13 13:45, Geert Stappers via Syslinux wrote: > Elaborate > They start to load and the system reboots. I have the same issue, syslinux6.03, using syslinux.efi I have a HP G9 BL460c blade with EFI and a vmware virtualised guest with EFI enabled. I'm attempting to install rhel6.6, kernel 2.6.32. Both machines will boot successfully, load kernel vmlinuz, then start to load
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
2023 Mar 14
1
Kernel updates do not boot - always boots oldest kernel
Am 14.03.23 um 12:30 schrieb Rob Kampen: > OK, > > found out the problem as to why it doesn't boot any kernel except 36.2 > > the system reports that it cannot find > > vmlinuz-3.10.0-1160.88.1.el7.x86_64 > > or any one of the others, except for vmlinuz-3.10.0-1160.36.2.el7.x86_64 > > hence a manual selection from the grub menu when in front of the machine
2014 Dec 25
2
Chain-loading from WDS to PXELinux on a different tftp server
Hey guys, We are going with WDS to fire up first to get the benefits of targeted M$ deployments. If you have the "handle unknown computers" off on your M$ Distribution point, then you can still use regular WDS which runs next as a PXE filter (DLL linked into WDS) to fire off anything you want to including PXELinux. The stuff I was talking about before with PXELinux not working in
2013 Oct 16
2
Booting legacy Linux kernel in EFI mode
2013/9/24, Gene Cumm <gene.cumm at gmail.com>: > On Sun, Sep 22, 2013 at 3:09 PM, Celelibi <celelibi at gmail.com> wrote: >> Hello, >> >> My question is quite straightforward, still I couldn't find an anwser >> on the interweb. >> Is it possible to boot the Linux kernels I used to boot in legacy >> mode, but now in EFI mode? > > I
2015 Feb 08
2
regression: relocatable kernels on a chromebook
On Sat, 7 Feb 2015, Ady via Syslinux wrote: > Thank you for this meaningful report. Ideally, I would suggest > performing a similar test (at least with the same kernel built with all > the above "config_*=y" settings) with official pre-built Syslinux > versions 4.07 and 3.86 (remembering that all Syslinux-related files, > including c32 modules, if being used, shall
2019 Oct 21
2
UEFI and PXE
Gordon Messmer writes: > On 10/21/19 6:38 AM, isdtor wrote: > > Booting with CentOS6 /boot/efi/EFI/redhat/grub.efi, and the older style pxe config file as per ... results in a grub (legacy) prompt on the target machine. > > > Have you tried using the file from the installation tree? > > http://centos.s.uw.edu/centos/6/os/x86_64/EFI/BOOT/ > > or with files