I am unable to boot ubuntu ISO Image from qemu on Linux Server.
Aim : I am trying to boot a ubuntu virtual machine from qemu emulator on Linux server.
I tried the following commands.
- qemu-img create -f qcow2 myDisk.qcow2 30G
- qemu-system-x86_64 -accel kvm -hda myDisk.qcow2 -m 8192 -boot d -cdrom ubuntu-23.04-desktop-amd64.iso -cpu host -nographic
I encountered the following error.
SeaBIOS (version 1.15.0-1)
iPXE (https://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BFF8B3A0+BFECB3A0 CA00
Booting from DVD/CD...
error: can't find command `grub_platform'.
GNU GRUB version 2.06
┌────────────────────────────────────────────────────────────────────────────┐
│*Try or Install Ubuntu │
│ Ubuntu (safe graphics) │
│ OEM install (for manufacturers) │
│ Test memory │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
└────────────────────────────────────────────────────────────────────────────┘
Use the ↑ and ↓ keys to select which entry is highlighted.
Press enter to boot the selected OS, `e' to edit the commands
before booting or `c' for a command-line.
I selected 1st option i.e Try or Install Ubuntu. After selecting this option,this screen is not progressing from here on. I waited for more than 2 hours,still not able to boot ubuntu.
Please help me with any kind of resolution. Thanks in advance.