LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Why does my Ubuntu boot so quickly when I... (https://www.linuxquestions.org/questions/linux-newbie-8/why-does-my-ubuntu-boot-so-quickly-when-i-541922/)

gregorian 03-30-2007 10:15 AM

Why does my Ubuntu boot so quickly when I...
 
...press Ctrl + Alt + F1 at the beginning of the boot process?

I see:

Starting up....


Then I see a few lines of text, and after 5 seconds my GUI loads. If I let it boot the normal way, it takes more than 2 minutes. Is there something wrong with this way of booting? I haven't experienced any problems I know of yet.

Hendronicus 03-31-2007 04:01 AM

This is only a guess but I would say that ctl-alt-F1 probably turns off some auto-detection routines that you apparently don't need anymore. Lucky you...

gregorian 03-31-2007 10:11 AM

Seriously, my Ubuntu boots faster than my Windows now! I just want to know if they're any drawbacks to this method.

mcmillan 03-31-2007 02:13 PM

It shouldn't make any difference, ctl-f1 should just be showing messages that come up during the boot process. I'm not sure why it would be faster, but if it is going so much faster it shouldn't hurt anything.

Hendronicus 03-31-2007 03:14 PM

The only drawback that comes to mind is if you add new hardware to the machine or if you add software that needs to auto-configure at boot. I'm going to try this trick sometime, myself.

gregorian 04-04-2007 08:10 PM

I got an extra message today: /dev/hdb1 has been mounted 30 times without checking root file system. Checking forced.

It then took the usual time it takes to boot up.

So Ctrl Alt F1 bypasses the root file system checkup, and hence speeds up your computer.Is there any problem with this?

Hendronicus 04-05-2007 12:47 AM

Are you using the ext2 filesystem? If you are you should let it check it every once in a while. If you're using reiserfs or ext3 it shouldn't need to be checked unless the computer lost power for some reason. Also, ext2 is usually set set to check itself every 30 mounts or so, that may be why you saw that message.

gregorian 04-05-2007 05:04 AM

I don't know which file system I'm using. How do I find out? I just went with the default Ubuntu installation.

brianL 04-05-2007 06:07 AM

It will be ext3.

52cent 04-05-2007 06:16 AM

Quote:

Originally Posted by gregorian
I don't know which file system I'm using. How do I find out? I just went with the default Ubuntu installation.

type 'mount' on the terminal and look in the first output line next to to the word 'type'.

gregorian 04-05-2007 07:40 AM

Quote:

Originally Posted by brianL
It will be ext3.

You are correct. Does this mean I will be having no problem if I bypass the file system check?

Dragineez 04-05-2007 06:24 PM

What Do You Want For Nothing
 
Quote:

Originally Posted by gregorian
You are correct. Does this mean I will be having no problem if I bypass the file system check?

Sure. I don't think it's bypassing the file system check that is speeding it up. The check is run every 30th time you boot, not every time. So it wasn't running anyway.

Ctrl-Alt-F1 isn't really bypassing anything. It is dutifully launching a new virtual terminal, complete with X, just like you asked it to. The boot process is probably still going on in the background.

gregorian 04-05-2007 08:45 PM

That's what I thought, but it doesn't explain why my boot up speed increased tremendously.


All times are GMT -5. The time now is 05:14 PM.