Source code gPXE exactly 1.0.1
|
2013-04-17, 08:44
Post: #1
|
|||
|
|||
Source code gPXE exactly 1.0.1
I need source code gPXE 1.0.1 exactly the same version that at this site: gPXE 1.0.1 (2010-06-29) Image Generator
I downloading snapshot from this link but after build ROM file in Linux this is not the same that from rom-o-matic site. P.S. Is it possible to download older versions using git in Linux? |
|||
2013-04-17, 10:13
(This post was last modified: 2013-04-17 10:14 by robinsmidsrod.)
Post: #2
|
|||
|
|||
RE: Source code gPXE exactly 1.0.1
If you specifically want gPXE source code, you'll have to go visit the code repository you mentioned. But considering gPXE is no longer maintained by anyone, I'd suggest you start using iPXE instead. You can find instructions on how to build it here: http://ipxe.org/download
You might also want to try out http://rom-o-matic.eu/, which is an updated and improved web GUI for building iPXE without needing Linux. |
|||
2013-04-20, 12:33
(This post was last modified: 2013-04-27 10:13 by Gelip.)
Post: #3
|
|||
|
|||
RE: Source code gPXE exactly 1.0.1
OK. Resolved.
1. Need download file gpxe-1.0.1.tar.bz2 not clone git: Code: wget http://etherboot.org/rel/gpxe/gpxe-1.0.1.tar.bz2 Code: tar -xvf gpxe-1.0.1.tar.bz2 Code: mv gpxe-1.0.1 gpxe P.S. To make working local server rom-o-matic need run apache2 + php5 + config DocumentRoot and Directory in file /etc/apache2/sites-available/default: Code: /root/gpxe-1.0.1/contrib/rom-o-matic Code: /etc/init.d/apache2 restart I noticed that the ROM's generated LOCAL, WEB and OS are of different sizes :-(. Such settings: Code: CONSOLE_PCBIOS
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)