n schembr
2007-Nov-07 21:03 UTC
[syslinux] Fw: I'd like to eventually support network console, at least in pxelinux.
----- Forwarded Message ---- From: H. Peter Anvin <hpa at zytor.com> To: For discussion of SYSLINUX and tftp-hpa <syslinux at zytor.com> Sent: Wednesday, November 7, 2007 2:27:47 PM Subject: Re: [syslinux] I'd like to eventually support network console, at least in pxelinux. n schembr wrote:> > Hi, > > Would it be hard to add a network console to syslinux, extlinux andisolinux?> > Maybe something like Redboot Ethernet console. > > I'm finding it hard to get new equipment with serial ports. Gateway,desktop, has the chip on the motherboard but removed the internal and external connectors .> This is the same for my laptop. I know that the motherboard has auart but I can't get to it with out a soldering iron.> > Thank you for your time and a great product, >It would be extremely hard. It's easier in PXELINUX, since it has firmware-based access to the network device. -hpa ________________________________________________ Can isoLinux be used with the linux kexec command? Boot a fail safe cdrom and then warm boot the hard disk. Ie if I've booted off of the cd once, switch to the hard disk to boot. After booting the hard disk, reset the boot flag.
H. Peter Anvin
2007-Nov-07 21:56 UTC
[syslinux] Fw: I'd like to eventually support network console, at least in pxelinux.
n schembr wrote:> > Can isoLinux be used with the linux kexec command? > > Boot a fail safe cdrom and then warm boot the hard disk. > > Ie if I've booted off of the cd once, switch to the hard disk to boot. After booting the hard disk, reset the boot flag. >kexec can only boot a Linux kernel. The initial kernel can be loaded by isolinux or any other standard Linux bootloader. -hpa