It looks like you're new here. If you want to get involved, click one of these buttons!
Hello everyone, i need help how to remove ubuntu 16 grub password ?
already boot with live cd and try to edit /etc/grub.d/40_custom file and replace with new generated password doesn't work
is there any way to disable grub password.
Thank you
Why not just remove/disable the password instead of trying to set a new one from your live-cd environment?
Because I try not to assume.. When using the live-cd environment, /etc/grub.d/ is the wrong path.. That will be the live-cd grub files.
The file may be /etc/grub.d/40_custom or 00_header
P.S. grep password /etc/grub.d/*
@kevinds said: Why not just remove/disable the password instead of trying to set a new one from your live-cd environment? Because I try not to assume.. When using the live-cd environment, /etc/grub.d/ is the wrong path.. That will be the live-cd grub files.
@kevinds said: Why not just remove/disable the password instead of trying to set a new one from your live-cd environment?
i mount that disk (ubuntu) and edit /etc/grub.d/ but doesn't work
@Arkas said: The file may be /etc/grub.d/40_custom or 00_header P.S. grep password /etc/grub.d/*
@Arkas said: The file may be /etc/grub.d/40_custom or 00_header
got the text at 40_custom file for user and password hash but how to disable ?
remove the file containing the superusers. sudo -H gedit /etc/grub.d40_custom/ dont forget to update grub
@Arkas said: remove the file containing the superusers. sudo -H gedit /etc/grub.d40_custom/ dont forget to update grub
letme try .. thank you
Comments
Why not just remove/disable the password instead of trying to set a new one from your live-cd environment?
Because I try not to assume.. When using the live-cd environment, /etc/grub.d/ is the wrong path.. That will be the live-cd grub files.
The file may be /etc/grub.d/40_custom or 00_header
P.S.
grep password /etc/grub.d/*
i mount that disk (ubuntu) and edit /etc/grub.d/ but doesn't work
got the text at 40_custom file for user and password hash but how to disable ?
remove the file containing the superusers.
sudo -H gedit /etc/grub.d40_custom/
dont forget to update grub
letme try .. thank you