Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Need to remove grub password

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

Comments

  • kevindskevinds Member, LIR

    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.

  • ArkasArkas Member, Retired Moderator
    edited June 2022

    The file may be /etc/grub.d/40_custom or 00_header

    P.S.
    grep password /etc/grub.d/*

    Thanked by 1Tony40
  • @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.

    i mount that disk (ubuntu) and edit /etc/grub.d/ but doesn't work

  • logaritselogaritse Member
    edited June 2022

    @Arkas said:
    The file may be /etc/grub.d/40_custom or 00_header

    P.S.
    grep password /etc/grub.d/*

    got the text at 40_custom file for user and password hash but how to disable ?

  • ArkasArkas Member, Retired Moderator

    remove the file containing the superusers.
    sudo -H gedit /etc/grub.d40_custom/
    dont forget to update grub

    Thanked by 1logaritse
  • @Arkas said:
    remove the file containing the superusers.
    sudo -H gedit /etc/grub.d40_custom/
    dont forget to update grub

    letme try .. thank you

Sign In or Register to comment.