Displaying 20 results from an estimated 63 matches for "cromie".
2008 Mar 25
0
jim.cromie has invited you to Spokeo
Hi syslinux at zytor.com,<br/><br/>
jim.cromie at gmail.com has invited you to Spokeo,
which finds your friends' updates across the Web.
On average, Spokeo finds 87 friends across 30 different social
networks. See what Spokeo can find for you now!
Click http://www.spokeo.com/public/join?c=d7c515d56b17f90330d67c34d13c1a59b1328d60 to accept...
2011 Jun 10
4
0001-syslinux.mk-determine-where-tftpboot-actually-is.patch
on my laptop, TFTPBOOT should point to /var/lib/tftpboot
patch 1 makes that happen.
patch 2 lets me install *.c32 to a subdir,
jimc at chumly:~/projects/syslinux/syslinux$ sudo NETMODS=c32 make netinstall
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-install-NETINSTALLABLEMODS-separately-from-NETINSTAL.patch
Type: text/x-patch
Size: 1732 bytes
Desc: not
2005 Aug 27
3
SYSLINUX 3.11-pre5 -- release candidate -- release on Tuesday
SYSLINUX 3.11-pre5 is hereby a bug fix release candidate. If I don't
receive any problem reports, I will release it as-is on Tuesday, August 30.
http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2005 Jun 08
2
unknown boot options on kernel command line.
changing i386 COMMAND_LINE_SIZE to 1024
attached is a simplistic fix to change kernel's command-line size from
256 to 1024,
tomatch capability in syslinux 3.08.
It seems to work. Is this all there is to it ?
One of the reasons I did this was to figure out what extra options are
appearing, and why.
b4 extending: (the last bit is truncated)
Jun 4 06:31:05 truck kernel: Kernel command
2005 Jan 04
1
NOCONSOLE feature request not obsoleted by BIOS upgrade
Over on the soekris-tech list, Jim Cromie wrote:
[snip]
> Im curious, did you update your bios, and if so, did it fix the
> screen-spew ?
[snip]
> I requested a few features, which he's considering.
> one of which is NOCONSOLE, which was intended to
> be a work-around for the escape-sequences put in by the
> vide...
2011 Apr 03
1
proper keymap format ?
I just tried kbdmap.c32, got a format error
Keyboard map file format error
boot:
the file I attempted to use was from sudo dumpkeys > keymap,
and copied into /var/lib/tftpboot
I'll happily add whatever knowledge I get to the wiki-page for kbdmap
FWIW, I tried this cuz my cursor keys were not working with menu.c32,
so any hints to solve this problem would be great
this is with
2011 Jun 09
1
bad CF disks, etc
hi folks,
I have 3 CF disks, 16M, 512M, 4G, only the 512 is working on my soekris 4801
other 2 show:
Cannot get disk parameters
coming from chain.c32
chain.c32 is not to blame, as bios also gives similar error
> boot 80
No Boot device available, enter monitor.
all 3 CFs are readable/writable on my desktop
after fiddling with various fdisk parameters,
I dd'd the image off the 512, and
2011 Jun 04
1
hanging localboot
Ive got a soekris 4801 on which Ive used pxelinux...
its bios is set to go to pxeboot 1st, then localboot.
Ive got:
label bootlocal
MENU label ^9 Boot Local
localboot 0
# timeout 80
# TOTALTIMEOUT 9000
but using hangs:
Booting from local disk...
PXE-M0F: Exiting MacPhyter PXE ROM.
then nothing.
the same compact flash image works fine when boot order is 80 1st,
or
2010 Aug 11
1
memdisk isolinux and voyage-0.6.5.iso
Im trying to use pxelinux-4.02 + memdisk as follows
LABEL voyage-current
MENU LABEL ^C. voyage-current
LINUX memdisk
INITRD voyage-current.iso
APPEND iso raw console=ttyS0,115200n81 panic=5 pause
LABEL voyage-0.6.5
MENU LABEL ^6. voyage-0.6.5
LINUX memdisk
INITRD voyage-0.6.5.iso
APPEND iso raw console=ttyS0,115200n81 panic=5 pause
It mostly works - memdisk
2005 Apr 07
2
blame-transfer protocol on PXE boot
hpa, etal,
pxelinux works great from a push of the reset button.
machine boots normally.
However, after i issue 'reboot' command, my box fails to find the tftp
server during reboot.
This looks to be happening before pxelinux has any chance to participate,
so it cannot be to blame.
Im seeking corroboration here before I go badgering the bios-provider
here's the relevant
2005 Feb 23
4
Maximum line length of APPEND option in PXELINUX
Hi,
I just replaced the pxelinux.0 of some 2.x version by pxelinux.0 vers. 3.0.7.
Some of the PXE Clients refused to boot thereafter (just stopped after reading
the config file). I noticed that the APPEND line was too long.
Is this intentional? What is the maximum length of the APPEND option line?
Thanks, Thomas
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
playing with hdt on a soekris 4801,
Im getting HUGE delays in cpu_detect.
I added some timing code, heres what Im seeing
ACPI: Detecting
0 mS in detect_acpi
MEMORY: Detecting
0 mS in detect_memory
DMI: Detecting Table
DMI: ERROR ! Table not found !
DMI: Many hardware components will not be detected !
55 mS in detect_dmi
CPU: Detecting
0 mS in get_cpu_vendor
0 mS in "intel cpu
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
playing with hdt on a soekris 4801,
Im getting HUGE delays in cpu_detect.
I added some timing code, heres what Im seeing
ACPI: Detecting
0 mS in detect_acpi
MEMORY: Detecting
0 mS in detect_memory
DMI: Detecting Table
DMI: ERROR ! Table not found !
DMI: Many hardware components will not be detected !
55 mS in detect_dmi
CPU: Detecting
0 mS in get_cpu_vendor
0 mS in "intel cpu
2007 Aug 13
1
[PATCH] [365/2many] MAINTAINERS - PARAVIRT_OPS INTERFACE
...a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3519,6 +3519,9 @@ M: rusty@rustcorp.com.au
L: virtualization@lists.osdl.org
L: linux-kernel@vger.kernel.org
S: Supported
+F: arch/i386/kernel/paravirt.c
+F: include/asm-i386/paravirt.h
+F: include/asm-um/paravirt.h
PC87360 HARDWARE MONITORING DRIVER
P: Jim Cromie
2004 Sep 11
1
serial vs console and serialonly
hi hpa, etal
I found a patch against 2.06 that turned off console when serial was in use.
http://centerclick.org/net4801/pxelinux/syslinux.patch
This patch works, but appears to turn off the console unconditionally.
I went to see how it would fit in 2.11, and it seems youve already started
adding this feature. If so great, but how do I control it from a
config-file ?
I didnt see any new
2005 Jan 03
1
USB booting
folks,
the following is lsusb -v for my 250gb usb hard drive.
I note the Protocol line mentions zip:
ie
bInterfaceProtocol 80 Bulk (Zip)
does that mean its one of those USB-ZIP devices ?
If so, to the parameters below say anything about the CHS settings needed ?
tia,
PS - HPA, you were correct wrt what I missed :-}
Bus 001 Device 002: ID 1058:0401 Western Digital Technologies,
2005 Feb 15
1
Garbage on screen on IBM x335 / x336
We have been using pxelinux 1.62 for quite a while with great success Our
machines
are old Super-Micro rackmounts (PIII 1.4 GHz) and IBM x335.
We recently acquired some IBM x336 servers with an updated Broadcom network
adapter
(compared to the x335). I couldn't get them to boot with pxelinux 1.62. The
UNDI pxe
envirenment would start, get an IP Address, locate the TFTP server, download
the
2005 May 04
1
trivial bug - or feature request
using simple menu and a timeout, and no menu default;
if I choose forex the 3rd boot-target, but dont hit return,
it will timeout, and reset the selection to thte 1st (default) boot target.
another timeout, and it boots that 1st target.
it seems more appropriate to either
a. end the timeout, and just wait for the user (grub, lilo do this iirc)
b. boot the manually selected target when timeout
2005 May 29
1
doc-patch README.menu
patch is self explanatory, I trust.
im not sure about patch2, (I didnt do a controlled test).
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://www.zytor.com/pipermail/syslinux/attachments/20050528/b3266150/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
2005 Aug 22
2
10-pre19 ok on pxelinux, w menu32
ok on a soekris 4801.
Now that youre in late pre-release, pls consider these doc-patches, 1st
sent in May.
which are (I assume) still true, if not directly desirable. (reword as
you see fit, or reject outrite)
They apply -p0
other trivialities:
early part of pxelinux paints approx 16 chars wide across serial to my
terminal (picocom)
and often doesnt scroll, (does so rarely, dont recall