* [Qemu-devel] Fedora core 2 filesystem
@ 2013-04-15 13:29 Benito
2013-04-16 8:35 ` Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Benito @ 2013-04-15 13:29 UTC (permalink / raw)
To: qemu-devel
Hi there
I have a question regarding qemu. Is it possible to take a working root
filesystem ( old machine running Fedora core 2 ) and emulate it with qemu
on a new PC running a modern Linux distribution ? If so , is it going to
be a nightmare to accomplish , or is there support to do this already ?
Thank you in advance
Benito
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Fedora core 2 filesystem
2013-04-15 13:29 [Qemu-devel] Fedora core 2 filesystem Benito
@ 2013-04-16 8:35 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2013-04-16 8:35 UTC (permalink / raw)
To: Benito; +Cc: qemu-devel
On Mon, Apr 15, 2013 at 02:29:03PM +0100, Benito wrote:
> I have a question regarding qemu. Is it possible to take a working
> root filesystem ( old machine running Fedora core 2 ) and emulate it
> with qemu
> on a new PC running a modern Linux distribution ? If so , is it
> going to be a nightmare to accomplish , or is there support to do
> this already ?
Yes, that is possible. It's called physical-to-virtual (p2v) migration.
The process is:
1. Gather old machine hardware configuration info, mainly from lspci(1)
2. Copy disk contents into a raw image file, typically using dd(1)
3. Configure a new guest with hardware that matches old host as closely
as possible. Most important are network card, storage controller,
and display adapter since the OS may fail to boot up to a useful
level if it lacks drivers.
If your hardware is not emulated by QEMU, try rtl8139 for NIC, IDE for
storage, and cirrus VGA for display. These are old devices and many
guest OSes ship with drivers for them.
Keep the old machine around during this process so you can go back if
you hit a hurdle.
Good luck! :)
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-16 8:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 13:29 [Qemu-devel] Fedora core 2 filesystem Benito
2013-04-16 8:35 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).