December 19, 201510 yr I converted a qcow2 image to a raw image but when i try to boot, I get an error message "error: file '/boot/grub/i386-pc/normal.md' not found." The vm boots into grub rescue and I tried the following commands, substituting my partition info of course, but when I get to the normal command I get "normal.md not found error" grub rescue> set prefix=(hd0,1)/boot/grub grub rescue> set root=(hd0,1) grub rescue> insmod normal grub rescue> normal grub rescue> insmod linux grub rescue> linux /boot/vmlinuz-3.13.0-29-generic root=/dev/sda1 grub rescue> initrd /boot/initrd.img-3.13.0-29-generic grub rescue> boot Any suggestions?
December 19, 201510 yr Author Did you change type=raw in the vdisk section in the XML? It is set to raw.
Archived
This topic is now archived and is closed to further replies.