Qemu + OVMF, uefi with grub2 issues
by r1w1s1 from LinuxQuestions.org on (#6MFP3)
Hi all, Iim trying to run qemu+OVMF, to install slackware-current (AlienBOB iso), works fine with elilo, when I run the commands to install grub2 everythings seems fine but the boot still elilo.
Quote:
Command to start
Quote:
Did someone try this setup ? Or have any hints for debug better grub2.
Quote:
/usr/sbin/grub-install --target=x86_64-efi --efi-directory=/boot/efi/ --bootloader-id=uefi /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg |
Command to start
Quote:
sudo qemu-system-x86_64 \ -machine q35,accel=kvm \ -boot menu=on \ -m 2048 \ -cpu max \ -smp 2 \ -drive file=/home/r1w1s1/VMs/slackware.raw,format=raw \ -bios /usr/share/edk2-ovmf-x64/OVMF_CODE.fd \ -nic user,hostfwd=tcp::8888-:22 \ -device AC97 \ -fsdev local,id=fsdev0,path=/home/r1w1s1,security_model=none -device virtio-9p-pci,id=fs0,fsdev=fsdev0,mount_tag=host_share |
Did someone try this setup ? Or have any hints for debug better grub2.