Skip to content

Course Errata and Notes

Ricky Ng-Adam edited this page Aug 25, 2016 · 8 revisions

Lab 3.1

Getting access to GRUB console at the boot:

  • Change GRUB /etc/default/grub config as follows:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=5
GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=5
  • Run sudo update-grub
  • Run VirtualBox GUI to get access to the console
  • Reset VM
  • Press shift or ESC to interrupt
  • GRUB menu should be displayed

Chapter 4.1

There was some confusion because typically runlevel 3 is the default, but in Ubuntu apparently this is 2.

Reference: http://www.debianadmin.com/debian-and-ubuntu-linux-run-levels.html

Chapter 4.6

chkconfig does not exist anymore in Ubuntu... install sysv-rc-conf to get equivalent functionality

Reference: http://askubuntu.com/questions/221293/why-is-chkconfig-no-longer-available-in-ubuntu

(Actually explained later in 4.8)

Chapter 4.7.a

Most useful here seems to be:

service --status-all
Clone this wiki locally