Cannot reset root password via grub The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsI reset my password and now I can login, but without nautilus or program menuRehashing /etc/shadow. Can I force NIS users to change password?Reset password for regular user who is locked outCannot update password policy for userSOLVED: Useradd fails: useradd: cannot lock /etc/passwd; try again laterCentOS 7 GUI or CLI not loadingHow can I setup grub password in rhel7?root password not working when entering in Single-User ModeResetting root password in CentOS 7

How do you keep chess fun when your opponent constantly beats you?

One-dimensional Japanese puzzle

Can we generate random numbers using irrational numbers like π and e?

Single author papers against my advisor's will?

Why are PDP-7-style microprogrammed instructions out of vogue?

What do I do when my TA workload is more than expected?

Is 'stolen' appropriate word?

Can withdrawing asylum be illegal?

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

Why did Peik Lin say, "I'm not an animal"?

Sub-subscripts in strings cause different spacings than subscripts

Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?

What information about me do stores get via my credit card?

My body leaves; my core can stay

Does Parliament hold absolute power in the UK?

Drawing arrows from one table cell reference to another

"is" operation returns false even though two objects have same id

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Homework question about an engine pulling a train

60's-70's movie: home appliances revolting against the owners

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

What is the padding with red substance inside of steak packaging?

How to type a long/em dash `—`

Why can't devices on different VLANs, but on the same subnet, communicate?



Cannot reset root password via grub



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election ResultsI reset my password and now I can login, but without nautilus or program menuRehashing /etc/shadow. Can I force NIS users to change password?Reset password for regular user who is locked outCannot update password policy for userSOLVED: Useradd fails: useradd: cannot lock /etc/passwd; try again laterCentOS 7 GUI or CLI not loadingHow can I setup grub password in rhel7?root password not working when entering in Single-User ModeResetting root password in CentOS 7



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I am using Redhat Linux 5. I forgot the root password i set while installing linux OS. After rebooting right after the installation, entering root password is needed of course. So the following is what i did: I couldn't reset root password from "grub" after booting using single user mode. After writing command "passwd",instead of asking to input new unix password,it went like:




"changing password for user root. passwd: authentication token
manipulation error"




It skips the following




"Asking to input root password. Then it returns authentication token manipulation
error"




Any idea why it is doing so? This is the first time i do resetting root password via grub. The parameter i passed are "single" and "selinux=0" to disable SELINUX policy loading since it was halting when the SELINUX is not disabled.



enter image description here










share|improve this question
























  • Did you edit the boot options and add init=/bin/bash to the boot entry?

    – Raman Sailopal
    Oct 23 '17 at 11:22











  • What did you do to get error “Asking to input root password. Then it returns authentication token manipulation error”

    – ctrl-alt-delor
    Oct 23 '17 at 11:26






  • 2





    related to askubuntu.com/questions/57620/… type mount check mount options is it rw.

    – ctrl-alt-delor
    Oct 23 '17 at 11:31












  • @RamanSailopal , I now tried to append the boot entry by the following: 1) init=/bin/bash 2) then pressed enter 3) at bash prompt did : mount -n -o remount,rw / 4) Tried to reset password using "passwd" I am still getting the same error as the attach file shows above.

    – Mussa
    Oct 23 '17 at 20:34












  • @ctrl-alt-delor "Asking to input root password" was not the error. After using "passwd" command , it should ask me to input the new root password. But it didn't. Instead, it gives "authentication token manipulation error without asking me to give root password (reset password).

    – Mussa
    Oct 23 '17 at 20:37

















1















I am using Redhat Linux 5. I forgot the root password i set while installing linux OS. After rebooting right after the installation, entering root password is needed of course. So the following is what i did: I couldn't reset root password from "grub" after booting using single user mode. After writing command "passwd",instead of asking to input new unix password,it went like:




"changing password for user root. passwd: authentication token
manipulation error"




It skips the following




"Asking to input root password. Then it returns authentication token manipulation
error"




