Ubuntu: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Content deleted Content added
Manpaz (talk | contribs)
Created page with "==== How to install Ubuntu ==== * Use the default DVI/VGA port to run the installation * ISSUE: Corrupted install screen ** If a nVidia video card is already in place, you ca..."
 
Manpaz (talk | contribs)
No edit summary
Line 2: Line 2:
* Use the default DVI/VGA port to run the installation
* Use the default DVI/VGA port to run the installation


* ISSUE: Corrupted install screen
ISSUE: Corrupted install screen
** If a nVidia video card is already in place, you can also add "nomodeset" to the boot loader.
* If a nVidia video card is already in place, you can also add "nomodeset" to the boot loader.


* ISSUE: Grub is unable to boot the recently installed system
ISSUE: Grub is unable to boot the recently installed system
** Boot in "Try Ubuntu" mode with the install disk
* Boot in "Try Ubuntu" mode with the install disk
** Mount the filesystem where Ubuntu is installed
* Mount the filesystem where Ubuntu is installed
** Install grub2
* Install grub2


* ISSUE: Screen is freezing on dual-screen setup with nVidia video card
ISSUE: Screen is freezing on dual-screen setup with nVidia video card
** Install nVidia drivers from repository
* Install nVidia drivers from repository
*** 12.10 to 13.10
** 12.10 to 13.10
# apt-add-repository ppa:xorg-edgers/ppa
# apt-add-repository ppa:xorg-edgers/ppa
*** 10.04 to 12.04
** 10.04 to 12.04
# apt-add-repository ppa:ubuntu-x-swat/x-updates
# apt-add-repository ppa:ubuntu-x-swat/x-updates
** Update the repos
* Update the repos
# apt-get update
# apt-get update
** Install nvidia drivers
* Install nvidia drivers
# apt-get install nvidia-current nvidia-settings
# apt-get install nvidia-current nvidia-settings


==== How to upgrade Ubuntu ====
==== How to upgrade Ubuntu ====
* Install the update manager
* Install the update manager
# apt-get install update-manager-core
# apt-get install update-manager-core

* Do the ubuntu ritual
* Do the ubuntu ritual
# apt-get update
# apt-get update
# apt-get upgrade
# apt-get upgrade
# apt-get autoremove
# apt-get autoremove

* Start the upgrade process
* Start the upgrade process
# do-release-upgrade
# do-release-upgrade

* Fixes on Ubuntu 14.04
* Fixes on Ubuntu 14.04
** All Apache configuration files, including sites, must end with ".conf"
** All Apache configuration files, including sites, must end with ".conf"

Revision as of 02:55, 3 June 2015

How to install Ubuntu

  • Use the default DVI/VGA port to run the installation

ISSUE: Corrupted install screen

  • If a nVidia video card is already in place, you can also add "nomodeset" to the boot loader.

ISSUE: Grub is unable to boot the recently installed system

  • Boot in "Try Ubuntu" mode with the install disk
  • Mount the filesystem where Ubuntu is installed
  • Install grub2

ISSUE: Screen is freezing on dual-screen setup with nVidia video card

  • Install nVidia drivers from repository
    • 12.10 to 13.10
# apt-add-repository ppa:xorg-edgers/ppa
    • 10.04 to 12.04
# apt-add-repository ppa:ubuntu-x-swat/x-updates
  • Update the repos
# apt-get update
  • Install nvidia drivers
# apt-get install nvidia-current nvidia-settings

How to upgrade Ubuntu

  • Install the update manager
# apt-get install update-manager-core
  • Do the ubuntu ritual
# apt-get update
# apt-get upgrade
# apt-get autoremove
  • Start the upgrade process
# do-release-upgrade
  • Fixes on Ubuntu 14.04
    • All Apache configuration files, including sites, must end with ".conf"
    • Apache 2.4 sets the lock file with a different statement
DEPRECATED (Ubuntu 12/ Apache 2.2): 
LockFile ${APACHE_LOCK_DIR}/accept.lock

NEW
Mutex file:${APACHE_LOCK_DIR} default
    • If running with non-graphical interface, ie. server mode, then remove consolekit to avoid the following "annoying" warnings being displayed on the terminal
GLib-CRITICAL: Source ID 123 was not found when attempting to remove it
    • If syslog-ng's configuration file is preserved instead to use the distro configuration, then update the format of the configuration file.