* Guest meet Error: 4gb seg fixup, process getty {{{ domU: $ aptitude install libc6-xen }}} * Dom0 meet Error: Device 769 (vbd) could not be connected. (Creat more than 4 machine, must designate loop number. Because Xen mount vbd as loop device) {{{ $ vim /etc/modules loop max_loop=64 }}} * Xen Kernel 安裝後,無法進入 gdm (桌面環境) * 原因:Framebuffer 沒有足夠的記憶體空間 (could not mmap framebuffer) * 解法:在 grum menu 加上 mem=900mb 留下100mb給framebuffer * Guest 開機到 Starting periodic command scheduler: crond. 就卡住 * 原因:guest 沒有 get tty * 解法:設定檔加上 extra = 'console=hvc0 xencons=tty' * Guest 設定檔加上 dhcp 時,Kenrel 載入玩後會一直卡在跟 DHCP 要 IP 的階段 (Kernel 用 2.6.22.9 會有此情況,若是改用其他 Kernel 的則無此情況,猜測是編譯 Kernel 時打開了 CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y 的功能,所以 * 原因:在此的 DHCP 是為了使用 NFSRoot * 解法: 1. 註解掉此行 # dhcp = 'dhcp',等到 kernel 載入後,系統開完機後,系統會在跟 dhcp server 要IP 2. 編譯 Kernel 關閉 IP_PNP=n * clocksource/0: Time went backwards * In your dom0 and domU /etc/sysctl.conf add the line: xen.independent_wallclock=1. On the dom0, edit the configuration file of the domU (e.g. /etc/xen/foobar.cfg and add (or expand) the extra-line: extra="clocksource=jiffies". * domU * cp /usr/share/zoneinfo/Asia/Taipei /etc/localtime