QEMU Question

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
Pitchu
Member
Member
Posts: 56
Joined: Tue Feb 12, 2008 3:16 am
Location: Kashmir - Paradise On Earth

QEMU Question

Post by Pitchu »

Hi
I accepted advice of Combuster and decided to use Qemu, but faced certain problems :
(Using Windows version)

1. How can i make Qemu to boot a Real-Physical Hard Disk?
I tried -boot option but failed.

2. Is Qemu-img.exe used to create disk images? If yes, how can I use it to create hard disk image when I only have loader complete right now?

(I did search wiki and qemu doc, but couldnt get relevant info)
User avatar
narke
Member
Member
Posts: 119
Joined: Wed Dec 26, 2007 3:37 am
Location: France

Post by narke »

To create disk images you have :
http://www.osdev.org/osfaq2/index.php/D ... er%20Linux

Other questions might be answered at:
http://fabrice.bellard.free.fr/qemu/user-doc.html
User avatar
codemastersnake
Member
Member
Posts: 148
Joined: Sun Nov 07, 2004 12:00 am
Contact:

Post by codemastersnake »

Try setting the PATH environmant variable to the qemu directory
User avatar
Pitchu
Member
Member
Posts: 56
Joined: Tue Feb 12, 2008 3:16 am
Location: Kashmir - Paradise On Earth

Post by Pitchu »

Sorry, I forgot to mention that I am using Windows.

How can I create image of hard disk using qemu-img.exe with only one file in it which is my second stage bootloader?
I am not able to get nuts and bolts of it from its help.
Kieran
Member
Member
Posts: 54
Joined: Mon Apr 11, 2005 11:00 pm

Post by Kieran »

Use WinImage, It will allow you to generate floppy images and inject files into them.

You could also use FileDisk which comes with WinImage to emulate Floppy Drives from Floppy Images
User avatar
Pitchu
Member
Member
Posts: 56
Joined: Tue Feb 12, 2008 3:16 am
Location: Kashmir - Paradise On Earth

Post by Pitchu »

Thnx
Does these support Hard Disks or not?
If no, please suggest one.
Post Reply