Displaying 20 results from an estimated 2000 matches similar to: "pxelinux and image selection? (fwd)"
2002 Jun 06
3
pxelinux and image selection?
Hi!
I've been working with pxelinux for quite some time now, and I'd like to
use PXE and a simple kind of selection menu (like syslinux does).
But I couldn't get it to work. I can enter several "label" sections to
my pxelinux.cfg/<something> but it'll never ask, just boot the
first/default one ...
Is this currently supported at all? Or did I miss something?
2002 Jun 16
1
Bug in 1.75 PXE code (fwd)
> Marcel Ritter wrote:
> >
> > The good thing about it: The PXE code removal seems to work now ...
> >
> > But I'm not quite sure about the syntax - is the following right?
> >
> > label undi
> > kernel memdisk keeppxe
> > append initrd=UNDITest/dosundi.1
> >
> > The documentation only says:
> >
> > ... option
2002 Jun 15
2
Bug in 1.75 PXE code
Hi!
I've spent the last days trying to get PXE working (with all the nice
stuff that's in the specification - doesn't work :-( )
So I tried the new 1.75 with the Intel DOSUndi Bootdisk (which should
verify that everything works correctly) but it does no longer work
with syslinux-1.75!
1.74 is fine - so I guess something is broken here ...
Please have a look at it - and let me know
2002 Jun 24
0
Building a bootable floppy image > 1.44MB
Hi there!
After reading the last posting about creating a boot disk as non-root,
I have a question of my own:
Does anyone know a way to produce a floppy/harddisk image able to boot a
DOS environment (without using windows, vmware or other tools of that
kind)? Is it perhaps even possible to create larger disk images (>2.88MB)?
It's no problem to get an image with a DOS filesystem, but
2008 May 29
1
GPL PV Drivers for Windows: install.bat problem
Hi,
I just played with the new GPL PV driver release a bit, and there''s a
problem when running the included install.bat from a read-only device
(pvdriver.zip was extracted, and "burned" to virtual CD)
Cause of this problem:
During installation dpinst.exe is copied to the matching driver directory
(located on the install media) and executed there. Unfortunately this
fails
2008 Mar 30
2
problem with white space
Hi,
I need to resample characters from a dataset that consists of an extremely
long string that is written over hundreds of thousands of lines, each of
length 50 characters. I am currently doing this by first inserting a space
after each character in the dataset and then using the following commands:
y <- as.matrix(read.table("data.txt"), stringsAsFactors=FALSE)
bstrap <-
2014 Mar 04
2
Cannot chain to another PXE server on the same subnet
Hi,
I have a Linux server at ip address 10.215.144.7 running DHCP, TFTP and syslinux.
DHCP config contains the following:
next-server 10.215.144.7;
filename "/pxe/syslinux/pxelinux.0";
and the 'default' pxelinux.cfg contains:
LABEL altiris
??? MENU LABEL ^7. Altiris
??? COM32 pxechn.c32
??? APPEND 10.215.144.60::/BStrap/x86pc/BStrap.0
When a PXE client boots in my network
2014 Mar 05
2
Cannot chain to another PXE server on the same subnet
Sorry for top-posting but my webmail forces me to.
I added -W to the APPEND line as suggested but I'm still getting the same result:
Booting...
Altiris, inc. X86PC PreBoot, PXE-2.x Enhanced
Build ID=402
PXEPreZero: Invalid PXE Server list format.
and the client PC freezes right there.
Here's the full content of my dhcp.conf:
max-lease-time 86400;
ddns-update-style interim;
2003 Jun 04
1
Problem trying to chainload Intel pxe boot loader
Hi,
I'm trying to use pxelinux to start Linux and optionally other things,
maintained by windows folks. They use the Intel pxe boot loader, bstrap.0,
and when I load it with a "kernel bstrap.0" statement, it fails.
The reason it fails is because it can't find the !PXE data area. I guess
it doesn't get the correct pointer or something along those lines.
Do you think it
2009 May 08
0
Samba4: Full schema problems
Hi,
I just updated my test environment to latest samba4 git (with full MS
schema).
My Windows XP clients are quite happy, and creation of inetOrgPerson
accounts
is possible now! Great work!
However I'm running into some trouble when accessing samba's LDAP
server with ldap browsers. The error only occurs while browsing the
schema dn:
cn=schema,cn=configuration, $BASEDN
I tried
2010 Dec 02
1
PXELinux + Altiris + Tivoli.
Hello All.
I have few networks with Tivoli Provision Manager (http://www.ibm.com/developerworks/downloads/tiv/pmfos/?S_TACT=105AGX28&S_CMP=TRIALS ), Altiris (http://www.symantec.com/business/deployment-solution) and WDS (on W2008Stdx32).
I successfully expand WDS functionally with pxelinux (4.03).I really like how pxelinux working.
Server who respond on client request is on Windows 2008
2015 Aug 19
2
Samba 4 DC - no AES kerberos tickets - only arcfour
Hi Trever,
things improved after resetting user/machine passwords, however only the session key is using aes256 now, the ticket itself is still arcfour:
root at ubuntu1:~# kinit user09999
user09999 at S4DOM.TEST's Password:
root at ubuntu1:~# klist -v
Credentials cache: FILE:/tmp/krb5cc_0
Principal: user09999 at S4DOM.TEST
Cache version: 4
Server: krbtgt/S4DOM.TEST at
2002 Nov 25
2
IBM Token ring Cards, PXE1 vs. PXE2
Other then working with pxelinux or not, does anyone know the diffrences
in these? Also, why pxelinux fails on PXE2?
--
-Phillip Jones KG4IVD
<mouse-c1038264000 at datastacks.com>
[-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-]
"If you understand what you're doing, you're not learning anything."
--
2015 Sep 01
0
Samba 4 and MS Windows NFS Server (2012R2) - Update
Try this on your samba DC.
amba-tool spn list PCNAME$
You should see something like:
PCNAME$$
User CN=PCNAME,CN=Computers,DC=internal,DC=domain,DC=tld has the following servicePrincipalName:
HOST/PCNAME
HOST/PCNAME.internal.domain.tld
nfs/PCNAME.internal.domain.tld
nfs/PCNAME.internal.domain.tld at YOUR_REALM
can you confirm this for both your servers which
2014 Mar 05
3
Cannot chain to another PXE server on the same subnet
----- Original Message -----
From: Gene Cumm <gene.cumm at gmail.com>
> It's been a while since I used Yahoo but I didn't think I had
> that issue.? GMail does default to top-posting
Doing it manually... didn't find that option.
> Perhaps also try -o 43.x=01:04:0a:d7:90:3c:ff (which will set the
> mtftp option) in addition to -W.
Tried it but still the same error.
2015 Sep 07
2
nfs based shared home dir question
Ok, i clarify a bit more.
\\servername.internal.domain.tld\users2\%username% is used in my AD for the home folder of the users. %username% translates to the username.
I tried 2 setups now, windows acl base setup and posix based setup.
Both fail for me.
THE SERVER with the shares ( and is nfs server)
The samba/windows part. ( postix rights setup )
On the server this is /home/samba/users2
2015 Sep 07
0
nfs based shared home dir question
Hai marcel,
Im using nfsv4 kerberos based host/client.
This is the line of the cat /proc/mounts
nfs4 rw,relatime,vers=4.0,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=krb5,clientaddr=192.168.xx.xx,local_lock=none,addr=192.168.xxx.xxx 0 0
fstab only contains : nfs4 sec=krb5
Yes, i did see the nfs4-acl-tools, seen that, hoped that helped a bit,
But i did
2015 Sep 01
0
Samba 4 and MS Windows NFS Server (2012R2) - Update
hai,
The servers have "A and PTR" records?
You have for both server these UPNs.
nfs/${SETFQDN} ${SETHOSTNAME_CAPS}$
nfs/${SETFQDN}@${SAMBA_KERBEROS_REALM} ${SETHOSTNAME_CAPS}$
on the samba side the nfs spn is in you keytab file?
and if your brave, read, * dont run it, since i did not test this with windows servers.
2014 Mar 06
3
Cannot chain to another PXE server on the same subnet
On Thu, 2014-03-06 at 16:52 -0500, Gene Cumm wrote:
> > RFC2131, section 4.1, and particularly the second paragraph on page 24.
>
> Conditionally. "Options may appear only once, unless otherwise
> specified in the options document." I don't see any indication of any
> options that DO allow it unless "The information is an opaque object
> of n
2014 Mar 07
4
Cannot chain to another PXE server on the same subnet
On Fri, Mar 7, 2014 at 2:33 AM, Vieri <rentorbuy at yahoo.com> wrote:
> So I take it it's more of a DHCP hack in which:
> 1- client boots and gets DHCP response from 10.215.144.7 with PXE syslinux info
> 2- client loads pxelinux.0 menu and selects menu that chains to Altiris PXE menu except, instead of calling pxechain.com or pxechn.c32 with the Altiris server's IP address,