Any idea why it is doing so? This is the first time i do resetting root password via grub. The parameter i passed are "single" and "selinux=0" to disable SELINUX policy loading since it was halting when the SELINUX is not disabled.



enter image description here










share|improve this question
























  • Did you edit the boot options and add init=/bin/bash to the boot entry?

    – Raman Sailopal
    Oct 23 '17 at 11:22











  • What did you do to get error “Asking to input root password. Then it returns authentication token manipulation error”

    – ctrl-alt-delor
    Oct 23 '17 at 11:26






  • 2





    related to askubuntu.com/questions/57620/… type mount check mount options is it rw.

    – ctrl-alt-delor
    Oct 23 '17 at 11:31












  • @RamanSailopal , I now tried to append the boot entry by the following: 1) init=/bin/bash 2) then pressed enter 3) at bash prompt did : mount -n -o remount,rw / 4) Tried to reset password using "passwd" I am still getting the same error as the attach file shows above.

    – Mussa
    Oct 23 '17 at 20:34












  • @ctrl-alt-delor "Asking to input root password" was not the error. After using "passwd" command , it should ask me to input the new root password. But it didn't. Instead, it gives "authentication token manipulation error without asking me to give root password (reset password).

    – Mussa
    Oct 23 '17 at 20:37













1












1








1








I am using Redhat Linux 5. I forgot the root password i set while installing linux OS. After rebooting right after the installation, entering root password is needed of course. So the following is what i did: I couldn't reset root password from "grub" after booting using single user mode. After writing command "passwd",instead of asking to input new unix password,it went like:




"changing password for user root. passwd: authentication token
manipulation error"




It skips the following




"Asking to input root password. Then it returns authentication token manipulation
error"




Any idea why it is doing so? This is the first time i do resetting root password via grub. The parameter i passed are "single" and "selinux=0" to disable SELINUX policy loading since it was halting when the SELINUX is not disabled.



enter image description here










share|improve this question
















I am using Redhat Linux 5. I forgot the root password i set while installing linux OS. After rebooting right after the installation, entering root password is needed of course. So the following is what i did: I couldn't reset root password from "grub" after booting using single user mode. After writing command "passwd",instead of asking to input new unix password,it went like:




"changing password for user root. passwd: authentication token
manipulation error"




It skips the following




"Asking to input root password. Then it returns authentication token manipulation
error"




Any idea why it is doing so? This is the first time i do resetting root password via grub. The parameter i passed are "single" and "selinux=0" to disable SELINUX policy loading since it was halting when the SELINUX is not disabled.



enter image description here







rhel password root grub






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 23 '17 at 13:48









Christopher

10.9k33349




10.9k33349










asked Oct 23 '17 at 11:20









MussaMussa

613




613












  • Did you edit the boot options and add init=/bin/bash to the boot entry?

    – Raman Sailopal
    Oct 23 '17 at 11:22











  • What did you do to get error “Asking to input root password. Then it returns authentication token manipulation error”

    – ctrl-alt-delor
    Oct 23 '17 at 11:26






  • 2





    related to askubuntu.com/questions/57620/… type mount check mount options is it rw.

    – ctrl-alt-delor
    Oct 23 '17 at 11:31












  • @RamanSailopal , I now tried to append the boot entry by the following: 1) init=/bin/bash 2) then pressed enter 3) at bash prompt did : mount -n -o remount,rw / 4) Tried to reset password using "passwd" I am still getting the same error as the attach file shows above.

    – Mussa
    Oct 23 '17 at 20:34












  • @ctrl-alt-delor "Asking to input root password" was not the error. After using "passwd" command , it should ask me to input the new root password. But it didn't. Instead, it gives "authentication token manipulation error without asking me to give root password (reset password).

    – Mussa
    Oct 23 '17 at 20:37

















  • Did you edit the boot options and add init=/bin/bash to the boot entry?

    – Raman Sailopal
    Oct 23 '17 at 11:22











  • What did you do to get error “Asking to input root password. Then it returns authentication token manipulation error”

    – ctrl-alt-delor
    Oct 23 '17 at 11:26






  • 2





    related to askubuntu.com/questions/57620/… type mount check mount options is it rw.

    – ctrl-alt-delor
    Oct 23 '17 at 11:31












  • @RamanSailopal , I now tried to append the boot entry by the following: 1) init=/bin/bash 2) then pressed enter 3) at bash prompt did : mount -n -o remount,rw / 4) Tried to reset password using "passwd" I am still getting the same error as the attach file shows above.

    – Mussa
    Oct 23 '17 at 20:34












  • @ctrl-alt-delor "Asking to input root password" was not the error. After using "passwd" command , it should ask me to input the new root password. But it didn't. Instead, it gives "authentication token manipulation error without asking me to give root password (reset password).

    – Mussa
    Oct 23 '17 at 20:37
















