Page 1 of 1

QEMU Question

Posted: Sat Apr 05, 2008 4:24 am
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)

Posted: Sat Apr 05, 2008 4:47 am
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

Posted: Sat Apr 05, 2008 7:11 am
by codemastersnake
Try setting the PATH environmant variable to the qemu directory

Posted: Sun Apr 06, 2008 6:26 am
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.

Posted: Sun Apr 06, 2008 6:42 am
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

Posted: Sun Apr 06, 2008 7:31 am
by Pitchu
Thnx
Does these support Hard Disks or not?
If no, please suggest one.