Booting to a console login
From MEPIS Documentation Wiki
| Revision as of 00:13, 19 October 2008 AdrianTM (Talk | contribs) (apparently not true anymore...) � Previous diff |
Revision as of 16:27, 1 November 2009 Cookdav (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| - | In some cases, you may find it helpful to boot to a console-only logon, such as when X is having troubles displaying right, or you're on a slow machine and don't need the GUI to do what you want to do. | + | In some cases, you may find it helpful to boot to a console-only logon: |
| - | You can tell GRUB to boot you into any runlevel you want by simply appending the number onto the GRUB command line before hitting enter. The following runlevels are default for the Mepis CD: | + | e.g. When X-Windows(GUI) is having troubles displaying right (to repair X-Windows or switch graphics drivers) |
| + | |||
| + | e.g. When you're on a slow machine and just don't need the GUI to do what you want to do. | ||
| + | |||
| + | |||
| + | You can tell GRUB to boot you into any runlevel you want by simply appending the number onto the GRUB command line before hitting enter. It is recommended that you actually PRACTICE doing some things at run-level-3, so that you're comfortable there, in anticipation of the time when you'll need to make minor 'repairs'. Note that since the network is running, you can install/remove software and drivers, and make changes to files. | ||
| + | |||
| + | [To edit files at run-level-3, you'll need a non-GUI-based editor such as the newbie-friendly 'nano'. If that is NOT installed, just install it by running the root-cmd 'apt-get install nano'.] | ||
| + | |||
| + | |||
| + | [As an alternative to using run-level-3 to repair the system, you can instead bootup the MEPIS LiveCD, as it | ||
| + | likewise supports various 'repair' operations (of the installed system).] | ||
| + | |||
| + | |||
| + | The following runlevels are default for the Mepis CD: | ||
| <table border=1> | <table border=1> | ||
| Line 8: | Line 22: | ||
| <tr><td>1</td><td>Single-user mode</td></tr> | <tr><td>1</td><td>Single-user mode</td></tr> | ||
| <tr><td>2</td><td>Multiuser with no network</td></tr> | <tr><td>2</td><td>Multiuser with no network</td></tr> | ||
| - | <tr><td>3</td><td>Console logon, no X (i.e. no GUI)</td></tr> | + | <tr><td>3</td><td>Console logon, network is running, but no X-Windows (i.e. no GUI)</td></tr> |
| <tr><td>4</td><td>Not used/Custom</td></tr> | <tr><td>4</td><td>Not used/Custom</td></tr> | ||
| <tr><td>5</td><td>Default GUI logon</td></tr> | <tr><td>5</td><td>Default GUI logon</td></tr> | ||
Revision as of 16:27, 1 November 2009
In some cases, you may find it helpful to boot to a console-only logon:
e.g. When X-Windows(GUI) is having troubles displaying right (to repair X-Windows or switch graphics drivers)
e.g. When you're on a slow machine and just don't need the GUI to do what you want to do.
You can tell GRUB to boot you into any runlevel you want by simply appending the number onto the GRUB command line before hitting enter. It is recommended that you actually PRACTICE doing some things at run-level-3, so that you're comfortable there, in anticipation of the time when you'll need to make minor 'repairs'. Note that since the network is running, you can install/remove software and drivers, and make changes to files.
[To edit files at run-level-3, you'll need a non-GUI-based editor such as the newbie-friendly 'nano'. If that is NOT installed, just install it by running the root-cmd 'apt-get install nano'.]
[As an alternative to using run-level-3 to repair the system, you can instead bootup the MEPIS LiveCD, as it
likewise supports various 'repair' operations (of the installed system).]
The following runlevels are default for the Mepis CD:
| Rulevel | Description |
|---|---|
| 0 | Halt (power down) |
| 1 | Single-user mode |
| 2 | Multiuser with no network |
| 3 | Console logon, network is running, but no X-Windows (i.e. no GUI) |
| 4 | Not used/Custom |
| 5 | Default GUI logon |
| 6 | Reboot |
Runlevels can be customized to start or stop different services, either using a graphical utility like KsysV, or command line utilities like update-rc.d.

