qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu and already installed OS


From: Thomas Glanzmann
Subject: Re: [Qemu-devel] qemu and already installed OS
Date: Fri, 19 Mar 2004 12:11:31 +0100
User-agent: Mutt/1.5.6i

Hi,

> dd if=/dev/hda1 of=/home/me/partitionhda.img

In order to boot from this you need a boot sector (partitiontable).

Which means you have to a dd if=/dev/hda of=/path/to/img
                                     ~~~ -> without the appended '1'

> should I have added some extra options to dd ? (like bs= count= ?)

Specifying a bigger blocksize could speedup things but don't specifying
one shouldn't do any harm but killing your time. :-)

        Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]