Installing Moblin run-time image in a VM
Submitted by Tariq Shureih, updated on 18 May 2009 - 1 comment
- Create an install USB image (ex. moblin.img) in MIC:
- Platform: menlow-lpia-moblin2
- Target + fsets: core + X
- Create a virtual disk (ex. vdisk.img) using QEMU command:
- qemu-img create vdisk.img -f qcow2 4G
- Install moblin image in the virtual disk, assuming “moblin.img” and
- “vdisk.img” are both in the same/current directory.
- Note that the title of VM window should be "QEMU/KVM", not "QEMU":
- sudo qemu-kvm -no-acpi -m 384 -hda moblin.img -hdb vdisk.img -boot c
- Close VM window after successful installation
- sudo qemu-kvm -no-acpi -m 384 -hda vdisk.img -boot c to run the newly installed moblin2 image in the VM.
- Printer-friendly version
- Login or register to post comments
Comments (1 total)
Thanks for this useful
Thanks for this useful information! I learned how to install images!
-Bob
washing machines