I am trying to access the GRUB menu by pressing shift, esc, space, etc, but I just can't get into it. I can't change the /etc/default/grub
file unless I login. But I lost my password, so I can't do that!
Asked
Active
Viewed 340 times
0

Zanna
- 70,465
1 Answers
1
You can use the LiveCD Rescatux to recover your system: Rescatux
Rescatux is a GNU/Linux rescue cd (and eventually also Windows) but it is not like other rescue disks. Rescatux comes with Rescapp. Rescapp is a nice wizard that will guide you through your rescue tasks.
Might it helps.
-
1Welcome to Ask Ubuntu! A link to a potential solution is always welcome, but please add context around the link so your fellow users will have some idea what it is and why it's there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline. Take into account that being barely more than a link to an external site is a possible reason as to Why and how are some answers deleted?. – Videonauth Nov 23 '16 at 10:24
chroot
with live media). If you can'tchroot
, use the live media to boot, mount the root partition and edit/etc/default/grub
(comment out theGRUB_HIDDEN_TIMEOUT...
line) then reboot to recovery and follow the standard procedure – Zanna Nov 22 '16 at 13:02