-
Notifications
You must be signed in to change notification settings - Fork 58
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
Boot stalls with black screen, start-hello command loops forever #555
Comments
Ok, I've done some further testing with VirtualBox. Everything worked perfectly; I even rebooted twice without encountering any issues. However, the problem resurfaced when I tried to install Firefox. Take a look at some of the packages that the system attempted to upgrade: The installation didn't complete successfully. Below is the error message/warning I received: After rebooting, the system ended up in a broken state, similar to what I experienced with the Parallels VM: I suspect that upgrading all packages might resolve this issue, although I'm new to FreeBSD and haven't explored the specific commands to do so. Regardless, I think it's important to either prevent users from inadvertently breaking the system by installing an application or to update the documentation with quick-fix guides for such scenarios. As with the last message, please let me know if I can help by providing more information or tests. Thanks for all the effort! |
This is possibly caused because it is now a new quarter, which means that all the quarterly packages get upgraded. I can only suspect that doing this, pkg is uninstalling some vital packages? |
Thanks for the feedback! I just downloaded the latest (developer) ISO and can confirm that the issue does not occur. Shall I close this issue? |
We need to find a way to tell |
Let's reopen in case you can provide more information, thanks. |
Issue Summary
Cannot reach the desktop on the second boot in a Parallels VM environment.
Environment
Steps to Reproduce
Expected Behavior
The system should boot into the desktop environment seamlessly, as it did on the first boot.
Actual Behavior
The system stalls at a black screen and does not reach the desktop.
Troubleshooting Steps Taken
Ctrl+Alt+F2
.Result: A login screen appeared, but led to a black screen upon login.
Result: The
start-hello
command looped forever with the following message:I plan to replicate this issue on other VMs and configurations (e.g., VirtualBox) during the week and will update this thread with my results. Judging from the log, there might be a Qt dependency issue preventing the start, but it seems strange that both the live environment & first boot attempt worked without any issues...
Please let me know if I can provide more information to you or run additional tests with the offending VM :)
The text was updated successfully, but these errors were encountered: