Last active
May 30, 2020 15:57
-
-
Save amiteshore/4499d80d01a9e14a8c1326d1f2372b2b to your computer and use it in GitHub Desktop.
Revisions
-
amiteshore revised this gist
May 30, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # Ubuntu Installation Troubleshooting ### STEP 1 ```sh sudo service rsyslog stop -
amiteshore revised this gist
May 30, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,7 @@ 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 -
amiteshore created this gist
May 30, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ ### STEP 1 ```sh 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}`