This time, I will refer to a couple of modifications to expedite the time it takes to enter the system. The first amendment
aims to reduce the waiting time in the bootloader (GRUB
- )
- . The second change allows start a user account automatically
1. Speeding up the boot loader (GRUB Bootloader (GRUB
) is that we can start one or another operating system installed on our machine. Typically, a menu appears where we go versions of the kernel (kernel
) we have installed Linux with versions of Windows. Editing the GRUB configuration file As involves changes alter the GRUB risky to change the configuration file (/ boot / grub / menu.lst) should log in with root privileges (su). For this, open the dialog "Run Application" (Alt-F2) and type
gksu gedit / boot / grub / menu.lst
We ask the root password. After joining we will open a text editor window with the file. Now we can proceed with the issue.
reduce the waiting time You'll notice a line that goes 10 timeout (line 19 aprox.). The number 10 indicates the number of seconds counts down the menu. Typically 10. We will reduce to a reasonable number so as not to wait. Personally I leave in 3 seconds, if you ever wanted to start with another kernel version (kernel ) or with the Windows partition (yes, I admit that I have a Windows partition, but I have not used for months). Hide the menu
Find the line where he says # hiddenmenu
(line 23 aprox.) And uncomment the line, removing the pad or sign cat (#). By doing this, when you boot your machine and not the menu appear but only the countdown. If you want to access the menu you will be prompted to press any key, otherwise remain hidden.After making the changes you deem appropriate, save your changes. Remember that this configuration file is essential to start the operating system, so any mistake can cost you a headache. Make a backup of the file or keep your Ubuntu disk handy in case of emergency. 2. User login automatically
If we only have one user in our system, can save valuable time skip the input window in which we are asked to enter the username and password.For this, we
menu System> Adminisitración>
input window. We will open a window where we can modify some aspects of it. For our purposes, we went to the "Security" tab and check the box that says "Enable automatic login." Drop-down list, select the user you want to start our system. Then close the window and the next time you start the system we can enjoy our changes.
0 comments:
Post a Comment