Kvm安装windows server2008 R2服务器

简介:
+关注继续查看

1、virt-install安装参数

1
2
3
4
5
6
7
8
9
10
11
12
virt-install \
--name enwin2k8r2 \
--ram 2048 \
--vcpus 2 \
--os-type windows \
--os-variant win2k8 \
--network bridge=br0 \
--accelerate \
--disk path=/data/images/win2008r2en.img,format=qcow2,size=15 \
--cdrom=/mnt/en_windows_server_2008_r2_standard_enterprise_datacenter_and_web_with_sp1_vl_build_x64_dvd_617403.iso \
--graphics vnc,listen=0.0.0.0,password=hm123,port=5910 \
--noautoconsole

--name  虚拟机名称

--ram     内存大小

--vcpus   处理器核数

--os-type 系统类型

--os-variant  系统版本

--network   网络类型

--accelerate  优化选项

--disk    磁盘镜像

--cdrom  安装镜像

--noautoconsole  不启动kvm安装控制台


2、图形化安装

wKioL1i2M56Q1NzMAABbxXUNfGY521.png


wKiom1i2M7Dgv9siAAAzXJa0UxI392.png


wKiom1i2M8exP4SGAAYf6Kdz3rs119.png


本文转自 HMLinux 51CTO博客,原文链接:http://blog.51cto.com/7424593/1902239

相关文章
|
3天前
|
Oracle 关系型数据库 Linux
大神教您如何安装windows操作系统,实现物理与虚拟机的无缝对接
大神教您如何安装windows操作系统,实现物理与虚拟机的无缝对接
|
7天前
|
JavaScript Windows 内存技术
windows下使用winget快速安装nvm
windows下使用winget快速安装nvm
20 0
|
7天前
|
Ubuntu Linux 虚拟化
如何在windows 11中安装WSLG(WSL2)
如何在windows 11中安装WSLG(WSL2)
26 0
|
12天前
|
Nacos 数据安全/隐私保护 Windows
windows下安装nacos
windows下安装nacos
32 0
|
13天前
|
数据可视化 关系型数据库 数据库
Windows安装PostgreSQL失败:There has been an error
Windows安装PostgreSQL失败:There has been an error
22 0
|
13天前
|
关系型数据库 MySQL 数据安全/隐私保护
Windows安装 MySQL5.7(超详细)
Windows安装 MySQL5.7(超详细)
21 0
|
14天前
|
Python Windows
2023年 windows python2/3 最新安装使用教程
2023年 windows python2/3 最新安装使用教程
2023年 windows python2/3 最新安装使用教程
|
16天前
|
NoSQL Linux Redis
【Redis从头学 -1】17张图带你学会Redis多环境(Linux、Windows)安装与配置
【Redis从头学 -1】17张图带你学会Redis多环境(Linux、Windows)安装与配置
29 0
推荐文章
更多