| Forum |
|
|||||||
| Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
foreign return(0)
Join Date: Apr 2005
Location: 0-65546
Posts: 226
|
Although the following are required: 1. Qemu (an emulation software) 2. Fedora 7/ Digit Dvd July 2007 First download the qemu emulator for windows 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 Optional: Alternatively you can create a batch file for the last step to include the following lines Code:
REM Start qemu on windows. @ECHO OFF qemu -L . -hda fedora_7.img -m 256 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. Last edited by comrade; 10-08-2007 at 11:04 PM. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#3 (permalink) |
|
Captain Jack Sparrow
Join Date: Jan 2007
Location: Rajkot,Gujarat
Posts: 17
|
i will b very happy if i m can do this!!!!!!!!!!
__________________
Gaurav Chauhan The only thing i like about the stones is that they come in my life,and when i cross them automatically they become milestones of my life!!! |
|
|
|
|
#4 (permalink) |
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
duh. why not use F7 directly?
__________________
KDE on ArchLinux PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only) Explore Technology @ http://www.itech7.com Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e |
|
|
|
|
#5 (permalink) |
|
* Teh Flirt King *
Join Date: Dec 2005
Location: Originally From : Ratlam M.P., Currently in: Hyderabad
Posts: 971
|
Hmmm.. gonna try this...
I am using VmWare right now.... Thanks for tut.. Very Nice.
__________________
World is just a Quizzical Reality : Quiz_Master//Ashwin Blog: http://ashwinsaxena.com/blog - Tech, Life and Other Things. |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Inside Pen Drive Linux | aryansharma | Open Source | 6 | 26-04-2007 05:44 PM |
| Fedora 7 Test 3 Released,Screens Inside | Third Eye | Open Source | 12 | 04-04-2007 01:36 PM |
| Inside the Windows Vista Kernel | iMav | Tutorials | 2 | 17-03-2007 07:36 PM |
| Running linux inside windows 2k/xp using topologilinux | bharat_r | Open Source | 4 | 02-03-2006 06:36 PM |