ข่าว: ข่าวประกาศ

  • 19 เมษายน 2024, 17:27:57

เข้าสู่ระบบด้วยชื่อผู้ใช้ รหัสผ่าน และระยะเวลาในเซสชั่น

ผู้เขียน หัวข้อ: ขั้นตอนการ compile gPXE verion 1.0.0  (อ่าน 15182 ครั้ง)

admin

  • Administrator
  • Hero Member
  • *****
  • กระทู้: 3820
    • ดูรายละเอียด
    • อีเมล์
ขั้นตอนการ compile gPXE verion 1.0.0
« เมื่อ: 12 มีนาคม 2010, 19:12:40 »
วิธีการ compile เริ่มจาก

1. ทำการ download source code ไฟล์

wget http://kernel.org/pub/software/utils/boot/gpxe/gpxe-1.0.0.tar.gz

2. ทำการแตกไฟล์

tar xvzf gpxe-1.0.0.tar.gz

3. ก่อนจะทำการ compile จำเป็นจะต้อง ทำการ download package ที่จำเป็นต้องการ compile ก่อน

apt-get install syslinux mtools

4. เริ่มทำการ compile

cd gpxe-1.0.0/src
make

5. เมื่อทำการ compile เรียบร้อยแล้ว เราจะได้ไฟล์ที่สามารถนำมาใช้ ได้แก่

bin/undionly.kpxe = ใช้สำหรับ TFTP Server ในการบูตผ่าน LAN
bin/gpxe.dsk = ใช้สำหรับเขียนลง flopply disk สำหรับทำการบูตผ่าน FDD
bin/gpxe.usb = ใช้สำหรับเขียนลง flash drive สำหรับทำการบูตผ่าน USB
bin/gpxe.iso = ใช้สำหรับเขียนลงแผ่น CD สำหรับทำการบูตผ่าน CD-ROM

ความสามารถที่เพิ่มขึ้นมาใน version 1.0.0
- เพิ่ม driver lan ใหม่ ๆ เข้าไป
- เพิ่มความสามารถในการบูตผ่าน wireless
- และอื่น ๆ

Recent releases
1.0.0
05 Feb 2010 00:16

..Changes: New commands: iwstat and iwlist for wireless management. New drivers: skge and myri10ge. WEP, WPA, and WPA2 wireless encryption support. New settings variables: "netX" for last... opened netdev and "netX/busid" for network device bus ID. New special image types: .hrom and .xrom to work around BIOS limitations

0.9.9
21 Oct 2009 21:51

..Changes: New Attansic L1E and sis190/191 Ethernet drivers. Fixes and updates to e1000 and 3c90x drivers.

0.9.8
21 Oct 2009 21:51

..Changes: New commands: time, sleep, md5sum, and sha1sum. 802.11 wireless support with Realtek 8180/8185 and non-802.11n Atheros drivers. A new Marvell Yukon-II gigabit Ethernet driver.... HTTP redirection support. SYSLINUX floppy image type (.sdsk) with a usable file system. Rewrites, fixes, and updates to 3c90x, forcedeth, pcnet32, e1000, and hermon drivers
« แก้ไขครั้งสุดท้าย: 12 มีนาคม 2010, 19:35:04 โดย admin »
<a href="http://www.hadyaiinternet.com/images/inetcafe.swf" target="_blank" rel="noopener noreferrer" class="bbc_link bbc_flash_disabled new_win">http://www.hadyaiinternet.com/images/inetcafe.swf</a>

admin

  • Administrator
  • Hero Member
  • *****
  • กระทู้: 3820
    • ดูรายละเอียด
    • อีเมล์
Re: ขั้นตอนการ compile gPXE verion 1.0.0
« ตอบกลับ #1 เมื่อ: 02 สิงหาคม 2010, 00:02:11 »
gpxe 1.0.1 ออกแล้วนะครับ

http://kernel.org/pub/software/utils/boot/gpxe/gpxe-1.0.1.tar.gz

Changes since gPXE-1.0.0 include:

New drivers: Intel e1000, e1000e, igb, EFI snpnet, JMicron jme, Neterion X3100, vxge, pcnet32.
Bug fixes and improvements to drivers, wireless, DHCP, iSCSI, COMBOOT, and EFI.

<a href="http://www.hadyaiinternet.com/images/inetcafe.swf" target="_blank" rel="noopener noreferrer" class="bbc_link bbc_flash_disabled new_win">http://www.hadyaiinternet.com/images/inetcafe.swf</a>

T@NR@K

  • ตัวแทนที่ได้รับการแต่งตั้ง
  • Hero Member
  • *****
  • กระทู้: 856
  • ทุกอย่างย่อมมีเหตุและผล
    • MSN Messenger - tonrak_ms@hotmail.com
    • ดูรายละเอียด
    • TONRAK Networks : เปิดร้านเน็ต เปิดร้านเกมส์ เปิดร้านอินเตอร์เน็ต ระบบ network ระบบ no hdd
Re: ขั้นตอนการ compile gPXE verion 1.0.0
« ตอบกลับ #2 เมื่อ: 10 มีนาคม 2011, 04:34:23 »
util/geniso: mkisofs or genisoimage not found, please install or set PATH
make: *** [bin/gpxe.iso] Error 1

apt-get install mkisofs genisoimage
make