We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on jetson nano :
virt-install --name pi --machine raspi3 --cpu arm1176 --memory 1024 --import \ --disk /root/Desktop/zi/Work/Android/Raspy/Debian/2019-09-26-raspbian-buster-lite.img,format=raw,bus=virtio --network user,model=virtio --video vga --graphics spice --rng device=/dev/urandom,model=virtio --boot 'uefi=RPI_EFI.fd,dtb=bcm2710-rpi-3-b-plus.dtb,kernel=kernel8.img,kernel_args=root=/dev/vda2 rootwait panic=1 dwc_otg.fiq_fsm_enable=0' --events on_reboot=destroy
But I get this error :
ERROR internal error: Unexpected enum value 0 for virDomainDeviceAddressType
The text was updated successfully, but these errors were encountered:
This is a known bug, a device is missing an internal address, as a workaround you may set the address as type virtio-mmio.
More info at https://gitlab.com/libvirt/libvirt/-/issues/177
Sorry, something went wrong.
No branches or pull requests
on jetson nano :
virt-install
--name pi
--machine raspi3
--cpu arm1176
--memory 1024
--import \ --disk /root/Desktop/zi/Work/Android/Raspy/Debian/2019-09-26-raspbian-buster-lite.img,format=raw,bus=virtio
--network user,model=virtio
--video vga
--graphics spice
--rng device=/dev/urandom,model=virtio
--boot 'uefi=RPI_EFI.fd,dtb=bcm2710-rpi-3-b-plus.dtb,kernel=kernel8.img,kernel_args=root=/dev/vda2 rootwait panic=1 dwc_otg.fiq_fsm_enable=0'
--events on_reboot=destroy
But I get this error :
ERROR internal error: Unexpected enum value 0 for virDomainDeviceAddressType
The text was updated successfully, but these errors were encountered: