similar to: pxeboot garbage screen

Displaying 20 results from an estimated 3000 matches similar to: "pxeboot garbage screen"

2002 Apr 26
1
rsync 2.5.5 - Utilizing "exclude from" in rsync.conf
I am attempting to utilize the exclude from option in my rsync configuration file (rather than maintain lists on users machines) but it does not appear to be working. One example, I placed *.mp3 in the file to keep them from syncing mp3 files to the server and jamming up space. But rsync just seems to ignore this and syncs the files anyway without any errors to the syslog. All of my
2004 Dec 22
15
OpenVPN and DNAT
Hello Tom and all, Quick question: Is it possible to operate an OpenVPN server from behind a firewall? Is it as simple as setting it up and placing: DNAT net loc:192.168.10.20 udp 5000 - ipaddress -- Paul Slinski -o) Network Administrator /\ Global IQX, Inc. _\_v Global IQX is the leader in integrated e-business automation solutions for the group life and health insurance
2009 Feb 12
2
Problem with PXEBOOT of diskless client -- fails to mount RAMDISK
I am having a problem with setting up diskless clients under CentOS 5.2. I have everything working under CentOS 4.7. This is an adaptation of the (somewhat old) Diskless Linux with PXE HOWTO by Gerd v. Egidy, originally at the URL http://www.intra2net.com/opensource/diskless-howto/, which is now defunt (there is a mirror of it at http://blog.chinaunix.net/u/2389/showart_82438.html). What I am
2019 Jan 25
2
PXEBoot/Diskless client NFS issue
Hey CentOS list! I've got an oddity with a diskless client setup that I suspect is the result of the initrd.img I'm using, or some parameter I'm unaware -- or I need to build my own initrd image (and could use some assistance on what has to be done in that department) Testbed is defined as: VM A: ip: 192.168.250.10 with dhcp server, tftp server, nfs server VM B: pxeboot VM,
2003 Jan 09
10
transparent proxy
I''ve installed a bering box acting as a firewall for a lan; the lan is 192.168.1.0/24 the bering box is 192.168.1.254 I''ve installed a squid server 192.168.1.1 It is possible to configure shorewall for a transparent proxy to the squid server? I''ve tryed with REDIRECT loc loc:192.168.1.1:3128 tcp www - !192.168.1.1 in the rules file I get this error: Error:
2003 Jan 02
2
Routing inomcing TightVNC connections?
Hi! I have this rule to allow incoming VNC connections to a host on my private LAN: DNAT net:$SITE1 loc:$JOHN tcp 5900:5910 This works perfectly the host can connect without problems. Would it be possible to link the internal host to an external ip? For example if Site1 would connect on the VNC port, all traffic gets forwarded to loc:$JOHN. But if net:$SITE2 connects
2020 Jun 17
2
CentOS 8.2 corrupt pxeboot kernel
Attempting to PXE boot from the BaseOS/x86_64/kickstart/images/pxeboot/ files results in repeating messages Invalid or corrupt kernel image eventually changing to Could not find kernel image: centos8.2.x86_64/vmlinuz I downloaded the files again, from a different mirror, and they are all the same. Wiped the files and recreated /tftpboot/linux-install/centos8.2.x86_64/. No dice. First mirror
2003 Nov 14
2
run FreeBSD "pxeboot" from pxelinux.0?
Hello, I hope this doesn't bounce again... I'm having trouble passing control of the PXE process from PXELINUX to the FreeBSD "pxeboot" program. I tried invoking "pxeboot" from the PXELINUX "boot:" prompt. This causes an error "Invalid or corrupt kernel image." I named pxeboot "pxeboot.0" and tried invoking pxeboot.0 from the
2010 Sep 26
5
Network booting FreeBSD with gpxelinx almost works (fwd)
We have been network booting FreeBSD for some time with pxeboot. But now we would like to have menu of OSs to boot and got the idea somewhere that gpxelinux could do that for us. We copied gpxelinux.0 from the syslinux-4.02 distribution and replaced pxeboot with "gpxelinux" in the dhcpd.conf file. Indeed with a configuration file in pxelinux.cfg like this: default freebsd
2005 Nov 27
2
pxelinux -> pxeboot load?
Hi all, I've searched the depths of the resources on the internet; however I'm having trouble deploying a pxeboot solution via pxelinux. So far what I have successfully implemented in my infrastructure is a successful pxeboot setup for FreeBSD ( without the use of pxelinux ). I'd ultimately like to have a solution that will allow me to choose a network install of various Unix-like
2007 Sep 19
1
chaing freebsd pxeboot.0 from pxelinux.0
Hi Folks, I have configured pxelinux.0 to allow chain-booting freebsd pxeboot.0 from it like this: label fbsdpxe KERNEL pxeboot.0 This works as expected, so no issue with that. There's one weird thing however. If I rename pxeboot.0 to pxeboot (omitting .0) and change the config file accordingly it throws this error at me: Invalid or corrupt kernel image. Same happens if I
2007 Aug 23
1
how to pxeboot dom0?
Hi all, Well I''ve managed to waste a day on this. Posted a similar message earlier today on the fedora list and got no nibbles. I read every article in the archives regarding pxebooting; there is no mention of it in the wiki. I have a box with two kernels, a standard fedora 6 and a xen fedora 6. Both boot fine. I''ve setup another server with dhcp and tftpboot and can now
2003 Nov 18
2
More info about split-second message. RE: run FreeBSD "pxeboot" from pxelinux.0?
Hello... In the split-second before the reboot, I can see that the pxeboot.0 process is indeed started-- pxeboot gets out just over 2 lines of text before the reboot occurs. So it's not a "ready" message. The text in question is (without *'s): ****************************************** PXE Loader 1.00 Building the boot loader arguments Relocating the loader and the
2011 Sep 23
4
CentOS-6 by PXEboot?
Has anyone succeeded in installing CentOS-6.0 by PXEboot. If so, would you say how you did it, please. I tried (on an HP MicroServer), but gave up in the end and used a USB stick installation instead. But I'd be very interested to know how to do it, for the future. Unfortunately I didn't keep a proper note of my PXEboot attempt, but IIRC the problem was that install.img was not found,
2006 Apr 03
2
probs running stuff from initrd
Hello all Now I may be way of whack here, so please forgive me. I''m trying to merge xen with redhat''s config-netboot. The idea being a kinda stateless domU. For those that haven''t seen you share a rootfs and then bind mount all the individual files over then top, and the redhat gui builds all the pxeboot config and stuff for you if you want a diskless client. I
2003 Nov 19
1
Format problem in previous mail. RE: Closer with pxeboot, but n ot all there...
Hi again... The text under "BTX loader..." should appear as a block where each line is 56 characters long. "BTX halted" is on its own line. Apologies for my mailer... -Chris -----Original Message----- From: McMahon, Chris Sent: Wednesday, November 19, 2003 8:32 AM To: 'H. Peter Anvin'; McMahon, Chris Cc: 'syslinux at zytor.com'; 'mike at
2008 Dec 02
1
btx/pxeboot problem
latest pxeboot (7.1): mother-board NIC/LOM CPU ------------- ------- --- Intel SWV25 em xeon works fine SUN X2200 bge amd works fine DELL PE 2950 bce xeon failes 95% of the times hangs or goes into btx dump regs. mode :-) Intel SE7320VP21 msk xeon failes 50% of the times - hangs pxeboot with btx.S 1.45 2008/02/27 23:35:39, works fine. so it seems that changes since 1.45 have
2003 Jan 09
19
New on the Web Site
While I''m in temporary retirement, I''ve decided spend a little time experimenting with new things and making some updates to the web site. The biggest result of this effort to date has been: http://shorewall.sf.net/Shorewall_Squid_Usage.html This outlines how to use Squid as a transparent proxy running on the firewall, in the DMZ or in the local network. In the latter two
2019 Jan 25
0
PXEBoot/Diskless client NFS issue
John Cole wrote: > > Once I've got this particular problem solved, I'm looking to boot up and > bond BOTH NICs together, something I know should be possible, but I've not >done myself yet. I believe that'd be handled in the append line as well. If your diskless client has 2 NICs - could that be confusing things? You could try adding the line: IPAPPEND 2 to your
2017 Apr 11
4
CentOS 6 and pxeboot
Hi, folks, We've been using pxeboot to pull up a menu, to build or rebuild machines for years. We have this new server, and it fails. Times out. What's happening is that it tries in this order .../pxelinux.cfg/b8945908-d6a6-41a9-611d-74a6ab80b83d .../pxelinux.cfg/01-88-99-aa-bb-cc-dd .../pxelinux.cfg/C0A8025B .../pxelinux.cfg/C0A8025 .../pxelinux.cfg/C0A802