Glam Prestige Journal

Bright entertainment trends with youth appeal.

I've recently assembled a computer that I'll be using as a server, mainly for hosting game services. I've installed Ubuntu Server 20.04 and everything works fine, however after 5-10 hours (sometimes a bit longer) the entire server just stops working and gives the following error:

enter image description here

I just can't seem to figure out why this is happening. I am using the following hardware components:

  • Mobo: Msi x370 SLI PLUS
  • CPU: AMD Ryzen 5 2600X
  • GPU: MSI GTX 760 Twin Frozr
  • PSU: Corsair CX750M
  • SSD: ADATA XPG S40G 256GB M.2 RGB
  • RAM: Corsair Vengeance LPX CMK32GX4M2B3200C16
4

2 Answers

if this problem is solved or you did something else then you can skip this. Well kernel panic not sync, this message most probably telling that something is wrong with the kernel. ( I could be wrong ) You can do as I suggest. Power off the system and turn it back on. Whenever the grub menu comes in it shows 3 options

  • start ubuntu normally
  • advanced options for ubuntu
  • memory test
  • memory test ....

Choose the 2nd option **`advanced options for ubuntu`**. Then you'll be given options to select from one of the kernels that are installed on your system. From there please choose a previous one which one is the previous one from the present or latest one. Choose the recovery option.
Then you'll be prompt to choose the Recovery menu and then choose **root**. After that paste the following codes.
# mount -o remount, rw /

It will take some times. Then you need to choose the latest kernel.

# mkinitramfs -o /boot/initrd.img-4.(Your kernel version) 

It will generate the boot image for you for this specific kernel. After that please update your grub by update-grub.
I hope this works. But please be careful while playing with your kernel. I have found this on a youtube tutorial and here is the link for your help. Here is the link:

1

I got the following message after runnning: mkinitramfs -o /boot/initrd.img-X.(my kernel version)

I: The initramfs will attempt to resume from /dev/sda7
I: (UUID=8b5d3a40-2e60-4610-a497-f4be56d4013e)
I: Set the RESUME variable to override this.

Does not know what should be next

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy