xming 다운
위의 그림처럼 체크하고 써준다.
yum install xterm xorg-x11-xauth xorg-x11-fonts-* xorg-x11-utils -y 명령어로 설치
그리고 재부팅.
xauth 명령어로 xauth 접속
info 입력 후, quit으로 나오기
ls -al /root/.Xauthority 으로 .Xauthority가 만들어졌는지 확인.
만들어졌으면 virt-manager 명령어로 xming 실행
위의 그림처럼 나오면 재생 아이콘을 눌러서 실행시켜주고 더블클릭해서 들어간다.
만약 iso 이미지를 인식 못해서 부트를 못한다고 한다면 cenos 파일만 다시 삭제 후, qcow2 이미지 파일 생성을 다시 하고,
virt-install --name centos --ram 1024 \
--disk /test/centos7.qcow2,format=qcow2 \
--network network=default \
--graphics vnc,listen=0.0.0.0 --noautoconsole \
--os-type=linux --os-variant=centos7.0 \
--location=/test/CentOS-7-x86_64-DVD-2009.iso 이 명령어를 다시 실행하면 다시 만들어진다.
다시 xming으로 가서 실행시키고, centos7을 8버전 초기 설정했던것처럼 해준다. 네트워크는 굳이 설정 안해도 된다.
yum install -y cloud-init cloud-utils
systemctl enable cloud-init
yum install -y qemu-guest-agent
systemctl enable qemu-guest-agent
vi /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
virt-install --name win7 --ram 2048 --vcpus 1 \
--network network=default,model=virtio \
--disk path=/test/win7.qcow2,format=qcow2,device=disk,bus=virtio \
--cdrom /test/ko_windows_7_ultimate_k_x86_dvd_x15-65969.iso \
--disk path=/test/virtio-win-0.1.229.iso,device=cdrom \
--vnc --os-type windows --os-variant win7
이 과정까지 하면 window 설치하는 가상 머신이 켜진다.
하라는데로 전부 하는데, 아마 이미지 파일을 못불러오고 있을것이다.
수동으로 찾아준다.