---
title: "KVM安装Windows2003"
id: "1565"
type: "post"
slug: "kvm%e5%ae%89%e8%a3%85windows2003"
published_at: "2017-09-17T02:09:43+00:00"
modified_at: "2017-09-17T02:09:43+00:00"
url: "https://seq.ink/all/1565.html"
markdown_url: "https://seq.ink/all/1565.html.md"
excerpt: "Windows Server 2003 Enterprise Edition SP2 32bit 进入 Rescue 模式 SSH 登陆 sudo su wget -O- https://down.vps.re/Windows ..."
taxonomy_category:
  - "ALL"
---

Windows Server 2003 Enterprise Edition SP2 32bit

进入 Rescue 模式  
 SSH 登陆  
 sudo su

wget -O- https://down.vps.re/Windows/DD/2003/KVM/windows2003.32bit.raw | dd of=/dev/sda

DD完毕后，进入正常模式(Boot in normal mode)

远程桌面  
 用户名：administrator  
 密码：changeme

系统盘 5GB （觉得小，可自行动态调整）

注意：KVM VPS在linux系统内进行DD操作，请先执行fdisk -l,看下硬盘是否是virtio模式，显示 /dev/sda1,则 dd of=/dev/sda，显示是 /dev/vda1 则 dd of=/dev/vda
