Open deep5050 opened 1 year ago
Hi @deep5050,
I had the same message when I tried to run DENT on a qemu/kvm. Thankfully there is some documentation on the DENT wiki to help.
Visit: How-to-install-DENT-on-a-virtual-machine
Break Down of Steps:
Here is a helpful article I used: Building and Installing ONIE on KVM/QEMU (Open Network Install Environment) with DUE
Releases of different versions can be found here: DENTOS Releases.
When I used the onie-vm.sh script to create the virtual qemu/kvm I ran into the message you are now facing. My recommendation would be to use virt-manager instead. The virt-manager application is a desktop user interface for managing virtual machines through libvirt. This is the application that is referenced in the How-to-install-DENT-on-a-virtual-machine
The How-to-install-DENT-on-a-virtual-machine guide will show the steps you need to take to create the VM.
For the OS option I have only tested the Generic or unknown OS as the "Debian Lenny" version in the documentation was no longer listed.
In order to add the Serial Device, at the bottom left select Add Hardware->Serial->Finish. Once the Serial is added configure a bind to your host machine. The example documentation uses port 40031.
.
I ended up setting a tcp connection. If you need a reference XML for this you may use the following
Once the VM has started running Open a new console on your device and use telnet to access the local host at port 40031.
Ex. $ telnet 127.0.0.1 40031
To login to ONIE Username: root Password: onie
To login to DENT Username: root Password: onl
I hope this helps feel free to reach out for clarification.
Thanks, Korel Ucpinar
i was trying to run dent on a qemu/kvm:
git this error:
any help?