Solved Multi user boot glitches right before login.

Hello, a complete beginner here. I tried installing the MATE desktop following a bunch of youtube tutorials, but at first the startx command didn't work, and now everytime I try to boot into multi user, the screen just shows this:
 

Attachments

  • 20250428_112731.jpg
    20250428_112731.jpg
    1.8 MB · Views: 379
Configure X correctly before enabling GDM or some other display manager.

I don't really know how to do that since I can't access multi user, and single user is in read-only mode.
Sorry, I don't really understand anything that has to do with code, which I think I should have before trying to install FreeBSD.
 
and single user is in read-only mode.
For ZFS:
zfs set readonly=off zroot/ROOT/default
zfs mount -a
For UFS:
mount -a # Should mount everything and remount / read/write.

I don't really understand anything that has to do with code
Doesn't have anything to do with code. But you're going to need to get comfortable editing/modifying configuration files on FreeBSD because you will need to do that quite often.
 
Back
Top