search for: leender

Displaying 20 results from an estimated 29 matches for "leender".

Did you mean: leendert
2014 Dec 09
0
Using of pxelinux configfiles for both BIOS and UEFI boot
On Mon, Dec 8, 2014 at 10:44 AM, Leenders, Peter <Peter.Leenders at computacenter.com> wrote: > This look promising, if I could separate the config files for the different > boot architectures Bios and UEFI. I have 2 different boot files in 2 > different locations, but after startup they both refer to the > tftproot/px...
2008 Jun 24
4
running R-code outside of R
R 2.7.0, WinXP Hi list, I have written some code in R that I would like to share with others who are not R-users. Is there a way to compile the code so it will run outside of R? The best thing would be a functionality to compile the code into a ".exe" file that does not require the user to have R installed or to know how to use R. The persons I would like to make the program available
2003 Jul 29
2
Rebooting to hard drive from DOS floppy
Hi all, Do any of you have any ideas for getting a DOS floppy to reboot to the hard drive (which may contain Windows 98 or XP or Linux or Novell etc etc)? I want to use syslinux, but it does not support the localboot option like pxelinux and isolinux do. Basically, I want to boot DOS from a floppy, run some DOS stuff, then reboot to the hard drive while leaving the floppy disk in the drive.
2008 Aug 15
6
continuous coloring of a polygon
R2.7.1, WinXP Hi, I have a polygon inside a circle as follows: radius <- 3 x <- seq(-radius,radius,length=2000) y <- sqrt(radius^2-x^2) xx <- c(x,-x) yy <- c(y,-y) plot(xx,yy, xlim=c(-radius,radius),ylim=c(-radius,radius), type="l", ylab="", xlab="", axes=F) radius <- 2.7 x1 <- seq(-radius,radius,length=2000) y1 <- sqrt(radius^2-x1^2)
2014 Dec 08
5
Using of pxelinux configfiles for both BIOS and UEFI boot
...d structure in grub syntax isn't a way I would like to follow up further. > > Using the tftp from the windows deployment could be an option, but would provoke other incompatibility of services of the MDT server and the ZENworks infrastructure services. > > Yours sincerely > Peter Leenders Hello, I guess a general use of constants/variables is still not possible as described in the SYSLINUX wiki - is this correct? -> http://www.syslinux.org/wiki/index.php/SYSLINUX#Is_There_A_Way_To_Define_Constants_Or_Variables.3F Are the "system" flags to handle this or is the...
2008 Jul 20
2
R interprets symbol as q()
R2.7.1, WinXP Hi, My question is probably easy to answer, but I can't seem to solve it myself. I need to read in a large number of datasets that were generated by another (old) software program. Each data file contains a bunch of additional code generated by the external software. It lists the data per respondent. So first the data for respondent 1, then the data for respondent 2, et
2014 Dec 08
4
Using of pxelinux configfiles for both BIOS and UEFI boot
Hello Gene, thank you for your answer > > - Is there a standard approach to use different vesamenu.c32 (and other architecture depending ) files in the pxelinux.cfg/default file depending on the boot architecture - especially for BIOS/Legacy and EFI64? > I'd say there's no standard but there are choices. Check out this page I wrote up. >
2002 Nov 12
6
tftpd server
Hi In the pxelinux page, is referred that the tftpd server from http://tftpd32.jounin.net as working with pxelinux. However, from the tests I've made, it seems that the 'tsize' option is not supported. Anyone has knowledge of a working TFTPD server that runs on Windows NT4? p.s. it can be shareware, I just want to test it with NT4, I have had success with the 'builtin'
2002 Aug 27
1
Is it possible to boot a CD-Image of a bootable CD (no disk emu) via pxe
...ELINUX with activated UNDI support will be needed MEMDISK may be the Kernel and the ISO image will be the initial RAMDISK. Do I need a bootsector from the CD and how do I get it (I know the LBA Adress). Do I need other thing. It would be nice if you have a clue how to do. Yours sincerely Peter Leenders E-mail: Peter.Leenders at gecits-eu.com
2004 Mar 17
1
Excel 2002, Samba 3.0.2, and "Overwriting Changes"
...user since you last save it. In that case, what do you want to do?" You are then given the option to save a copy, or to overwrite changes. We are running 2.2.8a, but in similar environments using the same combination the error did not occur with excel 2002. Any suggestions? Regards, Guido Leenders guido.leenders@invantive.com
2014 Dec 08
0
Using of pxelinux configfiles for both BIOS and UEFI boot
...x isn't a way I would like to follow up further. > > > > Using the tftp from the windows deployment could be an option, but would provoke other incompatibility of services of the MDT server and the ZENworks infrastructure services. > > > > Yours sincerely > > Peter Leenders > > Hello, > > I guess a general use of constants/variables is still not possible as described in the SYSLINUX wiki - is this correct? > -> http://www.syslinux.org/wiki/index.php/SYSLINUX#Is_There_A_Way_To_Define_Constants_Or_Variables.3F > > Are the "system&q...
2014 Dec 08
0
Using of pxelinux configfiles for both BIOS and UEFI boot
On Dec 8, 2014 5:24 AM, "Leenders, Peter" <Peter.Leenders at computacenter.com> wrote: > > > Hello everyone, > > > > I'm using a windows PXE server and I try to upgrade a existing PXELINUX menu structure with actually with BIOS/Legacy mode to work in UEFI mode too. > > > > Since I ha...
2005 Dec 19
1
Integrate 3com boot image files?
...do you know a way to integrate existing submenu's created by the 3com boot image editor into pxelinux? I know it is possible to build the menu's in pxelinux and use memdisk for imagefiles, but it will mean to recreate about 70 menu's and 350-400 image files. Yours sincerely Peter Leenders
2003 Oct 28
9
Using memdisk to remotely flash BIOS
I am using memdisk to remotely flash the BIOS and other firmware. It works well for most flash programs. After the flash I need to initialize the NIC to send a signal to my management server that the flash is complete. I am curious as to how others have solved this problem. Thanks.
2011 May 05
1
issue with "strange" characters (readHTMLTable)
...racters not in your native charset (I presume, not having your locale). What you can do, in Rgui only, is for (n in names(Islands)) Encoding(levels(Islands[[n]])) <-"UTF-8" but likely there are still characters it will not know how to display. On Wed, 4 May 2011, R.T.A.J.Leenders wrote: > > WinXP-x32, R-21.13.0 > Dear list, > I have a problem that (I think) relates to the interaction between Windows > and R. > I am trying to scrape a table with data on the Hawai'ian Islands, This is my > code: > library(XML)...
2014 Dec 11
2
Using of pxelinux configfiles for both BIOS and UEFI boot
> On Mon, Dec 8, 2014 at 10:44 AM, Leenders, Peter > <Peter.Leenders at computacenter.com> wrote: > > > This look promising, if I could separate the config files for the different > > boot architectures Bios and UEFI. I have 2 different boot files in 2 > > different locations, but after startup they both refe...
2007 Jun 28
2
using self-written functions
Hi, I am pretty new to R, so I apologize for the obvious question. I have worked with R for a few months now and in the process have written several functions that I frequently use in various data analysis projects. I tend to give each project a directory of its own and set the working directory to that. Since there are several tasks that need to be accomplished in many of my projects, I
2006 Sep 19
3
Boot from USB without C Drive
Dear All I have a problem with my Compaq EVO n410c laptop. I want to install Windows (Win98/WinXP) on it. But this laptop don't have any floppy/cdrom to boot from. I have try to use My USB Drive to boot, using syslinux. Here's my step 1. Format the USB Drive using "HP USB Disk Storage Format Tool" 2. Install syslinux (syslinux -f F:). F is my USB Drive 3. Using
2007 Sep 15
2
keeppxe+memdisk+FreeDOS example?
Hi, I'm trying to get the above working, without success so far: UNDIS.DOS refuses to load with an invalid NDIS stack message (from memory). keeppxe has some effect: it reduces the available conventional memory by 140 kbytes or so... still, the packet driver doesn't seem to find the interface. Does anybody have a working setup I could look at? -- Thanks, Feri.
2014 Dec 08
0
Using of pxelinux configfiles for both BIOS and UEFI boot
...), so building a second structure in grub syntax isn't a way I would like to follow up further. Using the tftp from the windows deployment could be an option, but would provoke other incompatibility of services of the MDT server and the ZENworks infrastructure services. Yours sincerely Peter Leenders