Closed daPhipz closed 7 months ago
./KubuQA.sh: line 82: check_existing_vm: command not found This line seems to be an error, maybe it has something to do with it?
It seems that this is unrelated, since my problem still persists even with the changes done in #3.
Hi @daPhipz thank you so much for trying out the tool. I'm afraid this is my fault! I changed the function definition to check_exiisting{} and didn't update the call on line 82. If you change check_existing_vm on line 82 to check_existing that should fix it. I'm on my tablet right now, so not so easy to do, if you want to push another PR I would be very grateful. Best wishes Rick
No problem, I stumbled upon it reading the Beta announcement for Kubuntu 24.04! I fixed the method call in #3 and even with these changes applied, it fails.
Something I found: When setting up a noble
VM manually in VirtualBox, two Mass Storage Devices get created: one optical drive, holding the ISO that gets booted, and one SATA device that holds the vdi.
When using the script and selecting to boot from ISO, only the vdi file shows up.
I'm sorry that I don't know much about the VBoxManage
tool, it's the first time I see that you can interact with VirtualBox via the command line! :sweat_smile:
This is what I mean:
Hello! I tried to spin up a test environment using this tool, but it failed.
Steps to reproduce:
~/Downloads
)ISO
. Then, the following error message appeared: Translating loosely to:~/Downloads/KubuntuTestISO/noble-desktop-amd64.iso
), I eventually land at the same error message.Here is all command line output the script produced:
This line seems to be an error, maybe it has something to do with it?