Did you edit the boot options and add init=/bin/bash to the boot entry?

– Raman Sailopal
Oct 23 '17 at 11:22





Did you edit the boot options and add init=/bin/bash to the boot entry?

– Raman Sailopal
Oct 23 '17 at 11:22













What did you do to get error “Asking to input root password. Then it returns authentication token manipulation error”

– ctrl-alt-delor
Oct 23 '17 at 11:26





What did you do to get error “Asking to input root password. Then it returns authentication token manipulation error”

– ctrl-alt-delor
Oct 23 '17 at 11:26




2




2





related to askubuntu.com/questions/57620/… type mount check mount options is it rw.

– ctrl-alt-delor
Oct 23 '17 at 11:31






related to askubuntu.com/questions/57620/… type mount check mount options is it rw.

– ctrl-alt-delor
Oct 23 '17 at 11:31














@RamanSailopal , I now tried to append the boot entry by the following: 1) init=/bin/bash 2) then pressed enter 3) at bash prompt did : mount -n -o remount,rw / 4) Tried to reset password using "passwd" I am still getting the same error as the attach file shows above.

– Mussa
Oct 23 '17 at 20:34






@RamanSailopal , I now tried to append the boot entry by the following: 1) init=/bin/bash 2) then pressed enter 3) at bash prompt did : mount -n -o remount,rw / 4) Tried to reset password using "passwd" I am still getting the same error as the attach file shows above.

– Mussa
Oct 23 '17 at 20:34














@ctrl-alt-delor "Asking to input root password" was not the error. After using "passwd" command , it should ask me to input the new root password. But it didn't. Instead, it gives "authentication token manipulation error without asking me to give root password (reset password).

– Mussa
Oct 23 '17 at 20:37





@ctrl-alt-delor "Asking to input root password" was not the error. After using "passwd" command , it should ask me to input the new root password. But it didn't. Instead, it gives "authentication token manipulation error without asking me to give root password (reset password).

– Mussa
Oct 23 '17 at 20:37










4 Answers
4






active

oldest

votes


















0














Your system is lock or mount in (ro)



  1. other linux is boot

  2. mount your system root mount /dev/sda /mnt (rw)

  3. chroot /mnt

  4. passwd root

  5. reboot





share|improve this answer




















  • 1





    What do you mean by "other linux is boot". I am confused.

    – Mussa
    Oct 23 '17 at 20:45


















0














This answer assumes RHEL5 and also assumes that SELINUX is not enabled.



  1. At the boot loader (GRUB) menu select (highlight) the kernel you wish to boot into using the arrow keys if you have more than one kernel or OS menu item.

  2. Type A to enter into append mode.

  3. Press the spacebar once to add a space.

  4. Type the word "single" to tell GRUB to boot into single-user.

  5. Press enter and GRUB will boot you into single-user mode with root privledges.

  6. Now you can successfully run the passwd root command.





