Advertisement
Guest User

mips_virt_install_ubuntu

a guest
Oct 15th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. root@system:/kvm/vms/mips# virt-install -n mips --memory 1024 --vcpus 2 --arch mipsel --connect qemu:///system --boot hd,menu=on --autostart --disk /kvm/vms/mips/mipsel_malta.img,device=disk,bus=virtio,size=15 --network bridge=net --noreboot --check path_in_use=off
  2.  
  3. Starting install...
  4. Allocating 'mipsel_malta.img' | 15 GB 00:00:00
  5. ERROR XML error: No PCI buses available
  6. Removing disk 'mipsel_malta.img' | 0 B 00:00:00
  7. Domain installation does not appear to have been successful.
  8. If it was, you can restart your domain by running:
  9. virsh --connect qemu:///system start mips
  10. otherwise, please restart your installation.
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement