Detected platform: x86-64-kvm-x86-64-r0Error: Could not stat device /dev/vda - No such file or directory.
June 15, 2016 at 12:12 PM
I'm trying to install ONL on a virtual machine ( VirtualBox, latest-2.0-AMD64.installer) and it fails with this error:
I've attached the console log from ONIE. Any help would be appreciated!
--
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
June 15, 2016 at 1:40 PM
Steve -- this is fixed in master #136.J
--
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
June 15, 2016 at 1:01 PM
June 15, 2016 at 2:08 PM
June 15, 2016 at 3:40 PM
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
ONIE:/ # cat /etc/machine.conf# /etc/machine.conf for onie
# Copyright (C) 2017 Curt Brune <cu...@cumulusnetworks.com>## SPDX-License-Identifier: GPL-2.0
# Source build-time machine configuration. /etc/machine-build.conf
# Source run-time machine configuration if available[ -r /etc/machine-live.conf ] && . /etc/machine-live.conf
# Use onie_machine if set, otherwise use build_machineonie_machine=${onie_machine:-$onie_build_machine}
onie_platform="${onie_arch}-${onie_machine}-r${onie_machine_rev}"To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
--Luis Felipe Wolf Batista
--
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
Luis Felipe Wolf Batista
October 24, 2017 at 10:35 PM
October 19, 2017 at 4:46 AM
Make sure you have enough memory otherwise the installer will fail due lack of space on tmpfs. Try with 1GB or more.--Now it's ONL is running on my VM.What to do:1. use at least 1GB RAM for your VM2. boot ONI in embedded mode, after that it should be installed on the disk3. boot ONI in install mode4. modify the machine.conf or use the kvm recovery iso release 2017-08-01 to be sure5. onie-discovery-stop6. onie-nos-install http://opennetlinux.org/binaries/latest/ONL-2.0.0-ONL-OS-DEB8-2017-07-18.1642-40fc82b-AMD64-INSTALLED-INSTALLER7. boot Open Network LinuxThank you guys for the support.FredericAm Dienstag, 17. Oktober 2017 12:23:16 UTC+2 schrieb Luis Batista:
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
October 17, 2017 at 3:22 AM
Hi Frederic.I had the same issue installing ONL on kvm_x86_64_onie here. In my case the only difference is that I am not using Proxmox.During installation I was constantly getting the error "ImportError: No module named (...)".It seems to be an issue with the python scrip from the installer that parses the machine.conf file. But I haven't analyzed deeper though.I was able to pass beyond this error after editing the /etc/machine.conf file inside ONIE:cd /etcsource machine.conf
echo "onie_machine=$onie_machine" >> machine.conf
echo "onie_platform=$onie_platform" >> machine.conf
cat machine-build.conf >> machine.confAfter that, I manually removed all comments, imports and blank lines from the file to avoid a different error:"ValueError: invalid line in /etc/machine.conf: # /etc/machine.conf for onie"Check the working machine.conf file attached.Now I am getting errors related with the available space for the ONL partitions (output.txt file attached), which I will continue to work on later.I actually tried to install ONL on kvm_x86_64 because I was having an extremely similar problem porting ONL to a LS1043 board.I recently wrote to the mailing list about it: "Failing to install ONL on a ARM64-NXP-LS1043"Now that the issue seem to pinned down to the python parser, I will try to use the same workaround in the ARM board...Hope it helps.Cheers.Luis Batista
--Luis Felipe Wolf Batista
--
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
October 16, 2017 at 9:47 AM
--That's the content of the fileONIE:/ # cat /etc/machine.conf# /etc/machine.conf for onie# Copyright (C) 2017 Curt Brune <cu...@cumulusnetworks.com>## SPDX-License-Identifier: GPL-2.0# Source build-time machine configuration. /etc/machine-build.conf# Source run-time machine configuration if available[ -r /etc/machine-live.conf ] && . /etc/machine-live.conf# Use onie_machine if set, otherwise use build_machineonie_machine=${onie_machine:-$onie_build_machine}onie_platform="${onie_arch}-${onie_machine}-r${onie_machine_rev}"I uploaded my ONIE iso to google drive. It may be helpful.Thanks for helping,Frederic
Am Montag, 16. Oktober 2017 17:46:47 UTC+2 schrieb jeffrey.townsend:
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
October 16, 2017 at 8:46 AM
Frederic,After booting to ONIE in your VM can you send me the contents of /etc/machine.conf?Jeff
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
October 19, 2017 at 4:46 AM
Make sure you have enough memory otherwise the installer will fail due lack of space on tmpfs. Try with 1GB or more.--Now it's ONL is running on my VM.What to do:1. use at least 1GB RAM for your VM2. boot ONI in embedded mode, after that it should be installed on the disk3. boot ONI in install mode4. modify the machine.conf or use the kvm recovery iso release 2017-08-01 to be sure5. onie-discovery-stop6. onie-nos-install http://opennetlinux.org/binaries/latest/ONL-2.0.0-ONL-OS-DEB8-2017-07-18.1642-40fc82b-AMD64-INSTALLED-INSTALLER7. boot Open Network LinuxThank you guys for the support.FredericAm Dienstag, 17. Oktober 2017 12:23:16 UTC+2 schrieb Luis Batista:
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
October 16, 2017 at 9:47 AM
--That's the content of the fileONIE:/ # cat /etc/machine.conf# /etc/machine.conf for onie# Copyright (C) 2017 Curt Brune <cu...@cumulusnetworks.com>## SPDX-License-Identifier: GPL-2.0# Source build-time machine configuration. /etc/machine-build.conf# Source run-time machine configuration if available[ -r /etc/machine-live.conf ] && . /etc/machine-live.conf# Use onie_machine if set, otherwise use build_machineonie_machine=${onie_machine:-$onie_build_machine}onie_platform="${onie_arch}-${onie_machine}-r${onie_machine_rev}"I uploaded my ONIE iso to google drive. It may be helpful.Thanks for helping,Frederic
Am Montag, 16. Oktober 2017 17:46:47 UTC+2 schrieb jeffrey.townsend:
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
October 16, 2017 at 8:46 AM
Frederic,After booting to ONIE in your VM can you send me the contents of /etc/machine.conf?Jeff--
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "opennetworklinux" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opennetworklinux/RhcRDHE-BT4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opennetworklinux+unsubscribe@googlegroups.com.
October 30, 2017 at 6:41 PM
Hello Steven,Just curious if we have any update for this issue, or is there any workaround to keep continuing the installation?Sincerely,Ryan
October 25, 2017 at 9:30 AM
Hello Steven,Thanks for getting back. I created the 1G size with command 'qemu-img create -f qcow2 onie-x86-demo.img 1G'devserver:~$ qemu-img info onie-x86-demo.imgimage: onie-x86-demo.imgfile format: qcow2virtual size: 1.0G (1073741824 bytes)disk size: 35Mcluster_size: 65536Format specific information:compat: 1.1lazy refcounts: falserefcount bits: 16corrupt: falseRyan
October 25, 2017 at 6:26 AM
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
October 19, 2017 at 4:46 AM
Make sure you have enough memory otherwise the installer will fail due lack of space on tmpfs. Try with 1GB or more.--Now it's ONL is running on my VM.What to do:1. use at least 1GB RAM for your VM2. boot ONI in embedded mode, after that it should be installed on the disk3. boot ONI in install mode4. modify the machine.conf or use the kvm recovery iso release 2017-08-01 to be sure5. onie-discovery-stop6. onie-nos-install http://opennetlinux.org/binaries/latest/ONL-2.0.0-ONL-OS-DEB8-2017-07-18.1642-40fc82b-AMD64-INSTALLED-INSTALLER7. boot Open Network LinuxThank you guys for the support.FredericAm Dienstag, 17. Oktober 2017 12:23:16 UTC+2 schrieb Luis Batista:
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklin...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.
October 19, 2017 at 4:46 AM
Make sure you have enough memory otherwise the installer will fail due lack of space on tmpfs. Try with 1GB or more.--Now it's ONL is running on my VM.What to do:1. use at least 1GB RAM for your VM2. boot ONI in embedded mode, after that it should be installed on the disk3. boot ONI in install mode4. modify the machine.conf or use the kvm recovery iso release 2017-08-01 to be sure5. onie-discovery-stop6. onie-nos-install http://opennetlinux.org/binaries/latest/ONL-2.0.0-ONL-OS-DEB8-2017-07-18.1642-40fc82b-AMD64-INSTALLED-INSTALLER7. boot Open Network LinuxThank you guys for the support.FredericAm Dienstag, 17. Oktober 2017 12:23:16 UTC+2 schrieb Luis Batista:
You received this message because you are subscribed to the Google Groups "opennetworklinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opennetworklinux+unsubscribe@googlegroups.com.