PDA

View Full Version : Run Fedora 7 Inside Windows OS


comrade
10-08-2007, 10:58 PM
You dont need vmware workstation/player(which sometimes slow down ur system) to be installed in your system.
Although the following are required:
1. Qemu (an emulation software)
2. Fedora 7/ Digit Dvd July 2007
First download the qemu emulator for windows (http://www.h7.dion.ne.jp/%7Eqemu-win/) and extract the content to any of your drive
Go to the folder where you extracted the emulator from the command prompt

Step1: Create an empty hard disk image virtually of any size using the command
qemu-img.exe create -f qcow fedora_7.img 8G
now that we have created a virtual hdd of 8GB in size

Step2: Insert your dvd
qemu.exe -L . -cdrom "\\.\I:" -hda fedora_7.img -m 256 -boot d
this will allow you to perform a normal installation of fedora os. Instead of I: you can specify your dvd drive letter and you can always increase or decrease the ram size allocated by changing the number256

Step3: If installation has finished, you can use installed OS
qemu -L . -hda fedora_7.img -m 256

http://www.directupload.com/thumbs/mi4wjtxbeomtjnzixyo2.jpg (http://www.directupload.com/files/mi4wjtxbeomtjnzixyo2.jpg)

Optional: Alternatively you can create a batch file for the last step to include the following lines
REM Start qemu on windows.
@ECHO OFF

qemu -L . -hda fedora_7.img -m 256 save the file with any name and extension .BAT(something like Run_Fedora7.bat)
Create a shortcut on desktop to this file....so that when u click the link it will automatically run fedora-7 inside your windows operating system.


http://www.directupload.com/thumbs/jizvowjtzrlotzbhzyll.jpg (http://www.directupload.com/files/jizvowjtzrlotzbhzyll.jpg)http://www.directupload.com/thumbs/mozjjhtaolmbyzyumdgm.jpg (http://www.directupload.com/files/mozjjhtaolmbyzyumdgm.jpg)http://www.directupload.com/thumbs/dmyezzgw4emzy5n2mgmz.jpg (http://www.directupload.com/files/dmyezzgw4emzy5n2mgmz.jpg)

salilrane
11-08-2007, 07:27 AM
will definately try it

jacksparrow18
12-09-2007, 09:39 PM
i will b very happy if i m can do this!!!!!!!!!!

The Unknown
12-09-2007, 10:15 PM
duh. why not use F7 directly?

Quiz_Master
14-09-2007, 03:02 AM
Hmmm.. gonna try this...
I am using VmWare right now....
Thanks for tut.. Very Nice.