I am having some issues while using qemu to test my bootable pendrive (used to boot various live isos) :
Qemu remembers my /boot/grub.cfg file between reboots of the vm (either by killing the window or shuting down the guest system) making the testing process quite inefficient as I have to reboot the host to try a modified grub configuration.
Here is the command I use to launch qemu :
What should I do to get qemu to reload my grub.cfg file each time ?
Qemu remembers my /boot/grub.cfg file between reboots of the vm (either by killing the window or shuting down the guest system) making the testing process quite inefficient as I have to reboot the host to try a modified grub configuration.
Here is the command I use to launch qemu :
Code:
sudo qemu-system-x86_64 -enable-kvm -m 1212 -hda /dev/sdb