close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_fs_base-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Nov 2, 2009, 4:31:55 PM (16 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v35
|
v36
|
|
| 83 | 83 | * [X] 不可行 (原開發者文件中指出 -> 不支援網路開機) |
| 84 | 84 | 3. [http://wiki.xensource.com/xenwiki/PvGrub PvGrub] |
| 85 | | * [O] 目前測試成功,但是有些地方需要人工操作,無法完全自動化 (持續測試中) |
| | 85 | * [O] 目前測試成功,但是有些地方需要人工操作,無法完全自動化,會進入到提示字元為 grubdom 的命令提示字元,之後再手動輸入要從何處開機 (可參考下圖) |
| 86 | 86 | * if you see "grubdom>", this maybe grub can't find its config file. Check your harddisk partition number to make sure that is correct or check the position of grub config file. |
| | 87 | * [[Image(wiki:rock:pv-grub01.png,400px)]] --> [[Image(wiki:rock:pv-grub03.png,400px)]] |
| | 88 | * 手動輸入 -> Boot from local disk |
| | 89 | {{{ |
| | 90 | $ grubdom> configfile (hd1)/boot/grub/menu.lst |
| | 91 | }}} |
| | 92 | * 手動輸入 -> Boot from DRBL server |
| | 93 | {{{ |
| | 94 | $ grubdom> dhcp |
| | 95 | $ grubdom> root (nd) |
| | 96 | $ grubdom> kernel /vmlinuz-pxe |
| | 97 | $ grubdom> initrd /initrd-pxe.img |
| | 98 | $ boot |
| | 99 | }}} |
| 87 | 100 | 2. domU '''不使用網路開機''',直接使用 DRBL initrd-pxe 的特性 |
| 88 | 101 | * [O] 測試成功,只需再設定檔修改成 DRBL 的 Kernel 和 initrd-pxe 即可 |