Why there is 60-65 sec.pause between grub menu and boot sequence

Asked by Sencer HAMARAT

Fresh installed ubuntu 14.04 on HDD, pauses ~60-65 sec. on boot time between, after pressing enter on grub menu (it disappears and cursor blinks on blank screen) and boot. I did fresh install on SSD again but nothing changed. After all I did downgrade the kernel to 3.12 but still pauses in same time span. What can be cause this puses?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Sencer HAMARAT
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Run:

dmesg | less

Look for large gaps in the time on the left, they are seconds since the kernel came up. This will give you clues.

Revision history for this message
Sencer HAMARAT (sencerhamarat) said :
#2

Is this this what we looking for?

[ 9.512030] ata1: link is slow to respond, please be patient (ready=0)
[ 13.936030] ata1: SRST failed (errno=-16)
[ 19.452030] ata1: link is slow to respond, please be patient (ready=0)
[ 23.988030] ata1: SRST failed (errno=-16)
[ 29.504030] ata1: link is slow to respond, please be patient (ready=0)
[ 48.080034] random: nonblocking pool is initialized
[ 59.016030] ata1: SRST failed (errno=-16)
[ 59.016034] ata1: limiting SATA link speed to 1.5 Gbps
[ 64.028030] ata1: SRST failed (errno=-16)
[ 64.038799] ata1: reset failed, giving up

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Set your ATA to IDE compatibility mode in BIOS (if possible)

Revision history for this message
Sencer HAMARAT (sencerhamarat) said :
#4

It works, thank you.

But shouldn't SSD work better by AHCI ?