X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fbuild%2FNOTES-QEMU.TXT;h=fbd3d60a9eb1ab1dc9daa5ad01f9eb3b63c43d0f;hb=6eecf583b522147ef13faabb634562f6f23bb712;hp=92227e2326d9c1d7f364f4b96708ae471a3ffe44;hpb=963271f089c8da043d1c0f5d1549f13f794a4c6b;p=palacios.git diff --git a/palacios/build/NOTES-QEMU.TXT b/palacios/build/NOTES-QEMU.TXT index 92227e2..fbd3d60 100644 --- a/palacios/build/NOTES-QEMU.TXT +++ b/palacios/build/NOTES-QEMU.TXT @@ -25,3 +25,15 @@ mkisofs -pad -b -R -o /usr/local/qemu/bin/qemu-system-x86_64 -serial file:serial.out -m 1024 -fda vmm.img -cdrom guest_no_timer.iso + + + +Creating a grub based bootable cd ISO image: + +mkidr iso +mkdir -p iso/boot/grub + +get "menu.lst" and "stage2_eltorito" from the grub files located in vmm-tools/others +copy menu.lst and stage2_eltorito into iso/boot/grub + +mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o test.iso iso