similar to: Comboot files

Displaying 20 results from an estimated 3000 matches similar to: "Comboot files"

2002 Apr 23
1
SYSLINUX 1.73-pre1
I have released SYSLINUX 1.73-pre1. This isn't a bug fix release (thank God), but given the rather painful quality of the last couple of releases I wanted to get another prerelease out as I'm working on the new core code. I'm trying to eliminate differences between the various syslinux components whereever possible; there has been some unnecessary differences in the past which
2005 May 16
4
Shutdown from PXELinux
Hi Please excuse my english ... Does somebody have a .c32 , .cbt or .exe program to shutdown an ACPI and/or APM BIOS PC from PXELinux or DOS ? Or could be shutdown added as an option to PXELinux ? School environment, remote administration. On night time the electrical power is turned off in labs and PC loose WakeOnLan(WOL) and AlertStandardFormat(ASF) capabilities. In the morning when the
2004 Feb 03
0
COMBoot questions
Hi folks, I'd like to write a graphical menu for a rescue Linux system I'm currently working on in my spare time. I'm experimenting with VESA for this... but my real questions are: How do I boot a Linux kernel from a COMBoot (.cbt) program ? Supposed I have syslinux.cfg that looks like this: DEFAULT menu LABEL menu KERNEL menu.cbt LABEL linux KERNEL kernel.bzi Do I have to use
2005 Jan 31
3
Can this work?
I would like to develop a system where by I can boot any of the machines on my system - and select from a menu what I would like that particular client to do. For example, maybe load a bootdisk image from a network share, and boot that. Or boot the first partition on the local disk.
2012 Dec 06
2
Syslinux 5.00 released
Hi folks, Syslinux 5.00 is out in time for the holidays. This release includes a lot of changes from 4.06. I've included the NEWS entries below, which highlight the major changes. Lots of assembly code has been rewritten in C, which makes further development much easier (and also really helped for the 'firmware' abstraction that appears in Syslinux-6.00-pre1). So be on the lookout
2008 Oct 08
1
Observed responses in 'augPred' data frame - Wrong order ?
Dea-R community. I'd like to draw your attention to an issue I have recently encountered while doing my current data analysis. I've got an unexpected (to me) result from the command: > augPred(lmList(my.object)), 'my.object' being a grouped data frame of class: > class(my.object) [1] "nfnGroupedData" "nfGroupedData" "groupedData"
2009 Oct 04
2
Row to Column help
Dear R Community, I am attempting to transpose a dataset from rows to columns but am stuck. I have tried using reshape() with little luck, possibly due to the categorical nature of the data. For example: id<-c(1,2,2,3,3,3) author<-c("j","k","k","l","l","l")
2004 Jun 04
2
chainload cdrom
perhaps the boot-from-cdrom code in Smart Boot Manager? Bernd >>> No, since booting from CD-ROM requires that the El Torito part of the BIOS is activated, which it won't be if it didn't boot from CD-ROM in the first place. ---------------------------------------------------------------- Op deze e-mail zijn de volgende voorwaarden van toepassing:
2012 Jan 15
3
some issues with modules/syslinux
Dear Syslinux bootloader list, I'm running into a few issues concerning Syslinux modules here, hoping you can answer one or more of the following questions: * Where's "ifmemdsk.c32" ? 4.05, 4.06pre1 and latest 4.10pre seem to lack it. Only the "ifmemdsk.c" file, which is likely sourcecode. Not seeing any "ifmemdsk.cbt" legacy comboot module. * Do COM32
2003 Apr 16
1
Image remains too large
Hi, I've read that Syslinux supports bzImage files now, but when I use pxelinux (which I hope also supports it) with a bzImage, I get : COMBOOT image too large What can I do to fix this ? Kind greetings, Wim Godden
2012 Jan 03
2
Histogram: plot by group
I want to make a histogram in R of the data in attached excel file called 'cbt'. However, I need the histogram to show a separation for Group 1 and Group 2, as in attached image. How do I do this in R? I know how to make a histogram for a single group, but how can I separate the 2 groups? http://r.789695.n4.nabble.com/file/n4256052/hist.jpg
2006 Mar 01
3
Samples files for comboot and default
Hi Does subject exist? Is it possible to get MAC address, video card, RAM and the storage of a harddrive by using comboot? And can some one help me? /Kenneth
2018 Feb 23
2
Stale mailbox lock file
<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"> <div>Thanks Aki,</div><div><br></div><div>do you know if this list is read by dovecot developers team too? Could you point me to the right list otherwise?</div> <div><br><br>Raffaele
2018 Feb 23
1
Stale mailbox lock file
<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"> <div style="font-family: Verdana, Arial, Helvetica, sans-serif;">So you don't know when this piece of code is executed:</div> <div style="font-family: Verdana, Arial, Helvetica, sans-serif;"><br></div> <div style=""><pre
2007 May 25
1
multiple comboot files?
Is there a way for isolinux/syslinux to execute a list of comboot files immediately at startup, and only once? I have a bunch of small comboot .com files that I want to batch run immediately, then after that do a DISPLAY boot.msg similar in some ways to an autoexec.bat. For example: DEFAULT mycd APPEND ramdisk_size=100000 init=/etc/init lang=us .... TIMEOUT 300 ONSTARTUP mybatch <- ???
2007 Feb 23
1
Return to prompt after comboot execution
Hello, Is is possible to run a comboot file before the boot message is displayed and after its execution, display the boot message and prompt? Regards, Remko van der Vossen.
2007 Nov 15
2
rsync error?
Hi Folks Can anyone help me with the following error - is it serious; is the file transferred; are the other files transferred? [morgan@morgansmachine ~]$ rsync -a -X -A -z -v /home/morgan/Documents 192.168.1.30:/home/morgan/Documents morgan@192.168.1.30's password: building file list ... done rsync: rsync_xal_set:
2004 Nov 23
2
comboot+PXE stack
Hi, I need to add an additional feature to Murali's menu system: sending and receiving UDP datagrams. I have no experiences with writing programs at such a low level. Therefore, I need some help. 1) How to transfer IP address and other options from PXElinux to comboot? 2) I got PXE specification, ver. 2.1 (sept. 1999); can I follow it safely? 3) Is there an easy interface to use PXE stack
2014 Oct 10
3
KVM incremental backup using CBT
Hi Looking in to implementing (CBT like) delta backup for KVM. The following looks promising..(last paragraph) http://wiki.qemu.org/Features/Snapshots2 * In the last para, there is a mention of copy the blocks from the disk using dirty-bitmap as reference. How to accomplish this ? block-mirror with bitmap or is there a qemu-img command ? some details would be
2008 Apr 02
2
alternate tftp server
i just discovered the alternate ftp server syntax for pxelinux in the changelog today. this interests me as I would like to use pxelinux on a linux box to give a config file which tells pxelinux to fetch the windows 2003 bootloader program (actually startrom.n12 from windows 2003) from the windows box. IE: label windows kernel 192.168.1.2::startrom.0 since i can watch the fetching of