How to reset Root password on Ubuntu 17.04 if forgotten

12/02/2020

This is a howto tutorial on how to reset root password on Ubuntu 17.04 via Grub. Please note that its assumed that you have physical access to the machine in question, it cannot be done remotely. Before we proceed, lets take a quick look at what Grub is about.

What is GNU GRUB?

GNU GRUB as described here, is a Multiboot boot loader. It was derived from GRUB, the GRand Unified Bootloader, which was originally designed and implemented by Erich Stefan Boleyn.

Briefly, a boot loader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel software (such as the Hurd or Linux). The kernel, in turn, initializes the rest of the operating system (e.g. GNU).

Reset Root Password

  • The first thing we need to do is reboot the Ubuntu 17.04 machine. While the system is rebooting, you need to press the SHIFT key on your keyboard immediately to take you to the GNU GRUB menu screen

reset root password

  • Next select the default boot OS which in my case is Ubuntu and pess the “e” key to enter the edit screen

reset root password

  • On the GNU GRUB edit mode screen, use the arrow buttons and locate the line that starts with “linux”. Usually this would be towards the end of the screen. All you need to do is locate the section that reads “ro quiet splash $vt_handoff” and change it to “rw init=/bin/bash”. See the screenshots below before and after change

Before Change

linux              /boot/vmlinuz-4.10.0-20-generic root=UUID=935da898-
3af3-469a-bacf-21164ca3efc9  rw quiet splash $vt_handoff

reset root password

After Change

linux              /boot/vmlinuz-4.10.0-20-generic root=UUID=935da898-
3af3-469a-bacf-21164ca3efc9  rw init=/bin/bash

reset root password

  • When done, press CTRL+x or F10 to reboot the system
  • The system will boot to a root shell command prompt screen. First lets check that your partition is in the read-write state by running the following command
root@(none):/# mount | grep -w /

reset root password

  • To reset the root password, type “passwd” and follow the prompt to complete the change

reset root password

  • Now that the root password had been changed successfully, reboot your machine with following command
root@(none):/# exec /sbin/init

If you run into any change while carrying out this steps, please feel free to drop a comment of the challenge and we will do our our to provide a fix

ONET IDC thành lập vào năm 2012, là công ty chuyên nghiệp tại Việt Nam trong lĩnh vực cung cấp dịch vụ Hosting, VPS, máy chủ vật lý, dịch vụ Firewall Anti DDoS, SSL… Với 10 năm xây dựng và phát triển, ứng dụng nhiều công nghệ hiện đại, ONET IDC đã giúp hàng ngàn khách hàng tin tưởng lựa chọn, mang lại sự ổn định tuyệt đối cho website của khách hàng để thúc đẩy việc kinh doanh đạt được hiệu quả và thành công.
Bài viết liên quan

10 Best RSS Readers for Ubuntu

Even if most of the tech experts actively claim that RSS (Rich Site Summary) is dead especially after Google Reader was...
28/12/2020

How to Use PulseAudio to Manage Sounds on Ubuntu 18.04

PulseAudio is a sound server for Linux and Mac OS. It also works on Windows operating system. It works like a proxy. The...
28/12/2020

Install PHP5 Ubuntu

If you’ve tried to install PHP 5 on the latest release of Ubuntu (which is at of this writing Ubuntu 17.10), you know that...
12/02/2020
Bài Viết

Bài Viết Mới Cập Nhật

Sử dụng Proxy để Quản Lý Tài Khoản Quảng Cáo Ads Một Cách An Toàn
27/05/2023

Hướng Dẫn Sử Dụng Socks5 Trên Trình Duyệt Chrome
05/05/2023

Các tiện ích và công cụ để quản lý proxy.
27/02/2023

Tác động của việc sử dụng proxy đến tốc độ kết nối internet của bạn.
27/02/2023

Các cách để kiểm tra tốc độ và độ ổn định của proxy.
27/02/2023