grub> serial --unit=0 --speed=9600 grub> terminal_input serial grub> terminal_output serial Then boot normally. Or pre-set in EVE-NG: set serial console baud to 9600. This is often due to memory starvation . Increase VM RAM to at least 12 GB. Also disable KSM (Kernel Same-page Merging) if hypervisor is busy. Part 7: Performance Expectations & Realities Unlike physical Nexus 9000 (which uses the Cloud Scale ASIC), the virtual version is a pure software switch.
qemu-img convert -f qcow2 -O vmdk nxosv9k-7.0.3.i7.4.qcow2 nxosv9k.vmdk Assume you have a Ubuntu 22.04 host with libvirt installed. Step 1: Download the Image Obtain nxosv9k-7.0.3.i7.4.qcow2 from Cisco’s Software Download portal (requires valid SmartNet or CCO login). Path: Products → Switches → Data Center Switches → Nexus 9000 → NX-OS Software → 7.0(3)I7(4) Step 2: Create a Virtual Network (Optional) virsh net-define /etc/libvirt/qemu/networks/lab_net.xml virsh net-start lab_net Step 3: Install libguestfs Tools (for password injection) Nexus 9Kv requires an initial admin password injected via serial console . nxosv9k-7.0.3.i7.4.qcow2
feature nxapi nxapi http port 80 Then from Linux: Increase VM RAM to at least 12 GB
curl -k -u "admin:password" http://<vm-ip>/ins -d '"ins_api": "version":"1.0","type":"cli_show","cmd":"show version"' For Netmiko (Python): qemu-img convert -f qcow2 -O vmdk nxosv9k-7