06-25-2016, 10:18 PM
Just in addition to Mike's tip.
The [size=1em]GRUB_TIMEOUT functionality could be misunderstood. [/size]It is not determining the duration of the boot process itself.
It tells GRUB to boot the default entry this many seconds after the menu is displayed, unless a key is pressed. Meaning, it tells GRUB when to start the boot process.
To solve dependency issues you could also use
Hope that helps
The [size=1em]GRUB_TIMEOUT functionality could be misunderstood. [/size]It is not determining the duration of the boot process itself.
It tells GRUB to boot the default entry this many seconds after the menu is displayed, unless a key is pressed. Meaning, it tells GRUB when to start the boot process.
To solve dependency issues you could also use
Code:
sudo apt-get -f install
Hope that helps
