windows server 2008镜像制作

windows安装:

qemu-img create -f qcow2 ws2008-400g-1.qcow2 400G

virt-install --connect qemu:///system \

--name ws2008-400g-1 --ram 8192 --vcpus 2 \

--network network=default,model=virtio \

--disk path=/tmp/ws2008-400g-1.qcow2,format=qcow2,device=disk,bus=virtio \

--cdrom /data/iso/cn_windows_server_2008_r2_standard_enterprise_datacenter_web_x64_dvd_x15-50360.iso \

--disk path=/data/iso/virtio-win-0.1-100.iso,device=cdrom \

--vnc --os-type windows --os-variant win2k8

注意选择win7的驱动

选择键盘模式为en_us

初始密码:  [email protected]  [email protected]

将远程桌面开启:  我的电脑->远程设置->允许任何用户远程登录

Complete the VirtIO drivers installation by running the following command:

C:\pnputil -i -a E:\WIN8\AMD64\*.INF

To allow Cloudbase-Init to run scripts during an instance boot, set the PowerShell exe-

cution policy to be unrestricted:

C:\powershell

C:\Set-ExecutionPolicy Unrestricted

拷贝文件:  cloudbaseinit.msi  文件可以通过挂载虚拟光驱拷贝: /data/iso/cloudbaseinit.iso

运行cloudbaseinit.msi

将use metadata password 取消,

In the configuration options window, change the following settings:

? Username: Administrator

? Network adapter to configure: Red Hat VirtIO Ethernet Adapter

? Serial port for logging: COM1

When the installation is done, in the Complete the Cloudbase-Init Setup Wizard win-

dow, select the Run Sysprep and Shutdown check boxes and click Finish.

glance image-create --name WS2008 --disk-format qcow2 \

--container-format bare --is-public true \

--file /tmp/ws2008-400g.qcow2

时间: 2024-10-07 22:40:03

windows server 2008镜像制作的相关文章

openstack 制作Windows server 2008镜像

1.安装软件 1 2 3 4 5 6 7 #在镜像制作服务器 安装qemu libvirtd 及window virt驱动 yum install libvirt libguestfs-tools qemu-kvm qemu-img yum groupinstall Virtualization "Virtualization Client" -y yum -y install libvirt libguestfs-tools -y #window默认不支持virtio驱动,需要手动下

使用kvm制作Eucalyptus镜像(Windows Server 2008为例)

1.前言 Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems (Eucalyptus) 是一种开源的软件基础结构,用来通过计算集群或工作站群实现弹性的.实用的云计算.它最初是美国加利福尼亚大学 Santa Barbara 计算机科学学院的一个研究项目,现在已经商业化,发展成为了 Eucalyptus Systems Inc.不过,Eucalyptus 仍然按开源项目那样维护和开发.

制作Xen Windows Server 2008(2012)模板镜像

这段时间一直在研究如何制作一个适合Xen虚拟化的Windows Server 2008(2012)镜像,中间虽然遇到了一些阻挠,不过最终还是顺利解决,成功制作出了Xen Windows Server 2008(2012) 模板镜像.这里记录下整个制作过程: 1.首先要确保服务器的VT已经打开,可以通过如下命令来查看: [[email protected] ~]# cat /proc/cpuinfo | egrep '(vmx|svm)' 如果有输出,则说明该服务器的VT已经打开. 2.创建一个将

制作Windows Server 2008安装启动U盘

昨天刚下了Windows server 2008因为没有刻录机,所以我就用2G U盘把Windows server 2008光盘镜像做成U盘安装效果和光盘安装一样. 下面就是制作方法: UltraISO 7.6.6.1308 ME 1. 2G U盘一个 昨天刚下了Windows server 2008因为没有刻录机,所以我就用2G U盘把Windows server 2008光盘镜像做成U盘安装效果和光盘安装一样. 下面就是制作方法: 1. 2G U盘一个. UltraISO软件(下面有下载)

Windows Server 2008 R2模板机制作(VMware Workstation)

本文主要是针对于VMware Workstation平台制作Windows Server 2008 R2模板机的,制作模板机前需要在VMware Workstation中安装好了windows server 2008 r2后再操作如下步骤: 1安装vmware tools 选择虚拟机--安装vmware tools根据提示打开光盘驱动器,选择典型安装即可.一路点击下一步完成后重启即可. 2.关闭防火墙 开始--控制面板--系统和安全--防火墙--打开或关闭防火墙--关闭所有防火墙 3.网卡设置中

Xen虚拟机磁盘镜像模板制作(二)—Windows Server 2008(2012)

在<Xen虚拟机磁盘镜像模板制作(一)—Windows Server 2008(2012)>一文中,我们已经成功制作出了Windows Server磁盘镜像.下面我们说明下如何通过它来生成目标虚拟机,同时测试下之前制作好的虚拟机磁盘镜像模版是否有问题.具体流程如下文所述: 1.创建目标虚拟机的系统盘: [[email protected] ~]# lvcreate -L 15G -n windows_vm vg0 Logical volume "windows_vm" cr

openstack windows 2008镜像 制作

openstack centos6 centos7 kvm 镜像制作 http://www.cnblogs.com/elvi/p/7922421.html openstack pike 集群高可用  安装部署 汇总 http://www.cnblogs.com/elvi/p/7613861.html ################################################# #win2008镜像制作 #openstack windows 2008镜像 制作 #准备Wind

使用 UltraISO 将 Windows Server 2008 R2 ISO 镜像文件烧录到 U 盘

准备材料:1 一个 8-16G 的 U 盘,并将 U 盘格式化成 NTFS 格式. (注意,不能用 FAT 格式化 U 盘,因为后续使用时 install.wim 文件会超过 2G,导致无法注入对应 USB 3.0 的驱动)U 盘用 USB 2.0 的 U 盘.注意最好不要用 USB 3.0 的 U 盘,可能造成无法正常识别或者加载驱动不正常.在服务器上也要接 USB 2.0 的接口,不要用 USB 3.0 的接口.(2.0 的接口是白色或者黑色的或者标注通用 USB 接口图案,3.0 的接口是

Lenovo system X3650 M5安装Windows Server 2008 R2简易教程

目标:在Lenovo System X3650上安装Windows Server 2008 R2. (建议安装windows server 2012 R2) 准备工具:U盘和空白光盘,DVD刻录机. 准备软件:rufus,ultraiso. 准备镜像:windows server 2008 r2 iso和server Guide iso. 准备知识:X3650 M5默认是UEFI引导方式,GPT分区格式.UEFI引导的GPT分区格式的U盘,需要用rufus制作. Windows Server 2