-
Notifications
You must be signed in to change notification settings - Fork 44
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
Testing NomadBSD for the upcoming Release #128
Comments
Hello Marcel, The first bug i came across is : |
I ran in to an issue trying to build the AMD GPU driver.
I built this in a clean install of FreeBSD 13.1 (amd64). |
Hi @andreas-jonsson, that looks familiar. Make sure to update your ports tree. |
I am testing the nomadbsd-131R-80dec9b9.amd64.zfs.img image on a PC with the 'Realtek Gaming GbE Family Controller" as identified by Window 11. The stock re driver don't work. On another machine, a Mac, I have installed the package and added in /boot/loader.conf
With this driver it works. |
Thank you, @maurizio-emmex! Working on it. |
I have a font/charset problem on my Thinkpad X201 after installing on the hard drive. I cannot read anything, the terminal does not appear. No problem when booting on the USB stick. |
That's very odd. Are there any fonts under |
@mrclksr yep very strange
Also, many font packages seem installed:
|
I reinstalled all packages corresponding to the It fixed the problem, but it doesn't tell why the I put a fresh install on a VirtualBox VM with the same image, no problem. |
@reinboldg, did you use a ZFS or a UFS image? Did you enable encryption? |
|
@reinboldg: |
Is any issue here not (also) encompassed in a separate issue? The details in opening comment #128 (comment) (2022-11-16) no longer apply … |
Testing NomadBSD for the upcoming Release
For the upcoming release we need testers. The following describes how you can build the images, and how to test them.
Requirements for Building the Images
/usr/ports
.Clone the Repository
If your copy of the NomadBSD repository is not owned by the root user, run
as root before the first build. Otherwise the build script can't correctly generate the image name.
Building all Images
Building amd64 Images only
If you want to test the amd64 (64-bits) images only, you can proceed as follows:
This will build the amd64 UFS image first, and then build the amd64 ZFS image.
Building Mac Images only
If you want to test the mac images only, you can proceed as follows:
This will build the mac UFS image first, and then build the mac ZFS image.
Building i386 (32-bits) Image only
If you want to test the i386 image only, you can proceed as follows:
This will build the i386 UFS image.
Testing
If possible test the images on real hardware. If that's not possible, use a VM like VirtualBox.
What to Test
nomadbsd-adduser-gui
, log in as the new user, and check if everything works as expected.nomadbsd-dmconfig-gui
.The text was updated successfully, but these errors were encountered: