similar to: Fw: I'd like to eventually support network console, at least in pxelinux.

Displaying 20 results from an estimated 7000 matches similar to: "Fw: I'd like to eventually support network console, at least in pxelinux."

2007 Nov 07
1
I'd like to eventually support network console, at least in pxelinux.
H. Peter Anvin hpa at zytor.com Thu Jun 3 00:09:30 PDT 2004 Previous message: [syslinux] gfxboot for PXElinux Next message: [syslinux] chainload cdrom Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] I've been thinking about the whole gfxmenu thing, and I'm rather interested in
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,
2006 Nov 09
4
Serial with syslinux
The Startech.com pci2s550 can not be remapped to ports 1-4 before the system boots. The company is not supporting linux serial ports as consoles 0-3 , thank you starTech.com. ----- Original Message ---- From: n schembr <nschembr at yahoo.com> To: SYSLINUX at zytor.com Sent: Thursday, November 9, 2006 4:58:50 PM Subject: [syslinux] Serial with syslinux. Can syslinux be upgraded to support
2006 Oct 06
4
scope creep "serial console usb"
Can extlinux / syslinux use a usb port for the console? Hi all, I just picked up a energy efficient server with built in 3 hour ups, toshiba Laptop. I've been using serial consoles for monitoring and controlling the boot process, but this laptop has only usb ports. Can Extlinux use ttyUSB0 for the console? I love the extlinux for booting usb devices. Thank you for the hard work,
2006 Oct 07
3
boot once option
Can someone address the boot once option. Is it to hard for syslinux to write a flag file to file system or the blank space after the mbr? .conf bootonce Lable /boot/flagfile or .conf bootonce Lable1 /boot/flagfileLable1 bootonce Lable2 /boot/flagFileLable2 bootonce Lable2 /boot/flagFileLable2 skip the default option if the flag file is 0 size. Write something to the
2007 Jul 18
2
Is there a howto for using redboot to kickoff a pxelinux boot?
The subject says it all. I'm using rocks cluster software to startup a small blade cluster in my lab. The blades I have redboot installed on them. I am able to boot any client that has pxeboot capability using my setup, except for these blades. My thoughs were using redboot commands to do the following: 1. load -v -r -b 0x8000000 -h 10.1.1.1 pxelinux.0 2. start This however caused my
2006 Nov 10
3
Localboot option in syslinux and extlinux
I just tried to boot extlinux off of /dev/sdb and use the option localboot 0x80. I was hoping to see syslinux for the second time as the system loaded the master boot rec from /dev/sda. Why is this option only in pxelinux and isolinux? Nicholas A. Schembri State College PA USA
2007 Aug 04
4
syslinux & booting linux from USB
Dear all, I wanna create a GNU/Linux that it boots from USB. I don't any idea on that. Can you introduce me a doc that i can use it & i can solve my problem? Cheers, -- ------------------------- Mohsen Pahlevanzadeh email address : mohsen at pahlevanzadeh.org web site : http://pahlevanzadeh.org IRC IM : m_pahlevanzadeh yahoo IM : linuxorbsd ----------------------------
2012 Oct 30
8
[PATCH] xen PVonHVM: require at least Xen 3.4 as dom0
The XenPVHVM extensions have not been tested much on very old hypervisors. At least Xen 3.4 gets some testing with the pvops kernel. Require at least Xen 3.4 for the PVonHVM extensions. If an older hypervisor is detected the extensions will be disabled and the guest will only see emulated hardware. Signed-off-by: Olaf Hering <olaf@aepfle.de> --- arch/x86/xen/enlighten.c | 27
2004 Nov 22
1
byg report : "console=com1" and "Unknown interrupt"
hello, I''m booting xen on iTuner over serial console. It seems to me that it is bug that unless I explictly specify "console=com1" I get unhelpfull message "Unknown Interrupt" and halt (infinite loop). sh-2.05b# /sbin/kexec -e Starting new kernel Unknown interrupt adding "console=com1" fixes this problem for me so I doubt it I''m going to look
2017 Feb 22
0
OT: hardware, IBM 3650 M2 won't power on
Styma, Robert (Nokia - US) wrote: > > Just for grins, pull off the cover and look at the electrolytic capacitors > on the motherboard. > Look for ones with the tops pushed up instead of being flat. This can > cause all sorts of odd behavior. Often the machine with a blown capacitor > will continue to run till it is powered off. Mostly I see this on Dell > machines but
2017 Feb 22
3
OT: hardware, IBM 3650 M2 won't power on
Just for grins, pull off the cover and look at the electrolytic capacitors on the motherboard. Look for ones with the tops pushed up instead of being flat. This can cause all sorts of odd behavior. Often the machine with a blown capacitor will continue to run till it is powered off. Mostly I see this on Dell machines but have seen it on other machines as well. They are pretty easy to
2010 Oct 14
1
localboot in pxelinux recurses back into pxelinux then eventually crashes
Hi all, My server is IBM x3850 X5 and use Broadcom UNDI PXE-2.1 v5.2.4 stack. When I choose localboot to boot from the harddisk, the system willnot boot up then still trying to boot from PXE. Several times later the PXE boot procedure is crashed with words as I attached. Does anyone have any good idea? Thanks very much. Eric -------------- next part -------------- A non-text attachment was
2005 Jul 07
14
[PATCH] Xen Guest Kexec
All, I''m posting to the Xen-devel list and the OSDL fastboot list. There are a number of Xen folks who''ll want to look at the code. For the fastboot folks, this is mostly intended as an announcement of the port. Please limit your replies to the list(s) that they applies to, thanks :-) A number of people have expressed interest in kexec support for Xen guests. In
2012 Dec 28
1
[PATCH v3 01/11] kexec: introduce kexec firmware support
> Daniel Kiper <daniel.kiper at oracle.com> writes: > > > Some kexec/kdump implementations (e.g. Xen PVOPS) could not use default > > Linux infrastructure and require some support from firmware and/or hypervisor. > > To cope with that problem kexec firmware infrastructure was introduced. > > It allows a developer to use all kexec/kdump features of given firmware
2012 Dec 28
1
[PATCH v3 01/11] kexec: introduce kexec firmware support
> Daniel Kiper <daniel.kiper at oracle.com> writes: > > > Some kexec/kdump implementations (e.g. Xen PVOPS) could not use default > > Linux infrastructure and require some support from firmware and/or hypervisor. > > To cope with that problem kexec firmware infrastructure was introduced. > > It allows a developer to use all kexec/kdump features of given firmware
2017 Feb 08
6
kexec to syslinux
Is it possible to kexec to the syslinux interface, thus bypassing the hw initialization? What would be the kexec command? kexec -l ??? --append=??? --initrd=??? TIA Jorge Almeida
2012 Nov 20
12
[PATCH v2 00/11] xen: Initial kexec/kdump implementation
Hi, This set of patches contains initial kexec/kdump implementation for Xen v2 (previous version were posted to few people by mistake; sorry for that). Currently only dom0 is supported, however, almost all infrustructure required for domU support is ready. Jan Beulich suggested to merge Xen x86 assembler code with baremetal x86 code. This could simplify and reduce a bit size of kernel code.
2012 Nov 20
12
[PATCH v2 00/11] xen: Initial kexec/kdump implementation
Hi, This set of patches contains initial kexec/kdump implementation for Xen v2 (previous version were posted to few people by mistake; sorry for that). Currently only dom0 is supported, however, almost all infrustructure required for domU support is ready. Jan Beulich suggested to merge Xen x86 assembler code with baremetal x86 code. This could simplify and reduce a bit size of kernel code.
2012 Nov 20
12
[PATCH v2 00/11] xen: Initial kexec/kdump implementation
Hi, This set of patches contains initial kexec/kdump implementation for Xen v2 (previous version were posted to few people by mistake; sorry for that). Currently only dom0 is supported, however, almost all infrustructure required for domU support is ready. Jan Beulich suggested to merge Xen x86 assembler code with baremetal x86 code. This could simplify and reduce a bit size of kernel code.