share|improve this answer























  • Meh! after doing this i am getting the issue above. Check the attached file. I reached step 6. Done "passwd" to reset the password , then as you can see in the attached file, it is not accepting any input from me to reset the password. Please look at the attached file.

    – Mussa
    Oct 23 '17 at 20:47











  • @Mussa. What attached file?

    – fpmurphy
    Oct 24 '17 at 0:17











  • @Mussa. At the single user prompt, please run pwck and grpckand cat /etc/shadow | grep root and cat /etc/passwd | grep root and provide output

    – fpmurphy
    Oct 24 '17 at 0:24












  • In below comments , I am going to send you the output of each command

    – Mussa
    Oct 24 '17 at 15:42











  • # pwck user adm: directory /var/adm does not exist user news: directroy /etc/news does not exist user uucp: directory /var/spool/uucp does not exist user gopher: directory /var/gopher does not exist user ftp: directory /var/ftp does not exist user pcap: directory /var/arpwatch does not exist user sabayon: directory /homme/sabayon does not exist pwck: no changes

    – Mussa
    Oct 24 '17 at 15:42



















0














Boot your system the press e to edit grub;



Change the ligne:



ro rhgb quiet


to



 rw init=/sysroot/bin/sh


Press Ctrl + X to boot



From the root shell type:



chroot /sysroot


Disable selinux



setenforce 0


To change the root password type



passwd root


Type your password twice . To change the user password:



passwd user


Update the selenux file



touch /.autorelabel


Type



exit
reboot


To update the selinux file , it will take a few minutes at:



relabeling could take a very long time depending on file


then it will reboot






