Displaying 20 results from an estimated 71 matches for "3.52".
Did you mean:
3.2
2007 Sep 26
1
SYSLINUX 3.52 released
Hello everyone,
I have just released SYSLINUX 3.52, being functionally identical to
3.52-pre10.
Changes in 3.52:
* Handle capitalized F-key commands in the menu system.
* Fix padding error when loading multiple ramdisks.
* Workaround for VMware crashing when trying to print a
message during early kernel boot (does not seem to work,
consider deleting.)
2007 Aug 15
1
syslinux-3.52-pre6 will not assemble
Hello,
While attempting to build syslinux-3.52-pre6 for testing (my SCSI machine
won't boot from CD-ROM with 3.51) I hit this problem:
nasm -O99 -f bin -DDATE_STR="'3.52-pre6'" -DHEXDATE="0x46c22b21" \
-DMAP=pxelinux.map -l pxelinux.lsr -o pxelinux.bin pxelinux.asm
pxelinux.asm:1206: error: short jump is out of range
nasm -version
NASM version
2007 Nov 08
1
Booting of bcdw from isolinux does not work anymore with 3.52 but works with 3.51
Hi
I am having problems loading bcdw (http://bootcd.narod.ru) from the
isolinux bootloader.
I use this to load the acronis programs.
It worked fine up till version 3.51 but does not work anymore with 3.52.
Here is the code to load the second bootmanager
label l
kernel /bcdw/bcdwboot.bin
Any insights to what might be wrong here?
With 3.52 I get
Error! Cannot load
2007 Jun 30
1
3.52-pre3 vmware 'dopathc'
Hello,
I'm check Your version of patch in syslinux-3.52-pre3.
Memory (for multidisk) and 'empty line' work correctly, but
VMware check (if enabled :) - not.
Nasm use 'reverse' byte order in 'xxx'-constant :).
With attached patch all work correctly (checked in VMware v6).
Best regards,
Iouri mailto:bc-info at styx.cabel.net
--------------
2007 Sep 21
0
MAJOR memory overwrite bug in the menu system resolved -- 3.52-pre9 (RC) released
Thanks to Dell for sending me a specimen system, and of course, rPath,
my employer, for letting me spend the several days it took to chase this
one down.
There is a memory-overwrite bug where part of the BIOS data area gets
overwritten by certain comboot calls, including some used by the simple
menu system. Anyone who has had problems where booting from the prompt
works but the menu system
2007 Oct 11
1
Problem with boot with Syslinux 3.52.
I have installed various pc with the version Syslinux 3.31 without
particular problems. Trying new 3.52 or 3.36 the PC does not leave more
giving the message
Returning to the previous version all it resumes to work correctly.
What I have mistaken?
Thanks.
_____________________________________________________
Fabrizio Guerriero
EDP Manager
C.C.M. Coop.Cartai Modenese Soc.coop.
Via F.
2007 Aug 12
2
SYSLINUX-3.52-pre5: XP BOOTSEC.BIN Bug
I just encountered my only bug w/ the ISOLINUX+VESAMENU combination
from 3.52-pre5. Updated a *working* CD project w/ the new
ISOLINUX+VESAMENU combo just last week. Booting my preferred Linux
distro (Slax-6) from my custom CDs work perfectly, however when I
updated a CD project that includes BartPE/WinPE, BartPE fails to
boot w/ 'CDBoot can not boot CD: error 4" msg. For the
2007 Nov 10
0
Version 3.52 problem.
Hello.
I'm new to this so I could being doing something stupid. However, I have
a Win2K-Pro machine that I am using to format a floppy. In a command
window I use the command:
syslinux a:
I then copy my kernel named "linux" to the floppy.
I originally tried this under version 3.52 and despite numerous attempts
and variations I could not get Syslinux to see my kernel.
I
2007 Nov 09
1
Kernel command line truncation
Using
kernel is 2.4.30
win32 syslinux 3.52
Preparing floppy under Windows XP SP2
1) Preparing boot floppy
======= syslinux.cfg content ======================
PROMPT 0
DISPLAY warning.txt
DEFAULT kernel
APPEND root=/dev/ram0 rw initrd=ukmrd.gz ramdisk_size=5000
bdev=/dev/fd0 ip=192.168.422.25 ipm=255.255.255.0 ipreq=n
ipg=192.168.42.1 ipdns=192.168.42.2 mnet=pcnet32
durl=http://KP/ukminstall
2009 Sep 28
1
help with lda function
I am having a problem understanding the lda package. I have a dataset here:
[,1] [,2] [,3]
[1,] 2.95 6.63 0
[2,] 2.53 7.79 0
[3,] 3.57 5.65 0
[4,] 3.16 5.47 0
[5,] 2.58 4.46 1
[6,] 2.16 6.22 1
[7,] 3.27 3.52 1
If I do the following;
"names(d)<-c("y","x1","x2")
d$x1 = d$x1 * 100
d$x2 = d$x2 * 100
g<-lda( y ~ x1 + x2, data=d)
v2
2004 Nov 26
0
snom - blinking leds on fuction keys when call is not yet established - how?
hi,
i just ported the patch of David Hinkle
http://www.mail-archive.com/asterisk-users@lists.digium.com/msg49781.html
to the current cvs version of asterisk. the theory is that the leds of
supervisioned extensions are blinking until a call is established
whereafter the leds should be constantly lit.
however it's not working.
the asterisk server is sending the following xml notify to the
2012 Aug 19
1
radarchart axis scaling
Hello
I created a radar chart using the function of ?radarchart? from the
?fmsb? package in R software.
The matrix I am using is as follows:
x<-c(c(rep(4.5,7),c(rep(0,7)), 3.34, 3.28, 1.37, 1.12, 3.52, 4.07, 3.66));
a<-matrix(x,nrow=3, ncol=7,byrow=T)
I would like to show the range of c(0,5) on the axis instead of
c(0,100) or c(0,1).
I really appreciate it if any body can guide me.
1998 Apr 07
3
R-beta: spline problems(?)
Hi,
I am a total beginner with this whole thing so please have patience!
I am trying to run an S-plus program with a certain line:
spline(1:nrow(y), y[,1],n=100);
This crashes with:
Error: NAs in foreign function call (arg 8)
Apparently, this is caused by the last command of spline:
u <- seq(xmin, xmax, length.out = n)
.C("spline_eval", z$method, length(u), x = u, y =
2008 Jan 09
2
MENU / SHA1 passwords not working.
Hi. I'm having a problem with hashing passwords for use in the menu.
If I specify plain passwords in my config it works file:
Example:
MENU MASTER PASSWD 1234567890
MENU PASSWD test123
However if I hash a password using the sha1pass script the resulting hashes
don't work.
MENU MASTER PASSWD $4$9qj4qv8g$HQ6Jl6TVrpign78XeofX2OLmfJo$
MENU PASSWD test123
2011 Jan 23
2
Problem with combined two data frame.
Dear All.
I have some problem with combined two data frame.
....
I have first data frame ..
GPAX THAI MATH SCINCE SOCIAL HEALT ART CAREER LANGUAGE
1227 2.99 3.32 2.50 2.64 3.05 3.60 3.72 3.57 2.62
1704 2.81 2.56 2.48 2.86 3.22 3.19 3.55 3.20 2.51
617 2.18 1.90 1.97 2.06 2.38 3.50 3.54 2.33 1.70
876 2.82 3.14 2.73 2.46 2.71 3.11 3.04 3.24 2.90
2009 Sep 29
1
help with lda function from MASS package
Thanks David,
Yes, I am talking about the MASS package.Thank you for pointing out that
these scale the same. My question is, how do I get from the V1 data:
V1
1 164.4283
2 166.2492
3 170.5232
4 156.5622
5 127.7540
6 136.7704
7 136.3436
to the other set of data:
+ 1 -2.3769280
+ 2 -2.7049437
+ 3 -3.4748309
+ 4 -0.9599825
+ 5 4.2293774
+ 6 2.6052193
+ 7 2.6820884
On Mon, Sep 28, 2009
2007 Sep 13
10
Load ELF 32bits LSB executable
Hi,
I'd like to load with pxelinux an RTEMS executable file, the format is
ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically
linked, strtipped
Can someone tell me if there is a way to load it with PXElinux.
When I try to do it, the error message is :
invalid or corrupt kernel image
Thanks for your help.
Regards.
Stephane ARQUER
2008 Feb 19
1
repeated measures ANOVA using a cov matrix
Dear all,
how can I perform a repeated measures ANOVA using a covariance matrix as input?
E.g., I have four repeated measures (N = 200) with mean vector tau (no
BS factor):
tau <- rbind(1.10, 2.51, 2.76, 3.52)
and covariance matrix (sigma):
sigma <- matrix(c(0.523, 0.268, 0.267, 0.211,
0.268, 0.444, 0.492, 0.571,
0.267, 0.492, 1.213,
2009 Jan 19
1
candisc
Hello,
I have a question regarding the candisc package. My data are:
species three five
1 2.95 6.63
1 2.53 7.79
1 3.57 5.65
1 3.16 5.47
2 2.58 4.46
2 2.16 6.22
2 3.27 3.52
I put these in a table and then a linear model
>newdata <- lm(cbind(three, five) ~ species, data=rawdata)
and then do a candisc on them
>candata<-candisc(newdata)
2007 Jul 05
1
Request for enlightenment..
I figure I'm probably trying to do something stupid, but here goes.
I'm trying to boot a hard disk image (with one 420MB partition, lilo in
the MBR) containing debian etch (kernel 2.6.18) using memdisk (onto a
dell 2950 with 8G of ram).
Lilo (22.6.1) fails on memdisk 3.35, 3.36, 3.50, 3.51, and 3.52-pre,
with L 99 99 99 99 et al, but works on 2.x, 3.00 and 3.31.
However, the kernel