Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help compiling
2011-07-17, 08:43 (This post was last modified: 2011-07-17 08:45 by MultimediaMan.)
Post: #5
RE: Need help compiling
If you can't get it working with Ubuntu, try CentOS 6.0 i386 or Scientific Linux 6.1: during installation, select the Software Development Workstation (last selection), after completing the install go ahead and open a terminal:

Code:
su root
yum update -y

*Reboot after yum update completes.

Open a terminal again,

Code:
su root
yum install syslinux mtools

Then you can install the iPXE stuff:

Code:
git clone git://git.ipxe.org/ipxe.git

then finally

Code:
cd ipxe/src
  make

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Need help compiling - Crusnik01 - 2011-06-11, 06:21
RE: Need help compiling - Crusnik01 - 2011-06-19, 02:50
RE: Need help compiling - MultimediaMan - 2011-07-17 08:43



User(s) browsing this thread: 1 Guest(s)