-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
fatal error : /usr/libexec/nomadbsd-setup commit returned with error code 1: "gpart autofill: no space left on device ; gpart add -t freebsd vtbd0 failed" #129
Comments
Hi @Marietto2008, the image needs some extra space to expand. When you write it to a storage device, the setup will use the remaining space. When using VirtualBox, you would run
This will add 8G extra space to the image. You can do the same with the ZFS image, albeit it has already completed the setup. Truncate the ZFS image, then boot the ZFS image and execute Regarding the mouse problem: EDIT: Add |
I've truncated the ufs image with this command :
and the error 2 is gone I have removed this parameter from bhyve : - and the mouse works great. There still be one error,that affects the ufs and the zfs version,the one you see below : |
Excellent! The error is due to a missing sound card. |
I have a lot of sound cards on my system. On the picture below you can see all the channels I have. The one that's working on my host system is "USB audio" : between the bhyve parameters I have added a new parameter that emulates the sound card and that it always worked :
but this time it does not work within NomadBSD : I've opened a youtube video and I didn't hear any sound. In addition,the streaming is very very slow. |
I've almost fixed the sound bug,by adding this parameter :
now,when I open a youtube video within NomadOS,I can hear sounds. BUT the streaming speed is slow and the sound seems to be broken. So,there is still something to fix. |
I'm not sure if bhyve is good enough to watch Youtube or maybe you need some additional parameters to bhyve? |
yeah,maybe you are right. using the framebuffer could not be enough to have a decent video speed. Maybe I can passthru my nvidia 2080 ti graphic card from the host to the nomadOS vm and this will improve the speed. I will try. |
Hello.
I've created the NomadBSD image cloning your repo and following the instructions that I've found on top of my FreeBSD system (FreeBSD marietto 13.1-RELEASE-p3 FreeBSD 13.1-RELEASE-p3 GENERIC amd64),issuing the following commands :
and then I've virtualized it with bhyve,using the following parameters :
Unfortunately I seen two problems :
my mouse does not work : it means that I can't use it within NomadBSD virtualized inside the bhyve / vnc window because it does not respond
its happened the error that you see below :
I have also tried the zfs image version. This time I didn't see the "no space left device" error,but a different error,that you can see below :
I've clicked on the error message with the keyboard and the error is gone,but I can't test the OS because my mouse does not work inside of it.
The text was updated successfully, but these errors were encountered: