Installing Virtual Box and Windows XP SP3 during Fedora 21
The first step:Download and Install Virtual Box
The first method:
Download address:https://www.virtualbox.org/wiki/Downloads;
According to system, we click onVirtualBox 4.3.20 for Linux hosts, and then downloading Fedora 18 ("Spherical Cow") / 19 ("Schrödingers Cat") i386.
This is a rpm file, so we install it by rpm command, for example, sudo rpm -i VirtualBox-4.3-4.3.20_96996_fedora18-1.i686.rpm.
Secondly, we should install kernel-headers, kernel-devel and dkms by inputting sudo yum install kernel-headers kernel-devel dkms.
And then, we should update our system by inputting sudo yum update.
Finally, we input sudo /etc/init.d/vboxdrv setup. 
The second method:
In terminal, inputting sudo yum install VirtualBox to download and install virtual box.
Secondly, we should install kernel-headers, kernel-devel and dkms by inputting sudo yum install kernel-headers kernel-devel dkms.
And then, we should update our system by inputting sudo yum update.
Finally, we input sudo /etc/init.d/vboxdrv setup. 
The second step:Download and install Oracle Vm VirtulBox Extension Pack
Download address:http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html#extpack
Please select the lastest version.
Opening virtual box, clicking on file-> Preference->Extensions->Add Package, selecting Oracle Vm VirtulBox Extension Pack, Finally clicking on ok button;
The third step:Download and Install Windows XP SP3
Firstly, Download address:http://www.itellyou.cn/, clicking on 操作系统->Windows XP ->英文->Windows XP Professional with Service Pack 3 (x86) - CD (English) 
Opening VirtualBox, and then:
 
Setting RAM to 1G.

Setting size to 50G.

Setting CPUs to 4 processors.

Selecting Windows XP(32bit).iso.
Finally, clicking on Start button.
 
The fourth step:Configuring the sound card driver
Download address:http://zhidao.baidu.com/link?url=BHKVLNRlQwlPmsCD1Xe0rkuDpQcyTa19PcSNpcBQ_N0IPbUoES325VgWKIQBRD9d22XOdXkxKTO0z5AZmVgDeq
vBox_NetAuto_Driver.zip.
After downloading, changing the vBox_NetAuto_Driver.zip's suffix to .ISO, and then loading it by clicking on cd/dvd.
Opening Device Manger, uninstall the current sound card driver, and then reboot system.


The fiveth step:Configuring Language
Opening control panel, selecting Date,Time,Language,and Regional Options, clicking on Add other languages, selecting.

 
原文链接:http://user.qzone.qq.com/1043480007/2

fedora 21下Virtual Box安装Windows XP SP3的更多相关文章

  1. Ubuntu下使用虚拟机安装Windows XP(sunvirtualbox)

    看完这个教程之后,网银?淘宝?CS?魔兽?---一个都不能少!好了,教程开始! 首先下载虚拟机,下载地址:http://download.virtualbox.org/virtualbox/3.1.0 ...

  2. 在 Virtual Box 安装 Mac Os 并安装 Qt 开发应用

    导读 由于 Beslyric-for-X 项目开发需要,开始尝试在 Mac Os 下开发 Qt 应用.尝试成功后,记录于此,希望对有类似需求的人有所帮助. 本文以开发 Beslyric-for-X 为 ...

  3. MDAC 在WINDOWS XP SP3 不能安装 的解决方法

    MDAC 在WINDOWS XP SP3 不能安装 的解决方法 解决步骤如下: c:/windows/inf 下找出mdac.inf 然后点右键->安装.在弹出提示路径选取c:/windows/ ...

  4. 解决Virtual Box 安装Mac OS X当出现“hfs: summary table not allowed on FS with block size of 2048”问题

    解决Virtual Box 安装Mac OS X当出现"hfs: summary table not allowed on FS with block size of 2048"问 ...

  5. 如何在老惠普电脑上安装windows xp系统

    如何在老惠普电脑上安装windows xp系统 前提,老式的紧凑的惠普台式机,装了linux系统,想要装windows xp系统另作他用.但是使用U盘PE怎么也进不了? 解决办法: 1.拆下惠普主机上 ...

  6. U盘安装 Windows XP 原版 ISO 的几点心得

    虽然我一直致力于推动最新操作系统的部署,劝说周围朋友尽快淘汰 Windows XP,但还是难免有一些老电脑.老朋友的电脑,坚持要使用 XP 系统. 这里有几点使用U盘安装 Windows XP 原版 ...

  7. 在虚拟机安装windows xp时所需要的序列号

    最新的windows xp sp3序列号 xp序列号 最新的windows xp sp3序列号(绝对可通过正版验证)  MRX3F-47B9T-2487J-KWKMF-RPWBY(工行版) 可用(强推 ...

  8. Windows XP SP3下成功编译CUint2.1-3

    软件环境:Visual C++ 6.0 操作系统:Windows XP SP3 从sourceforge.net下载CUint-2.1-3.tar.bz解压出目录CUnit-2.1-3 从CUint打 ...

  9. 用“U盘”重新安装(MSDN)原版Windows XP sp3操作系统(图文)

    安装微软(MSDN)原版Windows XP sp3系统的方法不少,可以说是很多,但是我就用“U盘”安装.用“U盘”装XP系统也不是什么稀罕事,不会的,就按照下面我常用的“U盘”装原版Windows ...

随机推荐

  1. E - 不爱学习的lyb HDU - 1789(贪心策略)

    众所周知lyb根本不学习.但是期末到了,平时不写作业的他现在有很多作业要做. CUC的老师很严格,每个老师都会给他一个DDL(deadline). 如果lyb在DDL后交作业,老师就会扣他的分. 现在 ...

  2. B - Bound Found POJ - 2566(尺取 + 对区间和的绝对值

    B - Bound Found POJ - 2566 Signals of most probably extra-terrestrial origin have been received and ...

  3. Celery动态添加定时任务

    背景 业务需求:用户可创建多个多人任务,需要在任务截止时间前一天提醒所有参与者 技术选型: Celery:分布式任务队列.实现异步与定时 django-celery-beat:实现动态添加定时任务,即 ...

  4. ML-Agents(六)Tennis

    目录 ML-Agents(六)Tennis 一.Tennis介绍 二.环境与训练参数 三.场景基本结构 四.代码分析 环境初始化脚本 Agent脚本 Agent初始化与重置 矢量观测空间 Agent动 ...

  5. Shell:Day10

    shell脚本:明白一点:shell脚本本身是一个工具 在写shell脚本之前,就要明白:这个功能能到底如何实现? curl 访问文件源代码,查看网站状态: 才能通过shell(bash)所提供的逻辑 ...

  6. Bitmap之内存缓存和磁盘缓存详解

    原文首发于微信公众号:躬行之(jzman-blog) Android 中缓存的使用比较普遍,使用相应的缓存策略可以减少流量的消耗,也可以在一定程度上提高应用的性能,如加载网络图片的情况,不应该每次都从 ...

  7. 今天无意中看到了str_split这个函数

    前2天做广点通统计接口进行回调时需要加密,其中Python对字符串遍历很方便. s = 'abcd' for ch in s: print ch 但是PHP我想了半天还是老样子for循环之类的: &l ...

  8. node.js代码

    // 1. 引入 express var express = require('express'); var formidable = require('formidable'); var mysql ...

  9. C语言数据结构无向图

    #include<stdio.h>#include<stdlib.h>#define num 8struct nearnode{ int order; nearnode* pn ...

  10. 2017蓝桥杯九宫幻方(C++B组)

    题目:九宫幻方    小明最近在教邻居家的小朋友小学奥数,而最近正好讲述到了三阶幻方这个部分,三阶幻方指的是将1~9不重复的填入一个3*3的矩阵当中,使得每一行.每一列和每一条对角线的和都是相同的. ...