Penguin

Differences between current version and previous revision of Qemu.

Other diffs: Previous Major 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
Older page: version 4 Last edited on Sunday, October 8, 2006 6:38:26 pm by AlastairPorter Revert
@@ -4,24 +4,4 @@
  
 A useful page for installing other operating systems on qemu is http://www.debian-administration.org/articles/40 
  
 See also: QemuNotes 
-  
-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.