similar to: Using Linux as bootloader

Displaying 20 results from an estimated 1000 matches similar to: "Using Linux as bootloader"

2008 Jul 14
3
[BUG] boot failure since syslinux-3.00
Hi, This AMD Elan board seems to be very problematic: http://www.embeddedarm.com/products/board-detail.php?product=TS-5500 I'm having various issues with booting recent Linux kernels with syslinux. syslinux-2.13 was the last version that worked and since syslinux-3.00 it doesn't work. When it doesn't work all I get is "Boot failed" from the bootsector. Since the obvious
2006 Oct 07
4
"pre-OS"
Ok, syslinux is what it is, and I love the way it just works. I looked up linuxBios and found what I was looking for. A project in 2000 called "LOBOS (Linux OS Boots Linux OS): Booting a Kernel in 32-bit Mode? It looks like this would do what I need, but I can't find any working code. I like the Idea of booting a simple fail safe system and restarting a production kernel. Yes,
2004 Oct 30
1
Using mac address in syslinux
Hi, Is it possible for pxelinux.0 to use the mac address of the machine in addition to IP address and its derivatives from the tftp server? Thanks, -- rajeev _________________________________________________________________ Check out Election 2004 for up-to-date election news, plus voter tools and more! http://special.msn.com/msn/election2004.armx
2004 Nov 25
1
dhcprelease in pxelinux
Hi, Does or can pxelinux send dhcp release to dhcp server after loading the kernel from tftp server? Thanks, -- rajeev
2006 Jul 12
24
Xen Roadmap proposal
Folks, Please find attached a proposal for the Xen development roadmap for the next 18 months or so. The roadmap gives a "state of the nation" summary and provides suggestions as to priorities going forward. I''ve tried to be inclusive and collect together many of the various features that folks have asked for, along with some implementation ideas to guide developers. The
2016 Aug 15
1
Re: [PATCH v2] v2v: factor out bootloader handling
On Monday, 15 August 2016 16:26:51 CEST Richard W.M. Jones wrote: > On Mon, Aug 15, 2016 at 04:48:29PM +0200, Pino Toscano wrote: > > Create an object hierarchy to represent different bootloaders for Linux > > guests, moving the separate handling of grub1 and grub2 in different > > classes: this isolates the code for each type of bootloader together, > > instead of
2020 May 20
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
Hi all, Attention: Lang Hames I am developing the nGraph MLIR<https://github.com/NervanaSystems/ngraph/tree/master/src/contrib/mlir> implementation and hitting the following assert while running nGraph unit tests: assert(ObjectBufferMap.find(K) == ObjectBufferMap.end() && "Second attempt to perform debug registration."); Here is a
2020 May 21
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
Hi Adam, Calls to the listeners should be protected by the RTDyldLayerMutex. Could you apply the attached patch and share the debugging output from one of the failing runs? Regards, Lang. On Wed, May 20, 2020 at 8:00 PM David Blaikie <dblaikie at gmail.com> wrote: > +Lang > > On Wed, May 20, 2020 at 4:44 PM Straw, Adam D via llvm-dev < > llvm-dev at lists.llvm.org>
2019 Apr 04
2
Question of syslinux chainloading
So when you boot from only your hard drive attached, it is the primary and only drive. It loads the master boot record that load the NT Loader boot code that is then configured to load the operating system from the primary partition on the primary drive. When you boot from the USB drive, you make it the Primary drive. You then tell it to load the MBR fromt the secondary drive. The secondary
2013 Mar 16
1
GSoC project to deal with bootloaders
Hi Matt, I was discussing with Rich on #libguestfs about using the supermin appliance to 'package' all the 3 outputs (kernel, initrd, root) the fedora appliance [1] into a raw/qcow2 image. He then suggested, it's not easy,but do-able: - put the kernel and initrd onto the root disk, and then install a bootloader; - and then installing 'syslinux' on disk images And said
2007 Aug 01
2
Compiling R for the Sony Playstation 3?
Has anyone installed Linux on a Sony Playstation 3 and compiled R for it?
2019 Apr 04
5
Question of syslinux chainloading
Greetings, I encounter a problem that should be basic, but I can't get a clue. I have 8G USB disk formatted as FAT32. I run (syslinux -i -s -r -m H:) to make it bootable, and write syslinux.cfg according to the documents, but it will not boot some items. Syslinux is 6.03, bios files used. The whole syslinux.cfg file:
2007 Nov 02
3
PXELINUX - TFTP Problems - Option Negotiation Failures
I apologize if this is the wrong place to be asking this, but I'm pretty much out of options on where to go. I'm using the pxelinux version of tftp. Everything has worked well up to this point, however I've been trying to impliment a pxe bartpe solution in our office. Unfortunatly tftp is not passing the files correctly to the client. Here's the rundown. Server client connects to
2010 Jun 25
1
chain.c32 GPT Support
Hello all. Here[1] is a branch where chain.c32 can chain-boot a partition on a GPT disk when given the partition index. boot: chain hd1 84 (For example.) - Shao Miller [1] http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/ chain_gpt
2007 Apr 16
2
keeping indexes in tmpfs
While doing some testing with converting accounts while simulating incoming mail load (no other pop/imap processes going but 4 processes converting users), we found that we were maxing out the local disk in the server with the index activity. To find out that it was the index activity, I mounted a tmpfs for dovecot to keep indexes on, and the system load dropped from 70 to 3 :) Anyway, Timo
2013 Sep 14
4
syslinux.exe, 5.01 on xp: Failed to load COM32 file, and more
Platform: MS XP 1. cfg file: prompt 1 timeout 150 display /downloadedPrograms/syslinux/syslinux.cfg default xp label xp com32 chain.c32 append hd0 1 ntldr=/ntldr label de com32 chain.c32 append hd0 2 label memtest linux memtest86+.bin label hello com32 hello.c32 2. Installed by >From xp cmd prompt:
2008 Mar 04
3
Booting Windows
When booting windows I currently have to use an extracted boot sector to chain-load the OS, is there any merit to creating a method to execute NTLDR directly using a /reverse engineered/ version of the boot sector?
2020 May 26
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
Referring to the log messages from my previous mail… I confused myself (and probably others) by reading the “Adding MemMgr 0x55555959f440“ message as “Registering MemMgr 0x55555959f440”. Thus the address mismatch made no sense. How could we be registering a `MemMgr` address/key that does not match once we arrive in `notifyObjectLoaded` method? Answer: Because the registrations is NOT coming
2008 Jul 10
3
fs quota check with server does not support rquotad
Hi, Last time, I have got no reply, hope this time is better. OS: Solaris 10 Dovecot version : 1.1.1 file system of /var/mail : NFS from Solaris file system of /home : other NFS server that not support rquotad. Here is my setting that works: ---------------------------- plugin { quota = fs:INBOX:mount=/var/mail quota2 = fs:home:noenforcing:mount=/home/h1 } The above settings works. Dovecot
2019 Apr 09
3
Question of syslinux chainloading
On 2019-4-5 11:28, Ady Ady via Syslinux wrote: >> >> #This item fails >> label normal >> menu default >> menu label Boot from ^hard disk >> com32 chain.c32 hd1 > > >>From the Syslinux boot menu, press [Esc] in order to get to the boot prompt. At > the boot prompt, type in: > > normal > > and press [Enter]. > > Is there