Differences between version 5 and predecessor to the previous major change of Qemu.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Sunday, October 8, 2006 6:38:49 pm | by AlastairPorter | Revert |
Older page: | version 3 | Last edited on Thursday, February 23, 2006 11:49:44 am | by IanMcDonald | Revert |
@@ -3,23 +3,5 @@
It's homepage on the web is at http://fabrice.bellard.free.fr/qemu/
A useful page for installing other operating systems on qemu is http://www.debian-administration.org/articles/40
-Here is how IanMcDonald is getting qemu running Linux.
-
-Create a disk image like
:
-<verbatim>
-qemu-img create file1.img 5G
-</verbatim>
-which creates an image of 5 Gigabyte.
-
-Start qemu as follows:
-<verbatim>
-qemu -boot d -cdrom /dev/cdrom -hda hd.img
-</verbatim>
-
-Install the operating system. And then start qemu as below:
-<verbatim>
-qemu -hda hd.img -boot c
-</verbatim>
-
-However this created problems getting files in and out so better to create a loopback file system. For more on this see UserModeLinux.
+See also
: QemuNotes