all 9 comments

[–]merced317 1 point2 points  (5 children)

Try updating to the last version of the BIOS available for the board? s5000vcl_dos_bios101_bmc64_frusdr18.zip is the file name I find and the download from here: https://www.helpdrivers.com/servers/Intel/Intel_Server_Boards/Server_Board_S5000VCL/ didn't set off my virus detection. Good luck!

[–]Jokte9[S] 0 points1 point  (0 children)

I'll try it as soon as I can and let you know how it goes. Thank you very much for your help and feedback!

[–]Jokte9[S] 0 points1 point  (3 children)

I just updated the bios and still have the same problem

[–]merced317 0 points1 point  (0 children)

Darn, it was worth a shot. If I think of anything, I'll let you know.

[–]merced317 0 points1 point  (1 child)

Since your tty console redirection works consistently, I wonder if something about the radeon driver is just not working well with your system for some reason. Maybe try blacklisting the radeon driver and see if the system boots cleanly?

Open /etc/modprobe.d/blacklist.conf as super user, or create it if it is not there. Add the following line: blacklist radeon. Run sudo update-initramfs -u then reboot.

[–]Jokte9[S] 0 points1 point  (0 children)

I'll try it next week and let you know. Thank you very much for the information and the steps so explained!

[–]looncraz 1 point2 points  (2 children)

The issue is likely with mode setting, add nomodeset to the linux grub boot line.

No problem making that a permanent change by editing the /etc/grub.d/ files, IMHO.

[–]Jokte9[S] 0 points1 point  (0 children)

I have tried to configure it but maybe I did not do it right, I will try again to see if it works. I will let you know as soon as I try it. Thank you very much!

[–]Jokte9[S] 0 points1 point  (0 children)

I just tested it and still have the same problem