fedora 21下Virtual Box安装Windows XP SP3
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.
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.
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.
fedora 21下Virtual Box安装Windows XP SP3的更多相关文章
- Ubuntu下使用虚拟机安装Windows XP(sunvirtualbox)
看完这个教程之后,网银?淘宝?CS?魔兽?---一个都不能少!好了,教程开始! 首先下载虚拟机,下载地址:http://download.virtualbox.org/virtualbox/3.1.0 ...
- 在 Virtual Box 安装 Mac Os 并安装 Qt 开发应用
导读 由于 Beslyric-for-X 项目开发需要,开始尝试在 Mac Os 下开发 Qt 应用.尝试成功后,记录于此,希望对有类似需求的人有所帮助. 本文以开发 Beslyric-for-X 为 ...
- MDAC 在WINDOWS XP SP3 不能安装 的解决方法
MDAC 在WINDOWS XP SP3 不能安装 的解决方法 解决步骤如下: c:/windows/inf 下找出mdac.inf 然后点右键->安装.在弹出提示路径选取c:/windows/ ...
- 解决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"问 ...
- 如何在老惠普电脑上安装windows xp系统
如何在老惠普电脑上安装windows xp系统 前提,老式的紧凑的惠普台式机,装了linux系统,想要装windows xp系统另作他用.但是使用U盘PE怎么也进不了? 解决办法: 1.拆下惠普主机上 ...
- U盘安装 Windows XP 原版 ISO 的几点心得
虽然我一直致力于推动最新操作系统的部署,劝说周围朋友尽快淘汰 Windows XP,但还是难免有一些老电脑.老朋友的电脑,坚持要使用 XP 系统. 这里有几点使用U盘安装 Windows XP 原版 ...
- 在虚拟机安装windows xp时所需要的序列号
最新的windows xp sp3序列号 xp序列号 最新的windows xp sp3序列号(绝对可通过正版验证) MRX3F-47B9T-2487J-KWKMF-RPWBY(工行版) 可用(强推 ...
- 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打 ...
- 用“U盘”重新安装(MSDN)原版Windows XP sp3操作系统(图文)
安装微软(MSDN)原版Windows XP sp3系统的方法不少,可以说是很多,但是我就用“U盘”安装.用“U盘”装XP系统也不是什么稀罕事,不会的,就按照下面我常用的“U盘”装原版Windows ...
随机推荐
- Redis 笔记(四)—— SET 常用命令
常用命令 命令 用例和描述 SADD SADD key item [item ...] —— 将一个或多个元素添加到集合中,返回添加的数量 SREM SREM key item [item ...] ...
- Scratch 第2课淘气男孩儿
素材及视频下载 链接:https://pan.baidu.com/s/1qX0T2B_zczcLaCCpiRrsnA提取码:xfp8
- scratch算立方根
10((1/3)lgx)=x(1/3)也就是立方根
- html字体大小与颜色设置
代码架构:<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> //浏览器识 ...
- Python设计模式(8)-抽象工厂
# coding=utf-8 这种方式反倒把事情做复杂了 可取之处在于有了更高层次的抽象 class IEmployee: def insert_employee(self): pass class ...
- BaseRuntimeException自定义业务异常类实现
public class BaseRuntimeException extends RuntimeException { private final int code; public BaseRunt ...
- Spring温习(1)--最基础的示例
Spring温习(1)--最基础的示例 博客分类: 框架-Spring专栏 SpringXMLBeanWebDAO 从现在开始,我将从Spring为起点,逐步复习几大框架各方面的知识,以便今后查看使用 ...
- MyBatis-Plus使用小结
官网: https://mybatis.plus/ https://gitee.com/baomidou/mybatis-plus https://github.com/baomidou/mybati ...
- stand up meeting 12-2
今天因为各位组员组里项目原因没有集中在一起进行stand up meeting.但是士杰和天赋国庆分别对项目进度和前后端的结合进行的沟通. 针对后端部分,天赋完成了GetRankingData API ...
- Cobalt Strike系列教程第六章:安装扩展
Cobalt Strike系列教程分享如约而至,新关注的小伙伴可以先回顾一下前面的内容: Cobalt Strike系列教程第一章:简介与安装 Cobalt Strike系列教程第二章:Beacon详 ...