Category Archives: xen

xen 3.3.0 installation

os: Debian GNU/Linux 4.0r1 패키지 선택에서 아무것도 선택하지 않은 최소 설치를 한다. debian 설치가 완료된후, 부팅을 한다. xen 커널 컴파일에 필요한 패키지 설치. # apt-get update … apt-get update apt-get install bin86 bcc apt-get install build-essential zlib1g-dev python2.4-dev libncurses5-dev libssl-dev openssl apt-get install bridge-utils iproute patch mercurial gettext gawk texinfo xorg-dev bzip2 … xen download # cd /usr/src # wget http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz … # tar xvzf xen-3.3.0.tar.gz … xen installation # [...]
Also posted in linux, virtualization | Tagged , , | Leave a comment