Skip to content

Instantly share code, notes, and snippets.

@amiteshore
Last active May 30, 2020 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amiteshore/4499d80d01a9e14a8c1326d1f2372b2b to your computer and use it in GitHub Desktop.
Save amiteshore/4499d80d01a9e14a8c1326d1f2372b2b to your computer and use it in GitHub Desktop.

Ubuntu Installation Troubleshooting

STEP 1

sudo service rsyslog stop
sudo systemctl disable rsyslog

STEP 2

Append pci=nomsi in /etc/default/grub on GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" line

Run sudo update-grub

STEP 3

truncate -s 1K {file.log}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment