Displaying 20 results from an estimated 4000 matches similar to: "PXE stack on a floppy"
2004 Sep 03
3
PXE Bootdisk
Hello,
I hope that I am applying this question to the correct place, if not I do apologise!
I would like to create a boot floppy which mimics a PXE rom.
In this instance I would like to boot very old non PXE NIC workstations and install them from our Windows RIS.
Is it necessary that I create a some sort of full Linux boot cd to use for this purpose or is there a pre prepared boot disk already
2005 Sep 21
3
pxelinux on a cdrom - possible?
I'm using PXE booting to make operating system installations.
There is one problem with it - it won't work when BIOS or NIC doesn't
support network booting.
Is it possible to put pxelinux somehow on a CD or on a floppy?
--
Tomek
http://wpkg.org
2005 Nov 02
2
PXE boot woes
Hello list,
I need to load windows automatically.
I have Argon Technologies CMS (Client Management Systems).
http://argontechnology.com
I have always had problems with this product because it uses the old MS DOS
NET Client 3.0 with a LAN manager stack to copy the files from a Microsoft
share.
What I need is a Linux boot floppy that will remove partition 1 and
re-create it then format as fat
2003 Feb 25
0
Interesting...
For that haven't seen it already, a company called Argon Technology have
what they call an updated version of the Microsoft RIS PXE boot floppy
available as a free download (registration required, however):
http://www.argontechnology.ca/rbfg/index.shtml
-hpa
2009 Aug 22
6
Fw: Re: my bootlog
Fasiha Ashraf
--- On Sat, 22/8/09, Fasiha Ashraf <feehapk@yahoo.co.in> wrote:
From: Fasiha Ashraf <feehapk@yahoo.co.in>
Subject: Re: [Xen-users] my bootlog
To: "Boris Derzhavets" <bderzhavets@yahoo.com>
Date: Saturday, 22 August, 2009, 11:12 AM
Please check what wrong here
grub.conf
title Fedora (2.6.30-rc6-tip)
root (hd0,6)
kernel
2017 Sep 26
2
build a SpatialLines object from a list
Hi Eric,
Thanks for the help.But this will not solve the problem as it will generate a list and what I need is an object of class sp using SpatialLine function from sp package.So, I need to convert each matrix to coordinates and then to a line and then to a spatial line as figured in the code.
My data structure is a list of 141 matrices.Each matrix represents coordinates of the river lines
2004 Apr 19
2
3Com PXE server
I posted this to the group last year, but the problem was not fixed so I
will give it another try.
I use 3Com's PXE server to deploy the Fedora Core boot disk to my clients
for an ftp install. I also have ghost boot disks, bios update disks, and a
video bios repair disk all using the 3Com PXE server. The problem is when I
try to boot a Linux kernel. With all versions of syslinux since 1.72
2017 Sep 25
0
build a SpatialLines object from a list
Hi Ashraf,
It is not obvious to me what your structures are but one problem in your
function is the assignment tt1 <- SpatialLines(list(tt[[i]])).
This will set tt1 to just have one item.
Consider the following
test.func <- function(x) {
tt1 <- list()
for ( i in ... ) {
...
tt1[[i]] <- SpatialLines(tt[[i]])
}
return(tt1)
}
HTH,
Eric
On Mon, Sep 25,
2003 Apr 05
1
Preliminary 2.03-pre1 result...
It seems that 2.03-pre1 resolves PXELINUX problem on a reasonable number
of hosts. Perhaps somewhat importantly this seems to include the RBFG
PXE boot floppy, which did not work with 2.02.
This was somewhat of a surprise, since it didn't exhibit the failure
mode that I would have thought would have been the trigger of the bug.
Instead, it was one of those stacks that would transmit packets
2006 Jul 13
1
Scalling/Centering the Data by an Index
Dear All:
I would like to center the data in 'x' by 'group'. The following code scale
the data and I have not been able to figure out how to change it so I get
the centered data.
x <- c(1, 2, 3, 4, 5, 6, 7, 8)
group <- c(1,1,1,2,2,2,2,2)
unsplit(lapply(split(x,group),scale),group)
I would appreciate your help.
Ashraf
2017 Sep 25
2
build a SpatialLines object from a list
Hi all,I'm trying to build a SpatialLines object from a list that contains 124 river segments. Each segment in the list contains the x,y coordinates. I'm using the following code to create the SpatialLines object, but it just retrieves one segment. Any suggestions?
test.func = function(x){
??? for (i in 1:length(x)) {??????? tt[[i]] <- x[i]; tt[[i]]? = Line(tt[[i]]); tt[[i]]? =
2009 Mar 18
2
Xen WiFi Networks
Does xen virtualize wireless networks, and if not, why not? What is so difficult about it?
Regards!
Fasiha Ashraf
Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Apr 03
3
'skewing' a normal random variable
Hi All;
The following question is directed more to statisticians on the list.
Suppose I have a normal random variable. Is there a transformation that I
can apply so that the new variable is slightly positively skewed.
I greatly appreciate your help.
Ashraf
2005 Apr 03
4
Generating a binomial random variable correlated with a normal random variable
Hi All:
I would like to generate a binomial random variable that correlates with a
normal random variables with a specified correlation. Off course, the
correlation coefficient would not be same at each run because of randomness.
I greatly appreciate your input.
Ashraf
2004 Dec 17
1
Confidence Intervals from Bootstrap Replications
Hi All:
I have to compute bootstrap confidence intervals, the statistic
(incremental cost effectiveness ratio) is computed from two samples
(intervention and control) of different sizes. All the bootstrap
functions that I have seen use one dataset as argument. I may go ahead
and get the desired number of bootstrap replications separately. I would
appreciate if you could point me to a source of a
2009 May 14
1
Printing graphics on CentOS 5.3
I am absolutely thrilled and delighted to report that the problem I
have been having on CentOS since I first started using it, back in
4.4, of having all images (graphics) print out from the image viewer
as all-black pages appears to be gone!
I just printed 13 graphics from the image viewer directly to my laser
printer, and they're all excellent.
I suppose it could be that I'm using a
2006 Mar 22
1
lme convergence
Dear All:
lme(sbp ~ cengirth, data = family, random= ~ 1 | familyid)
converges but
lme(sbp ~ cengirth, data = family, random= ~ cengirth | familyid)
does not.
I get the following message:
Error in lme.formula(sbp ~ cengirth, data = family, random = ~cengirth |
:
iteration limit reached without convergence (9)
The data has 488 rows and 154 familyid levels. For
2009 Sep 04
3
bridge throughput problem
I have set-up xen on my Intel quad core server. Now running different experiment to measure network throughput in virtualized environment. these are some of the results:
Netperf-4.5 results for inter-domain communication.
Sr.No. Client Server Time(sec) Throughput(Mbps)
1 Guest-1 Dom0
2007 Apr 09
1
Re: asterisk-users Digest, Vol 33, Issue 35
We i have settup it like this it giveme caller id agent id and date-time on
gsm file but i want them to be in folder on every day basis datewise.
exten =>
_1NXXNXXXXXX,2,Set(CALLFILENAME=${ACCOUNTCODE}-${EXTEN}-${TIMESTAMP})
exten => _1NXXNXXXXXX,3,Monitor(gsm,/rec/asterisk/apr07/${CALLFILENAME},mb)
Any Idea ?
Faisal
> ------------------------------
>
> Message: 16
>
2017 Oct 11
1
Iterate in a Spatial Polygon Dataframe in R?
Hi all,
?I'm trying to iterate in a SpatialPolygonDataFrame thatcontains 110 features. I tried to use the following code?
iterate.spdf =function(x){ for (i in 1:nrow(x)){ p = x[i, ]} return(p)}
but with no success as it returns with aSpatialPolygonDataFrame that contains onlyone feature. The code seems to overwrite the polygons to end up with only onefeature.
?Any suggestions?Ashraf, cheers