之だけで後はウイザード形式でインストール可能だ
# virt-install -n piglet -r 256 -f /xen/piglet -s 16 --nographics -l ftp:
//ftp.riken.go.jp/Linux/centos/5.0/os/i386
参考URL
http://shain.tomocreative.net/2007/04/xen_centos5virtinstall_1.html
2007/05/21
2007/05/01
VMWare 仮想マシンの時刻ずれ問題
AMD x2、Pentium4環境で仮想端末のClockが異常に早くなる現象に遭遇
(CentOS4.4)
5秒ほど画面を眺めると1分2分と進んでいく
解決方法はカーネルのブートオプションを変更
「clock=pit nosmp noapic nolapic」を追加する事で解決
http://webos-goodies.jp/archives/50179807.html
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.9-42.0.8.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.0.8.EL ro root=LABEL=/ clock=pit nosmp noapic nolapic rhgb quiet
initrd /initrd-2.6.9-42.0.8.EL.img
(CentOS4.4)
5秒ほど画面を眺めると1分2分と進んでいく
解決方法はカーネルのブートオプションを変更
「clock=pit nosmp noapic nolapic」を追加する事で解決
http://webos-goodies.jp/archives/50179807.html
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.9-42.0.8.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.0.8.EL ro root=LABEL=/ clock=pit nosmp noapic nolapic rhgb quiet
initrd /initrd-2.6.9-42.0.8.EL.img
登録:
投稿 (Atom)