Skip to content

Instantly share code, notes, and snippets.

@amiteshore
Last active May 30, 2020 15:57
Show Gist options
  • Select an option

  • Save amiteshore/4499d80d01a9e14a8c1326d1f2372b2b to your computer and use it in GitHub Desktop.

Select an option

Save amiteshore/4499d80d01a9e14a8c1326d1f2372b2b to your computer and use it in GitHub Desktop.

Revisions

  1. amiteshore revised this gist May 30, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions ubuntu-installation-troubleshoot.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # Ubuntu Installation Troubleshooting

    ### STEP 1
    ```sh
    sudo service rsyslog stop
  2. amiteshore revised this gist May 30, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ubuntu-installation-troubleshoot.md
    Original 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
  3. amiteshore created this gist May 30, 2020.
    12 changes: 12 additions & 0 deletions ubuntu-installation-troubleshoot.md
    Original 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}`