Changes between Version 35 and Version 36 of Xen_DRBL
- Timestamp:
- Nov 2, 2009, 4:31:55 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_DRBL
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 即可