Search found 1 match
- Sat Jul 20, 2019 4:52 pm
- Forum: Installation & Boot
- Topic: [Solved] Grub2 Timeout 30 seconds after today's update
- Replies: 26
- Views: 14124
Re: Grub2 Timeout 30 seconds after today's update
In a terminal window run: sudo sed -i "/recordfail_broken=/{s/1/0/}" /etc/grub.d/00_header followed by sudo update-grub The reason for the change is that the maintainer at Ubuntu doesn't know when to press Shift during boot and only know to bring up the menu via Ctrl+Alt+Del, which won't ...