close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libldap_r-2.4.so.2: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 17, 2010, 2:07:55 PM (15 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v14
|
v15
|
|
21 | 21 | 原理為使用 gpxelinux 的 firmware 在開機後第一時間就把網路上的 firmware 取代,由 gpxe 來處理後續,而不用原來網卡上的 pxe firmware 來處理後續問題。 |
22 | 22 | |
| 23 | |
| 24 | |
23 | 25 | 2. 使用 clonezilla live CD 錯誤訊息: |
24 | 26 | {{{ |
… |
… |
|
29 | 31 | |
30 | 32 | |
31 | | |
| 33 | 3. client 無法讀取 pxe_linux 選單。 |
| 34 | 當畫面出現 |
| 35 | {{{ |
| 36 | May 17 12:11:14 bio037 in.tftpd[30374]: sending NAK (1, File not found) to 192.168.128.13 |
| 37 | May 17 12:11:14 bio037 in.tftpd[30375]: RRQ from 192.168.128.13 filename pxelinux.cfg/default |
| 38 | }}} |
| 39 | 因為 client 有去查 pxelinux.cfg/default 的檔案,表示 TFTP 跟 DHCP 工作應該是正常的。 |
| 40 | * 解法:http://drbl.nchc.org.tw/advanced/fine-print.php?path=./01_DRBL/02-pxelinux-config.faq#02-pxelinux-config.faq |
| 41 | * 執行 |
| 42 | {{{ |
| 43 | drblsrv -i |
| 44 | drblpush -i |
| 45 | }}} |
| 46 | 讓他重新產生選單資料。 |
| 47 | |
32 | 48 | |
33 | 49 | == 中文語系設定 == |