search for: x86pc

Displaying 20 results from an estimated 29 matches for "x86pc".

Did you mean: x86_pc
2003 Feb 03
1
Problems booting PXE-Client
Hi list, I have installed DHCP, PXE and the TFTP-Server tftp-hpa. I'm running Debian Woody on my server and I want to boot a PXE-Client with this server. I have installed all as it is described in the docs found on the net. Under root: /tftpboot/ /tftpboot/X86PC/linux /tftpboot/X86PC/linux/messages /tftpboot/X86PC/linux/linux.0 /tftpboot/X86PC/linux/vmlinuz /tftpboot/X86PC/linux/pxelinux.cfg /tftpboot/X86PC/linux/pxelinux.cfg/C0A801 C0A801 contains: LABEL linux KERNEL vmlinuz APPEND root=/dev/nfs nfsroot=192.168.1.1:/home/clients,wsize=8192,rsize=819...
2015 Jul 01
2
UEFI/EFI booting and constantly asking for ldlinux.e64
...configured. Jun 30 19:32:08 aid dhcpd: DHCPACK on 172.20.0.131 to ec:f4:bb:db:2e:20 via p1p2 Jun 30 19:32:08 aid xinetd[16150]: START: tftp pid=28110 from=172.20.0.131 Jun 30 19:32:08 aid in.tftpd[28111]: connect from 172.20.0.1 Jun 30 19:32:08 aid in.tftpd[28111]: RRQ from 172.20.0.131 filename X86PC/linux/syslinux.efi Jun 30 19:32:08 aid in.tftpd[28111]: tftp: client does not accept options Jun 30 19:32:08 aid in.tftpd[28112]: connect from 172.20.0.1 Jun 30 19:32:08 aid in.tftpd[28112]: RRQ from 172.20.0.131 filename X86PC/linux/syslinux.efi Jun 30 19:32:08 aid in.tftpd[28113]: connect from 1...
2015 Jul 02
1
UEFI/EFI booting and constantly asking for ldlinux.e64
On 7/2/2015 3:42 AM, Gene Cumm wrote: > This has me thinking your build system has a negative interaction. > There should be at least 2 lines of output prior to loading > ldlinux.e64. gcc less than 4.7 is one problem for the EFI binaries. This could be my problem. I'm using gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC). I will attempt from a new version of gcc and report.
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; ddns-domainname "mydomain.org."; ddns-rev-domainname "in-addr.arp...
2014 Mar 04
2
Cannot chain to another PXE server on the same subnet
...15.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 it loads the menu from 10.215.144.7. However, when the user selects menu item 7 the following message is displayed right after the "greeting message" from the second PXE server at 10.215.144.60: PXEPreZero: Invalid PXE Server list format 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,
2002 Aug 05
1
Problems compiling on QNX
Hi All, Im a newbie here, and im sorry if im repeating the question. Im trying to compile samba 2.2.5 on QNX RTOS 6.2.0 x86pc. I am getting the following error. Compiling printing/print_generic.c Compiling printing/lpq_parse.c Compiling printing/load.c Compiling profile/profile.c profile/profile.c: In function `profile_setup': profile/profile.c:93: storage size of `shm_ds' isn't known profile/profile.c:117: `...
2012 Feb 23
2
[LLVMdev] Generate Executable to Mips
Hi, How can I generate executable to mips with llvm-gcc. I'm using Ilvm-2.9, X86PC and the following commands: llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) llc -march=mips hello.bc -o hello.s (OK) gcc hello.s -o hello (does not work). Thanks, -- *Rafael Parizi* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/piper...
2017 Jul 10
2
pxechain.com loops back with WDSNBP started using DHCP Referral
...6_64/initrd.img ks=http://vsxansible01.wdm.local/anaconda-ks.cfg LABEL Windows Deployment Services kernel pxechain.com append 10.87.0.202::\boot\x64\wdsnbp.com # cat /etc/dnsmasq.d/provisioning.conf port=0 log-dhcp dhcp-range=10.87.3.19,proxy,255.255.248.0 dhcp-boot=pxelinux.0 pxe-service=X86PC,"Network Boot",pxelinux enable-tftp tftp-root=/srv/tftp # output after choosing the "Windows Deployment Services" option, how can I stop WDSNBP to retry to connect to 10.87.3.19 instead of 10.87.0.202 to whom I was pxechaining? TFTP boot: 10.97.0.202 \boot\x64\wdsnbp.com Do...
2014 Mar 05
0
Cannot chain to another PXE server on the same subnet
...while since I used Yahoo but I didn't think I had that issue. GMail does default to top-posting but clicking the ellipsis to look at the previous email is enough. > 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. Strange. Only the ACK and REPLY packets have your TFTP's IP address. This sounds like we'll likely need to force an option in to tell it where to f...
2012 Feb 24
2
[LLVMdev] Generate Executable to Mips
...tp://old.nabble.com/How-to-get-MIPS-from-clang-%2B-llvm---td32822926.html > > > On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP <parizi.computacao at gmail.com> > wrote: >> >> Hi, >> How can I generate executable to mips with llvm-gcc. >> I'm using Ilvm-2.9, X86PC and the following commands: >> >> llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) >> llc -march=mips hello.bc  -o hello.s (OK) >> >> gcc hello.s -o hello (does not work). >> >> Thanks, >> >> -- >> Rafael Parizi >> >> >> &...
2014 Mar 05
3
Cannot chain to another PXE server on the same subnet
...tized. sanitized (no real reason to but I guess it's common practice) > I presume changing only next-server and filename results in success to > boot the Altiris NBP? Oops, I misjudged the situation. It does NOT work if I replace with: next-server 10.215.144.60; filename "/BStrap/x86pc/BStap.0"; It gives me the same error message (sorry). It starts working if I remove the whole class "pxeclient" clause, ie. I remove next-server, filename and the whole class. So where is my PXE client picking up the information? I'm guessing it may be the Altiris PXE server d...
2012 Feb 24
0
[LLVMdev] Generate Executable to Mips
...ect *code* or executable (yet). from: http://old.nabble.com/How-to-get-MIPS-from-clang-%2B-llvm---td32822926.html On Thu, Feb 23, 2012 at 8:37 PM, Rafael BP <parizi.computacao at gmail.com>wrote: > Hi, > How can I generate executable to mips with llvm-gcc. > I'm using Ilvm-2.9, X86PC and the following commands: > > llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) > llc -march=mips hello.bc -o hello.s (OK) > > gcc hello.s -o hello (does not work). > > Thanks, > > -- > *Rafael Parizi* > > > > -- *Rafael Parizi* -------------- next part...
2015 Jul 01
0
UEFI/EFI booting and constantly asking for ldlinux.e64
...onsole-- Boot Failed: PXE Device 3: Integrated NIC 1 Port 1 Partition 1 --end console-- It now looks as if it doesn't ask for the ldlinux.e64 file: --snip messages-- Jul 1 14:54:27 aid in.tftpd[7075]: connect from 172.20.0.1 Jul 1 14:54:27 aid in.tftpd[7075]: RRQ from 172.20.0.131 filename X86PC/linux/syslinux.efi Jul 1 14:54:27 aid in.tftpd[7075]: tftp: client does not accept options Jul 1 14:54:27 aid in.tftpd[7076]: connect from 172.20.0.1 Jul 1 14:54:27 aid in.tftpd[7076]: RRQ from 172.20.0.131 filename X86PC/linux/syslinux.efi --end messages-- Ryan
2010 Dec 02
1
PXELinux + Altiris + Tivoli.
...ion) 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 (WDS). I'm trying chain PXE server to altiris and to TPM and without success. After chain to altiris file BStrap\X86pc\BStrap.0 start loading and after this file something else still loading. Will be nice to have possibility to reset dhcp options before forward to new pxe server. Please, if somebody have solution how to forward to another PXE server (need for Altiris and TPM) from pxelinux, please let me know. Als...
2014 Mar 04
0
Cannot chain to another PXE server on the same subnet
...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 it loads the menu from 10.215.144.7. > However, when the user selects menu item 7 the following message is displayed right after the "greeting message" from the second PXE server at 10.215.144.60: > > PXEPreZero: Invalid PX...
2014 May 16
0
chain to an Altiris PXE menu from syslinux
...ry string I had to use as option 43. In my case the utility reported the following data: dhcp server set optionvalue 43 BINARY 06010B0807AAAA010AD7903C00 dhcp server set optionvalue 60 STRING PXEClient dhcp server set optionvalue 66 STRING 10.215.144.60 dhcp server set optionvalue 67 STRING BStrap\X86pc\BStrap.0 So I added this in my syslinux menu and I could correctly boot and load the Altiris menu: COM32 pxechn.c32 APPEND 10.215.144.60::/BStrap/x86pc/BStrap.0 -W -o 43.x=06:01:0B:08:07:AA:AA:01:0A:D7:90:3C:00 The Altiris "DHCP server discovery" option in its "PXE server"...
2002 Nov 07
1
multibootmenue with pxe clients
Hi Peter. I have some question: on my nt4 dhcp server i have added the option (067 Bootfile Name - ......\boot.ovl) the boot.ovl is needed for automatic installation and configuration with on command ccm (www.ontechnology.de) the clients boot with pxe this boot.ovl. now my question: I want to to boot in a menue with two options. first and default boot, is to boot the boot.ovl and second is
2017 Jul 10
3
pxechain.com loops back with WDSNBP started using DHCP Referral
...to get an free RPM of syslinux with pxechn.c32 , I think I found a version from Dag W. but it needs a password. >> # cat /etc/dnsmasq.d/provisioning.conf >> port=0 >> log-dhcp >> dhcp-range=10.87.3.19,proxy,255.255.248.0 >> dhcp-boot=pxelinux.0 >> pxe-service=X86PC,"Network Boot",pxelinux >> enable-tftp >> tftp-root=/srv/tftp >> >> # output after choosing the "Windows Deployment Services" option, how can I >> stop WDSNBP to retry to connect to 10.87.3.19 instead of 10.87.0.202 to whom >> I was pxechainin...
2012 Feb 28
3
[LLVMdev] Generate Executable to Mips
...23, 2012 at 8:37 PM, Rafael BP > <parizi.computacao at gmail.com <mailto:parizi.computacao at gmail.com>> > > wrote: > >> > >> Hi, > >> How can I generate executable to mips with llvm-gcc. > >> I'm using Ilvm-2.9, X86PC and the following commands: > >> > >> llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK) > >> llc -march=mips hello.bc -o hello.s (OK) > >> > >> gcc hello.s -o hello (does not work). > >> > >> Thanks, >...