booting headess is slower than with screen?
I've noticed that it takes about 15 seconds longer to boot my Pi without a screen attached (I mean without a HDMI cable attached). The only other two connections are power and ethernet (no usb). I'm timing this from when an ssh connection is made. Obviously I cant see any messages without the screen when headless, so is there any particular reason for this? (or is there a way to see the console via the network?)
Re: booting headess is slower than with screen?
As a guess I would say without the HDMI cable attached it is probably going through all the various HDMI modes trying to connect. Then factor in the time it takes to actually ssh in and the authorization process it should take longer for the pi to be responsive headless. Without actually getting a board and script to light up a led once booted it would be hard to say just how long it takes the pi to boot.
http://www.raspians.com - always looking for content feel free to ask to have it posted. Or sign up and message me to become a contributor to the site. Raspians is not affiliated with the Raspberry Pi Foundation. (RPi's + You = Raspians)
- tedhale
- Posts: 114
- Joined: Thu Sep 20, 2012 4:52 pm
- Location: Williamsburg, VA, USA
- Contact: Website
Re: booting headess is slower than with screen?
If you connect to the serial port on the GPIO you can see all of the boot process.
If you use something like this http://adafruit.com/products/954
you won't have to build a serial interface module.
If you would like to build one anyway, there are instructions on my blog.
I am curious about this since I tend to run all my RasPis headless.
If you use something like this http://adafruit.com/products/954
you won't have to build a serial interface module.
If you would like to build one anyway, there are instructions on my blog.
I am curious about this since I tend to run all my RasPis headless.
- Ted B. Hale
http://raspberrypihobbyist.blogspot.com
http://raspberrypihobbyist.blogspot.com
Re: booting headess is slower than with screen?
Running the PI with or without a HDMI cable won't make any difference to boot-up time what you're probably experiencing is a delay in starting network connectivity.
The PI console doesn't have to wait for a valid internet connection therefore login would always be quicker than using remote ssh.
Richard S.
The PI console doesn't have to wait for a valid internet connection therefore login would always be quicker than using remote ssh.
Richard S.