Displaying 19 results from an estimated 19 matches for "n3nhs".
2008 Aug 24
1
Isolinux: Could not find kernel: linux
Hello,
Im building my own linux CD, For booting I use isolinux. Problem: isolinux cant find kernel.
Hierarchy of CD is:
/boot/bzImage
/boot/isolinux.bin
/boot/isolinux.cfg
isolinux.cfg file:
DEFAULT linux
LABEL linux
KERNEL bzImage
and for maiking iso I use:
mkisofs -o name.iso \
-b boot/isolinux.bin -c boot/boot.cat \
-no-emul-boot -boot-info-table -boot-load-size 4 \
-v -J -R -D -A
2009 Oct 14
1
TFTP prefix in pxelinux.0 ?
Hello,
I wonder if it is possible to change pxelinux.0's tftp prefix...
I want to setup a repository like that:
|-- dist1
| |-- pxelinux.cfg
| | `-- default
| `-- pxelinux.0
|-- dist2
| |-- pxelinux.cfg
| | `-- default
| `-- pxelinux.0
|-- pxelinux.cfg
| |-- default
| `-- menu.c32
`-- pxelinux.0
The file /pxelinux.cfg/default would contain something like that:
>
2010 Sep 08
2
ALTERNATE TFTP SERVERS
Hello there,
I suceeded in setting up WDS with PXELinux.
Now I'm trying to point the primary tftp server with pxechain.com to a
second tftp server. Actually it will just load the specified kernel, which
is given through APPEND. After that the tftp client just freezes.
Do I need to start with another tftp? The actual used tftp (and DHCP) server
comes from Win2008 R2 Server.
(Using Syslinux
2008 Jan 22
2
RFD: Internationalizing the menu system
I know quite a few people have interest in internationalizing the menu
system. This is a tricky problem, since have a full-blown rendering
engine for the more complex languages (Indic, Semitic and East Asian
languages being the main ones that have substantial complexities.)
Given that, I was thinking that the most sensible thing might be to
pre-render strings (basically menu items and
2013 Sep 25
0
One DHCP/PXE config for BIOS, EFI32, and EFI64 clients?
...to hand out different values for
the pxelinux.configfile option to specific clients, matching on MAC
address or a variety of other conditions. Of course, this means that
the config file for that machine will need to know what firmware to
expect and thus what path to set.
-- Jeffrey T. Hutzelman (N3NHS) <jhutz+ at cmu.edu>
Sr. Research Systems Programmer
School of Computer Science - Research Computing Facility
Carnegie Mellon University - Pittsburgh, PA
2011 Nov 27
1
What extlinux -M does?
1. Which label is referred by
-M, --menu-save=label
Set the label to select as default on the next boot
?
2. With
# grep 'label' /boot/extlinux/extlinux.conf
label 1
menu label An old linux version
2.1 What will be the consequences of
# extlinux -M 1 /boot/extlinux
and
# extlinux -M 'An old linux version' /boot/extlinux
2.2 What are
2014 Jan 11
1
USB boot problems on Gigabyte GA-M55Plus-S3G
...program (or your command window) to run with admin access, using the
"Run as administrator" option. The following Microsoft TechNet topic
describes how to get a command window running as administrator:
http://technet.microsoft.com/en-us/library/cc947813.aspx
-- Jeffrey T. Hutzelman (N3NHS) <jhutz+ at cmu.edu>
Carnegie Mellon University - Pittsburgh, PA
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
2009 Apr 10
3
bug (I think) in gpxelinux.0 ?
Hi,
Currently I am building a new PXE boot environment and during that I noticed
something odd while attempting to boot using one of those universal
netbootdisks based on the '3Com Universal NDIS driver v1.00' (aka undis3c)
driver.
Using pxelinux.0 this works like a charm, but when I switch to gpxelinux.0
the 3Com driver bails out on me... all other configuration is the same. Have
2010 Nov 02
2
Using DNS in pxelinux.cfg
Hi all,
First time here, so please be gentle! :)
I'm trying to configure a system that will pxeboot and retrieve a
kickstart file from a server based on that host's macaddress as part of
my Edison project[0] however I'm having issues getting the dns lookup to
work and I'm hoping you can help!
My pxelinux.cfg/default file is as follows:
=======================
default linux
2009 Jan 05
2
Question about pxelinux and gpxelinux
Hi Hpa and all
I am confused about some function of pxelinux and gpxelinux/gpxe.
1, after I read the document
(http://edgyu.excess.org/ols/2008/H%20Peter%20Anvin%20-%20x86%20network%20bo
oting%3a%20integrating%20gPXE%20and%20PXELINUX.pdf), I knew there are two
major module in standard gPXE, PXE BC and UNDI. And I can understand why I
need to produce different boot file for different NIC from
2010 Jul 23
4
Equivalent of pxechain.com for (USB key based) syslinux
Hello list,
I am trying to prepare a USB disk with syslinux that is meant to be able
to offer a choice among many different distributions. The goal is that I
should be able to dump each distribution's CD contents into a separate
subdirectory, and have a master menu that hands off to each
distribution's subdirectory.
A while back, when faced with a similar task on a PXE server, I came
2008 Feb 08
2
pxelinux, pxe requesting bad filename from tftp
Hey,
I have a problem booting certain machines with pxelinux. I have
pxelinux.0 in the root of my tftp server and dhcp pointing to the right
location:
# dhcpd.conf
authoritative;
option domain-name "example.net";
ddns-update-style none;
default-lease-time 3600;
max-lease-time 86400;
subnet 10.0.0.0 netmask 255.255.255.0 {
range 10.0.0.3 10.0.0.20;
server-name
2004 Jan 22
11
Pending OpenSSH release: contains Kerberos/GSSAPI changes
(I hope this message is appropriate for these lists. If not, please
tell me and I won't do it again.)
Hi All.
There will be a new release of OpenSSH in a couple of weeks. This
release contains Kerberos and GSSAPI related changes that we would like
to get some feedback about (and hopefully address any issues with)
before the release.
I encourage anyone with an interest in
2010 Nov 03
5
pxelinux magic options 208
I have 2 groups of machines, and within each group the pxelinux menu
configuration is standard. It would be great to have 2 configuration files
rather than one for each machine.
I found the pxelinux magic option configfile (209) in
http://syslinux.zytor.com/wiki/index.php/PXELINUX
and it suggests for ISC dhcpd:
site-option-space "pxelinux";
option pxelinux.magic
2009 May 13
9
PXELINUX, pxechain.com and Etherboot
Hi,
Anyone has tried to use pxechain with Etherboot? Here is my problem:
The Etherboot client had no problem to get the list of install servers
manual from the pxechain. But didn't matter which server was chosen,
Etherboot client always tried to use the first server to do the
installation. Etherboot 5.4 was used.
What the problem may be? PXEchain or Etherboot?
Thanks,
Joyce
--
2013 Sep 16
4
One DHCP/PXE config for BIOS, EFI32, and EFI64 clients?
Dear all,
I'd like to have a DHCP/PXE server for different arch of clients, i.e.
BIOS, EFI32, and EFI64 clients.
As described here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720589
What Daniel has proposed
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720589#10) should
work, i.e. Using a file called pxelinux.cfg/bios containing the
following 2 lines:
2011 Jun 08
3
Chainloading from one PXELINUX to another (with some iPXE in the mix)?
Hello SYSLINUX folks, thanks for all your hard work over the years!
I'm working on a fairly complex deployment services project, and one of the
aspects of it is to make it possible to federate deployment services across
our university. Supporting existing deployment services is a priority, so
I am presently trying to integrate an existing PXELINUX install, part of a
FOG windows imaging
2014 Jan 11
4
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <BLU0-SMTP145A44932CB6CC2DB4621568BB30 at phx.gbl>,
Ady <ady-sf at hotmail.com> wrote:
>Recent (testing) Clonezilla versions include changes related to
>booting problems, so there are valid reasons to try the very latest
>version available. At the time I am writing this email, Clonezilla
>Live 2.2.1-22 is the latest available (at this moment, under