- A clean normally running true virtualization (e.g. KVM) VPS with GRUB2 and VNC access. This script have been tested on SolusVM KVM VPS & Alibaba Cloud ECS with Debian 8/9 & Ubuntu 16.04/18.04.
- Then check `/etc/default/grub` with your preferred editor (e.g. `nano` or `vi`).
- Make sure there's **no**`GRUB_HIDDEN_TIMEOUT_QUIET` and `GRUB_HIDDEN_TIMEOUT`. **Just delete them.**
Check these dependencies:
- Make sure there's reasonable number for `GRUB_DEFAULT`**timeout**. You can just set `GRUB_DEFAULT=999` which will be fine (about 16 minutes).