-
Notifications
You must be signed in to change notification settings - Fork 0
Course Errata and Notes
Ricky Ng-Adam edited this page Aug 25, 2016
·
8 revisions
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
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
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