fedora 21下Virtual Box安装Windows XP SP3

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.

Here are the license for windows xp sp3http://zhidao.baidu.com/link?url=BHKVLNRlQwlPmsCD1Xe0rkuDpQcyTa19PcSNpcBQ_N0IPbUoES325VgWKIQBRD9d22XOdXkxKTO0z5AZmVgDeq

 
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

时间: 2024-12-25 11:05:06

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

Windows10下配置虚拟机Virtual Box安装CentOS(Linux)详细教程

引言:在日常生活中,我们最常用PC操作系统的就是Windows和MacOS,但是有时我们在学习和工作中也要接触Linux操作系统,或者是在这个系统下工作,或者仅仅是学习一些Linux的基础知识,但如果我们为此特意去为我们的电脑安装Linux系统,而我们习惯的windows或者macOS可能会被覆盖掉(当然也是可以实现双系统并存的),而使我们原来的系统丢失或者无法正常的使用,所以就有了虚拟机这个东西,它可以使我们在现有的系统上模拟.隔离出来一个新的完整计算机系统,使我们既可以体验新的操作系统,也可

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

导读 由于 Beslyric-for-X 项目开发需要,开始尝试在 Mac Os 下开发 Qt 应用.尝试成功后,记录于此,希望对有类似需求的人有所帮助. 本文以开发 Beslyric-for-X 为例,记录从下载 Virtual box 开始到正常开发并发布的步骤. 本文地址:https://www.cnblogs.com/BensonLaur/p/9461589.html 目录 使用Virtual Box 安装 Mac Os 准备 Mac Os 下的开发环境 准备 Qt 开发环境 具体项目开

KVM 安装windows XP 系统

一.环境准备:1.虚拟机磁盘镜像2.系统安装盘(或 ISO镜像)3.virtio-win-0.1.96_x86.vfd 软盘驱动 二.windows xp 系统正式安装 1.在创建虚拟机的时候软盘加载virtio驱动 virt-install --name=windows-xp --ram 2048 --vcpus=2 \--disk path=/home/KVM-template/windows-xp/windows.qcow2,bus=virtio,size=30,format=qcow2

VirtualBox安装Windows XP系统图解教程

点击"新建",出现下面对话框. 如果没有windows xp系统的.vdi格式的安装文件,就选择下面的选项. 一定要选择动态分配. VirtualBox安装Windows XP系统图解教程,码迷,mamicode.com

新机器,分区为NTFS, 安装 Windows XP、Windows Server 2003 时蓝屏问题,修改为 FAT32 即可

现象:安装刚刚开始就会蓝屏:Ghost版本的也无法正常开机. 原因:硬盘引起,通常是主板的RAID.或STAT的设置引起????? 最直接的原因是安装所在的分区的文件系统格式不正确,为NTFS 解决:将安装分区的格式改为FAT32 新机器,分区为NTFS, 安装 Windows XP.Windows Server 2003 时蓝屏问题,修改为 FAT32 即可,布布扣,bubuko.com 新机器,分区为NTFS, 安装 Windows XP.Windows Server 2003 时蓝屏问题,

Linux下使用VirtualBox安装Windows系统

(文档比较长,只是写的详细,实际操作起来相对简单.) 由于一些特殊原因,我们并不能完全抛下Windows而使用Linux.VirtualBox 是一款虚拟机软件,支持多系统.在Linux下安装 VirtualBox 后,我们就可以安装Windows系统,并使用Windows下的软件了. 1.下载首先需要下载 VirtualBox,下载地址:http://www.virtualbox.org/wiki/Downloads点击 VirtualBox 3.2.8 for Linux hosts,跳转到

fedora 17下USB的安装

fedora 17下USB的安装 软件: fedora17 64位,LIVEUSB CREATER,EASYBCD. 安装步骤: 0.在WIN7上压缩硬盘来分一个区,但这个区先不要格式化任何格式,这时这个区是不可示的,让它叫作X  www.ahlinux.com 1. 在WIN7上用LIVEUSB CREATER制作USB启动STICK,重启,设置BIOS,让USB HDD作为首启动 2.进USB后安装FEDORA17,分区时要注意,用CUSTOM FREELAYOUT,然后在X区上建BIOS

Cuckoo的配置与使用Ubuntu + VirtualBox + windows Xp SP3

cuckoo简介:Cuckoo基于虚拟机技术,使用中央控制系统和模块设计,结合python的自动化特征,已经是颇为自动化的恶意软件行为研究环境.独到的蜜罐网络研发的技巧,让Cuckoo可以轻而易举的进行URL分析.网络通讯分析.程序分析.pdf分析.个人推荐使用debian或ubuntu主机安装virtualbox当作Cuckoo Host,WinXP做guest. 运行环境:Ubuntu 14.04 LTS Desktop(64Bit),VirtualBox,Windows Xp SP3 参考

官方原版Windows XP SP3(VOL)中文简体版ISO下载

今天,向各位朋友推荐今年五月,由MSDN官方集成的XP With SP3专业VOL版. 文 件:Windows XP Professional with Service Pack 3 (x86) - CD (Chinese-Simplified)zhhans_windows_xp_professional_with_service_pack_3_x86_cd_vl_x14-74070.iso 大 小:601.04MB UTC(公布时期):5/2/2008 12:05:18 AM SHA1:d14