share|improve this answer
































    0














    This happens when your file system is read only



    mount -rw -o remount /





    share|improve this answer


















    • 1





      Note that the OP tried that already

      – Jeff Schaller
      Jan 19 '18 at 1:47











    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f399880%2fcannot-reset-root-password-via-grub%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    4 Answers
    4






    active

    oldest

    votes








    4 Answers
    4






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Your system is lock or mount in (ro)



    1. other linux is boot

    2. mount your system root mount /dev/sda /mnt (rw)

    3. chroot /mnt

    4. passwd root

    5. reboot





    share|improve this answer




















    • 1





      What do you mean by "other linux is boot". I am confused.

      – Mussa
      Oct 23 '17 at 20:45















    0














    Your system is lock or mount in (ro)



    1. other linux is boot

    2. mount your system root mount /dev/sda /mnt (rw)

    3. chroot /mnt

    4. passwd root

    5. reboot





    share|improve this answer




















    • 1





      What do you mean by "other linux is boot". I am confused.

      – Mussa
      Oct 23 '17 at 20:45













    0












    0








    0







    Your system is lock or mount in (ro)



    1. other linux is boot

    2. mount your system root mount /dev/sda /mnt (rw)

    3. chroot /mnt

    4. passwd root

    5. reboot





    share|improve this answer















    Your system is lock or mount in (ro)



    1. other linux is boot

    2. mount your system root mount /dev/sda /mnt (rw)

    3. chroot /mnt

    4. passwd root

    5. reboot






    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Oct 23 '17 at 12:21









    Pierre.Vriens

    1,00451216




    1,00451216










    answered Oct 23 '17 at 11:34









    Dmitry LvovDmitry Lvov

    1




    1







    • 1





      What do you mean by "other linux is boot". I am confused.

      – Mussa
      Oct 23 '17 at 20:45












    • 1





      What do you mean by "other linux is boot". I am confused.

      – Mussa
      Oct 23 '17 at 20:45







    1




    1





    What do you mean by "other linux is boot". I am confused.

    – Mussa
    Oct 23 '17 at 20:45





    What do you mean by "other linux is boot". I am confused.

    – Mussa
    Oct 23 '17 at 20:45













    0














    This answer assumes RHEL5 and also assumes that SELINUX is not enabled.



    1. At the boot loader (GRUB) menu select (highlight) the kernel you wish to boot into using the arrow keys if you have more than one kernel or OS menu item.

    2. Type A to enter into append mode.

    3. Press the spacebar once to add a space.

    4. Type the word "single" to tell GRUB to boot into single-user.

    5. Press enter and GRUB will boot you into single-user mode with root privledges.

    6. Now you can successfully run the passwd root command.





    share|improve this answer























    • Meh! after doing this i am getting the issue above. Check the attached file. I reached step 6. Done "passwd" to reset the password , then as you can see in the attached file, it is not accepting any input from me to reset the password. Please look at the attached file.

      – Mussa
      Oct 23 '17 at 20:47











    • @Mussa. What attached file?

      – fpmurphy
      Oct 24 '17 at 0:17











    • @Mussa. At the single user prompt, please run pwck and grpckand cat /etc/shadow | grep root and cat /etc/passwd | grep root and provide output

      – fpmurphy
      Oct 24 '17 at 0:24












    • In below comments , I am going to send you the output of each command

      – Mussa
      Oct 24 '17 at 15:42











    • # pwck user adm: directory /var/adm does not exist user news: directroy /etc/news does not exist user uucp: directory /var/spool/uucp does not exist user gopher: directory /var/gopher does not exist user ftp: directory /var/ftp does not exist user pcap: directory /var/arpwatch does not exist user sabayon: directory /homme/sabayon does not exist pwck: no changes

      – Mussa
      Oct 24 '17 at 15:42
















    0














    This answer assumes RHEL5 and also assumes that SELINUX is not enabled.



    1. At the boot loader (GRUB) menu select (highlight) the kernel you wish to boot into using the arrow keys if you have more than one kernel or OS menu item.

    2. Type A to enter into append mode.

    3. Press the spacebar once to add a space.

    4. Type the word "single" to tell GRUB to boot into single-user.

    5. Press enter and GRUB will boot you into single-user mode with root privledges.

    6. Now you can successfully run the passwd root command.





    share|improve this answer























    • Meh! after doing this i am getting the issue above. Check the attached file. I reached step 6. Done "passwd" to reset the password , then as you can see in the attached file, it is not accepting any input from me to reset the password. Please look at the attached file.

      – Mussa
      Oct 23 '17 at 20:47











    • @Mussa. What attached file?

      – fpmurphy
      Oct 24 '17 at 0:17











    • @Mussa. At the single user prompt, please run pwck and grpckand cat /etc/shadow | grep root and cat /etc/passwd | grep root and provide output

      – fpmurphy
      Oct 24 '17 at 0:24












    • In below comments , I am going to send you the output of each command

      – Mussa
      Oct 24 '17 at 15:42











    • # pwck user adm: directory /var/adm does not exist user news: directroy /etc/news does not exist user uucp: directory /var/spool/uucp does not exist user gopher: directory /var/gopher does not exist user ftp: directory /var/ftp does not exist user pcap: directory /var/arpwatch does not exist user sabayon: directory /homme/sabayon does not exist pwck: no changes

      – Mussa
      Oct 24 '17 at 15:42














    0












    0








    0







    This answer assumes RHEL5 and also assumes that SELINUX is not enabled.



    1. At the boot loader (GRUB) menu select (highlight) the kernel you wish to boot into using the arrow keys if you have more than one kernel or OS menu item.

    2. Type A to enter into append mode.

    3. Press the spacebar once to add a space.

    4. Type the word "single" to tell GRUB to boot into single-user.

    5. Press enter and GRUB will boot you into single-user mode with root privledges.

    6. Now you can successfully run the passwd root command.





    share|improve this answer













    This answer assumes RHEL5 and also assumes that SELINUX is not enabled.



    1. At the boot loader (GRUB) menu select (highlight) the kernel you wish to boot into using the arrow keys if you have more than one kernel or OS menu item.

    2. Type A to enter into append mode.

    3. Press the spacebar once to add a space.

    4. Type the word "single" to tell GRUB to boot into single-user.

    5. Press enter and GRUB will boot you into single-user mode with root privledges.

    6. Now you can successfully run the passwd root command.






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Oct 23 '17 at 13:01









    fpmurphyfpmurphy

    2,456916




    2,456916












    • Meh! after doing this i am getting the issue above. Check the attached file. I reached step 6. Done "passwd" to reset the password , then as you can see in the attached file, it is not accepting any input from me to reset the password. Please look at the attached file.

      – Mussa
      Oct 23 '17 at 20:47











    • @Mussa. What attached file?

      – fpmurphy
      Oct 24 '17 at 0:17











    • @Mussa. At the single user prompt, please run pwck and grpckand cat /etc/shadow | grep root and cat /etc/passwd | grep root and provide output

      – fpmurphy
      Oct 24 '17 at 0:24












    • In below comments , I am going to send you the output of each command

      – Mussa
      Oct 24 '17 at 15:42











    • # pwck user adm: directory /var/adm does not exist user news: directroy /etc/news does not exist user uucp: directory /var/spool/uucp does not exist user gopher: directory /var/gopher does not exist user ftp: directory /var/ftp does not exist user pcap: directory /var/arpwatch does not exist user sabayon: directory /homme/sabayon does not exist pwck: no changes

      – Mussa
      Oct 24 '17 at 15:42


















    • Meh! after doing this i am getting the issue above. Check the attached file. I reached step 6. Done "passwd" to reset the password , then as you can see in the attached file, it is not accepting any input from me to reset the password. Please look at the attached file.

      – Mussa
      Oct 23 '17 at 20:47











    • @Mussa. What attached file?

      – fpmurphy
      Oct 24 '17 at 0:17











    • @Mussa. At the single user prompt, please run pwck and grpckand cat /etc/shadow | grep root and cat /etc/passwd | grep root and provide output

      – fpmurphy
      Oct 24 '17 at 0:24












    • In below comments , I am going to send you the output of each command

      – Mussa
      Oct 24 '17 at 15:42











    • # pwck user adm: directory /var/adm does not exist user news: directroy /etc/news does not exist user uucp: directory /var/spool/uucp does not exist user gopher: directory /var/gopher does not exist user ftp: directory /var/ftp does not exist user pcap: directory /var/arpwatch does not exist user sabayon: directory /homme/sabayon does not exist pwck: no changes

      – Mussa
      Oct 24 '17 at 15:42

















    Meh! after doing this i am getting the issue above. Check the attached file. I reached step 6. Done "passwd" to reset the password , then as you can see in the attached file, it is not accepting any input from me to reset the password. Please look at the attached file.

    – Mussa
    Oct 23 '17 at 20:47





    Meh! after doing this i am getting the issue above. Check the attached file. I reached step 6. Done "passwd" to reset the password , then as you can see in the attached file, it is not accepting any input from me to reset the password. Please look at the attached file.

    – Mussa
    Oct 23 '17 at 20:47













    @Mussa. What attached file?

    – fpmurphy
    Oct 24 '17 at 0:17





    @Mussa. What attached file?

    – fpmurphy
    Oct 24 '17 at 0:17













    @Mussa. At the single user prompt, please run pwck and grpckand cat /etc/shadow | grep root and cat /etc/passwd | grep root and provide output

    – fpmurphy
    Oct 24 '17 at 0:24






    @Mussa. At the single user prompt, please run pwck and grpckand cat /etc/shadow | grep root and cat /etc/passwd | grep root and provide output

    – fpmurphy
    Oct 24 '17 at 0:24














    In below comments , I am going to send you the output of each command

    – Mussa
    Oct 24 '17 at 15:42





    In below comments , I am going to send you the output of each command

    – Mussa
    Oct 24 '17 at 15:42













    # pwck user adm: directory /var/adm does not exist user news: directroy /etc/news does not exist user uucp: directory /var/spool/uucp does not exist user gopher: directory /var/gopher does not exist user ftp: directory /var/ftp does not exist user pcap: directory /var/arpwatch does not exist user sabayon: directory /homme/sabayon does not exist pwck: no changes

    – Mussa
    Oct 24 '17 at 15:42






    # pwck user adm: directory /var/adm does not exist user news: directroy /etc/news does not exist user uucp: directory /var/spool/uucp does not exist user gopher: directory /var/gopher does not exist user ftp: directory /var/ftp does not exist user pcap: directory /var/arpwatch does not exist user sabayon: directory /homme/sabayon does not exist pwck: no changes

    – Mussa
    Oct 24 '17 at 15:42












    0














    Boot your system the press e to edit grub;



    Change the ligne:



    ro rhgb quiet


    to



     rw init=/sysroot/bin/sh


    Press Ctrl + X to boot



    From the root shell type:



    chroot /sysroot


    Disable selinux



    setenforce 0


    To change the root password type



    passwd root


    Type your password twice . To change the user password:



    passwd user


    Update the selenux file



    touch /.autorelabel


    Type



    exit
    reboot


    To update the selinux file , it will take a few minutes at:



    relabeling could take a very long time depending on file


    then it will reboot






    share|improve this answer





























      0














      Boot your system the press e to edit grub;



      Change the ligne:



      ro rhgb quiet


      to



       rw init=/sysroot/bin/sh


      Press Ctrl + X to boot



      From the root shell type:



      chroot /sysroot


      Disable selinux



      setenforce 0


      To change the root password type



      passwd root


      Type your password twice . To change the user password:



      passwd user


      Update the selenux file



      touch /.autorelabel


      Type



      exit
      reboot


      To update the selinux file , it will take a few minutes at:



      relabeling could take a very long time depending on file


      then it will reboot






      share|improve this answer



























        0












        0








        0







        Boot your system the press e to edit grub;



        Change the ligne:



        ro rhgb quiet


        to



         rw init=/sysroot/bin/sh


        Press Ctrl + X to boot



        From the root shell type:



        chroot /sysroot


        Disable selinux



        setenforce 0


        To change the root password type



        passwd root


        Type your password twice . To change the user password:



        passwd user


        Update the selenux file



        touch /.autorelabel


        Type



        exit
        reboot


        To update the selinux file , it will take a few minutes at:



        relabeling could take a very long time depending on file


        then it will reboot






        share|improve this answer















        Boot your system the press e to edit grub;



        Change the ligne:



        ro rhgb quiet


        to



         rw init=/sysroot/bin/sh


        Press Ctrl + X to boot



        From the root shell type:



        chroot /sysroot


        Disable selinux



        setenforce 0


        To change the root password type



        passwd root


        Type your password twice . To change the user password:



        passwd user


        Update the selenux file



        touch /.autorelabel


        Type



        exit
        reboot


        To update the selinux file , it will take a few minutes at:



        relabeling could take a very long time depending on file


        then it will reboot







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Oct 23 '17 at 13:42

























        answered Oct 23 '17 at 13:35









        GAD3RGAD3R

        28.1k1958114




        28.1k1958114





















            0














            This happens when your file system is read only



            mount -rw -o remount /





            share|improve this answer


















            • 1





              Note that the OP tried that already

              – Jeff Schaller
              Jan 19 '18 at 1:47















            0














            This happens when your file system is read only



            mount -rw -o remount /





            share|improve this answer


















            • 1





              Note that the OP tried that already

              – Jeff Schaller
              Jan 19 '18 at 1:47













            0












            0








            0







            This happens when your file system is read only



            mount -rw -o remount /





            share|improve this answer













            This happens when your file system is read only



            mount -rw -o remount /






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 19 '18 at 0:41









            Josiah DeWittJosiah DeWitt

            1




            1







            • 1





              Note that the OP tried that already

              – Jeff Schaller
              Jan 19 '18 at 1:47












            • 1





              Note that the OP tried that already

              – Jeff Schaller
              Jan 19 '18 at 1:47







            1




            1





            Note that the OP tried that already

            – Jeff Schaller
            Jan 19 '18 at 1:47





            Note that the OP tried that already

            – Jeff Schaller
            Jan 19 '18 at 1:47

















            draft saved

            draft discarded
















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f399880%2fcannot-reset-root-password-via-grub%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

            Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

            Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.