Displaying 20 results from an estimated 100 matches similar to: "boot once option"
2006 Nov 09
4
Serial with syslinux
The Startech.com pci2s550 can not be remapped to ports 1-4 before the system boots. The company is not supporting linux serial ports as consoles 0-3 , thank you starTech.com.
----- Original Message ----
From: n schembr <nschembr at yahoo.com>
To: SYSLINUX at zytor.com
Sent: Thursday, November 9, 2006 4:58:50 PM
Subject: [syslinux] Serial with syslinux.
Can syslinux be upgraded to support
2006 Nov 10
3
Localboot option in syslinux and extlinux
I just tried to boot extlinux off of /dev/sdb and use the option localboot 0x80. I was hoping to see syslinux for the second time as the system loaded the master boot rec from /dev/sda.
Why is this option only in pxelinux and isolinux?
Nicholas A. Schembri
State College PA USA
2007 Aug 04
4
syslinux & booting linux from USB
Dear all,
I wanna create a GNU/Linux that it boots from USB.
I don't any idea on that.
Can you introduce me a doc that i can use it & i can solve my problem?
Cheers,
--
-------------------------
Mohsen Pahlevanzadeh
email address : mohsen at pahlevanzadeh.org
web site : http://pahlevanzadeh.org
IRC IM : m_pahlevanzadeh
yahoo IM : linuxorbsd
----------------------------
2006 Oct 06
4
scope creep "serial console usb"
Can extlinux / syslinux use a usb port for the console?
Hi all,
I just picked up a energy efficient server with built in 3 hour ups, toshiba Laptop.
I've been using serial consoles for monitoring and controlling the boot process, but this laptop has only usb ports. Can Extlinux use ttyUSB0 for the console?
I love the extlinux for booting usb devices. Thank you for the hard work,
2006 Oct 07
4
"pre-OS"
Ok, syslinux is what it is, and I love the way it just works.
I looked up linuxBios and found what I was looking for.
A project in 2000 called "LOBOS (Linux OS Boots Linux OS): Booting a Kernel in 32-bit Mode?
It looks like this would do what I need, but I can't find any working code.
I like the Idea of booting a simple fail safe system and restarting a production kernel. Yes,
2017 Jan 25
2
Possible to persist data across reboots from Lua?
I'd like to be able to save a boolean value across reboots. I believe
that being able to store to the auxiliary data vector would satisfy
this need, but I'm using syslinux and that doesn't seem to be
implemented. While I'm currently using a Lua script, I'm not tied to
it, so if there's a way to read and write any persistent filesystem or
disk, I'd be happy to switch.
2007 Nov 07
1
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
2017 Jan 27
0
Possible to persist data across reboots from Lua?
Frank Hunleth via Syslinux <syslinux at zytor.com> writes:
> I'd like to be able to save a boolean value across reboots. I believe
> that being able to store to the auxiliary data vector would satisfy
> this need, but I'm using syslinux and that doesn't seem to be
> implemented.
It's implemented in the Syslinux API, just not exported to Lua.
> While I'm
2009 Jan 09
11
[OT] Remote control of a WinXP machine from a Linux host
Sorry for an off topic post, but a lot of you folks are sysadmins here or
there, and just might have a suggestion... ;-)
I have a WinXP machine that is to be unattended for a period of 3 years (yes,
I know, it sounds ridiculous, but still...). What I need is remote access to
it to perform regular system maintenance, virus cleanups, occasional software
installations, reboots, config changes,
2007 Nov 07
1
I'd like to eventually support network console, at least in pxelinux.
H. Peter Anvin
hpa at zytor.com
Thu Jun 3 00:09:30 PDT 2004
Previous message: [syslinux] gfxboot for PXElinux
Next message: [syslinux] chainload cdrom
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
I've been thinking about the whole gfxmenu thing, and I'm rather
interested in
2003 Apr 29
1
ISOLINUX/COM32 Command line
I have a small problem with my COM32 image. It is more related to how
the COM32 images get their arguments. Here are the relavent parts of
my isolinux.cfg
-----
# default image = defimg
default defimg
# Boot automatically after 5 seconds
timeout 50
# By default auto select image. If no autoselect list
# found, then boot into prep
label defimg
kernel readker.c32
append prep
2003 Nov 24
5
SYSLINUX 2.08-pre1 released
Working on fixing lower-priority bugs that I didn't want to risk
destabilizing the 2.07 release for:
Changes in 2.08:
* Add "timeoutcmd" to allow timeout to have a different action
than just pressing Enter.
* Fix bugs in the COMBOOT/COM32 command-line parsing. APPEND
now works with COMBOOT/COM32 images.
2011 Nov 28
11
Is it possible to conditionally replace a file ?
As far as I can tell, the "replace" parameter is all or nothing.
What I am looking for is something like the exec/onlyif parameter that I can use to conditionally replace a file.
Any thoughts ?
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this
2006 Nov 15
0
Fw: Localboot option in syslinux and extlinux
----- Forwarded Message ----
From: Geert Stappers <stappers at stappers.nl>
To: syslinux at zytor.com
Sent: Tuesday, November 14, 2006 5:07:55 PM
Subject: Re: [syslinux] Localboot option in syslinux and extlinux
Op 14-11-2006 om 21:25 schreef n schembr:
>
> First, my problems are on the edge of accepted use of most products.
> I'm working in an aria that the average user will
2006 Jun 07
4
Density Estimation
Dear R-list,
I have made a simple kernel density estimation by
x <- c(2,1,3,2,3,0,4,5,10,11,12,11,10)
kde <- density(x,n=100)
Now I would like to know the estimated probability that a
new observation falls into the interval 0<x<3.
How can I integrate over the corresponding interval?
In several R-packages for kernel density estimation I did
not found a corresponding function. I
2005 Apr 22
0
[Fwd: About Boot Disk]
-------- Original Message --------
Subject: About Boot Disk
Date: Fri, 22 Apr 2005 16:54:36 +0800
From: Alex C.J. Hsieh <alex.cj.hsieh at foxconn.com>
To: david at weekly.org
Dear David:
I follow your steps to write LDLINUX.SYS to my USB flash Disk and some
kernals are packaged to USB Disk.
When I insert it into my PC. The boot is fail and show a message"MISSING
OPERATING
2009 Aug 05
2
Million linux virtual machines
If someone posted already, forgive me I get the digest.
http://www.tgdaily.com/content/view/43480/108/
Scientists get a million Linux kernels to run at once
Scientists at Sandia National Laboratories in Livermore, have run more than
a million Linux kernels as virtual machines.
(how long before shared hosts use this....lol)
The technique will allow them to effectively observe behaviour found
2012 Jun 27
2
density function
Hello,
I need density function so that I can find expected value (using
integration). I use density():
f= density(data)
but f isn't a function and I can't get values and integrate it
This is very urget, so please help.
Greetings
Peter
--
View this message in context: http://r.789695.n4.nabble.com/density-function-tp4634563.html
Sent from the R help mailing list archive at Nabble.com.
2003 Apr 26
2
Multiple Integration
Dear all,
May I do multiple integration using R? I was looking
adapt but it is saying it integrates a scalar function
over a multidimensional rectangle. I have integrand of
several variable and upper, lower limit too variable.
I wanted to see the result using adapt (though it is
not for this purpose, I suppose)
Func<-function(x){(x[1]*x[2])}
adapt(2, lo=c(0,1), up=c(1,x[1]), functn=Func)
it
2009 Feb 23
2
Support Vector Machine
Hi,
I would like to try using a Support Vector Machine on a classification
problem that I'm dealing with. Does such a package exit in R?
Thanks
Meir
********************************************
Meir Preiszler - Research Engineer
I t a m a r M e d i c a l Ltd.
Caesarea, Israel:
Tel: +(972) 4 617 7000 ext 232
Fax: +(972) 4 627 5598
Cell: +(972) 54 699 9630
Email: pmeir@itamar-medical.com