Reset owner password on Ubuntu 18.04 single-boot Dell laptopHow do I reset a lost administrative password?Bought used Ubuntu laptop, can't change password to access accountConfusion about what password one should use for the `sudo` commandCan't reset passwordHosted Ubuntu 14.04.3 LTS Rescue Mode (no Grub) cannot reset root passwordForgotten Username & Password on Ubuntu, no access to GRUB!Can't reset root password on UbuntuCannot reset Keyring passwordResetting a passwordNo grub menu in Ubuntu server 18.04Does Ubuntu block the single user mode without password

What is the opposite of 'gravitas'?

Type int? vs type int

How did Arya survive the stabbing?

How to safely derail a train during transit?

How to write papers efficiently when English isn't my first language?

Why Were Madagascar and New Zealand Discovered So Late?

Why are there no referendums in the US?

What is the difference between "behavior" and "behaviour"?

Fastening aluminum fascia to wooden subfascia

How to be diplomatic in refusing to write code that breaches the privacy of our users

Why not increase contact surface when reentering the atmosphere?

India just shot down a satellite from the ground. At what altitude range is the resulting debris field?

How to pronounce the slash sign

Short story about space worker geeks who zone out by 'listening' to radiation from stars

Nautlius: add mouse right-click action to compute MD5 sum

Balance Issues for a Custom Sorcerer Variant

What happens if you roll doubles 3 times then land on "Go to jail?"

How to Reset Passwords on Multiple Websites Easily?

Customer Requests (Sometimes) Drive Me Bonkers!

Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?

System.debug(JSON.Serialize(o)) Not longer shows full string

Was Spock the First Vulcan in Starfleet?

Two monoidal structures and copowering

Lay out the Carpet



Reset owner password on Ubuntu 18.04 single-boot Dell laptop


How do I reset a lost administrative password?Bought used Ubuntu laptop, can't change password to access accountConfusion about what password one should use for the `sudo` commandCan't reset passwordHosted Ubuntu 14.04.3 LTS Rescue Mode (no Grub) cannot reset root passwordForgotten Username & Password on Ubuntu, no access to GRUB!Can't reset root password on UbuntuCannot reset Keyring passwordResetting a passwordNo grub menu in Ubuntu server 18.04Does Ubuntu block the single user mode without password













0















In trying to reset my password on my personal Ubuntu 18.04 single-boot Dell laptop, I followed various steps in the 15 answers here. Unfortunately, none of them work for me. Around steps 7 and 8 my system behaves differently than the solutions and I never get to a prompt to enter passwd <usrname>.



I've tried a lot of permutations on the checklists I've found, here's the basic steps I'm taking:



  1. Turn on computer.

  2. Press and hold Esc key when Dell screen appears to enter GRUB (right Shift key didn't work for me; didn't try left Shift key).

  3. Select Advanced Ubuntu options.

  4. Select Ubuntu ... (recovery mode).

  5. Press "e" for edit.

  6. Navigate to the line that starts with "linux".

  7. I've seen and tried several slight variations in the edits recommended on this line:

.



  • Option 1: change ro to rw, then navigate to end of line and enter
    init=/bin/bash. Additional commands that already existed at the end
    of the line now separate rw and init=/bin/bash.

  • Option 2: change ro to rw and immediately after enter
    init=/bin/bash. Additional commands that already existed at the

    end of the line remain at the end of the line.

  • Option 3: navigate to end of line and enter init=/bin/bash. Do
    not change ro.

Here's where things go wrong. Regardless of what I enter above, I never get to a prompt to reset the password.



  1. Press F10 (or Ctrl-x) to boot the system.

From the instructions I've seen, this is where I should see "a passwordless root shell" or perhaps another screen such as the below where I select "Root ...". enter image description hereBut instead one of two things happen. If I changed ro to rw in Step 7, the boot process runs part way and stalls. If I didn't change ro, my system simply boots all the way to the GUI login screen. Either way I never get to reset the password.



I never get to enter passwd <usrname>.










share|improve this question









New contributor




Karl Baker is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Sorry but it's not very clear where is the issue. What is happening when you run passwd <username> ?

    – olivierb2
    13 mins ago











  • I never get to run passwd username>. That screen/prompt never comes up.

    – Karl Baker
    5 mins ago















0















In trying to reset my password on my personal Ubuntu 18.04 single-boot Dell laptop, I followed various steps in the 15 answers here. Unfortunately, none of them work for me. Around steps 7 and 8 my system behaves differently than the solutions and I never get to a prompt to enter passwd <usrname>.



I've tried a lot of permutations on the checklists I've found, here's the basic steps I'm taking:



  1. Turn on computer.

  2. Press and hold Esc key when Dell screen appears to enter GRUB (right Shift key didn't work for me; didn't try left Shift key).

  3. Select Advanced Ubuntu options.

  4. Select Ubuntu ... (recovery mode).

  5. Press "e" for edit.

  6. Navigate to the line that starts with "linux".

  7. I've seen and tried several slight variations in the edits recommended on this line:

.



  • Option 1: change ro to rw, then navigate to end of line and enter
    init=/bin/bash. Additional commands that already existed at the end
    of the line now separate rw and init=/bin/bash.

  • Option 2: change ro to rw and immediately after enter
    init=/bin/bash. Additional commands that already existed at the

    end of the line remain at the end of the line.

  • Option 3: navigate to end of line and enter init=/bin/bash. Do
    not change ro.

Here's where things go wrong. Regardless of what I enter above, I never get to a prompt to reset the password.



  1. Press F10 (or Ctrl-x) to boot the system.

From the instructions I've seen, this is where I should see "a passwordless root shell" or perhaps another screen such as the below where I select "Root ...". enter image description hereBut instead one of two things happen. If I changed ro to rw in Step 7, the boot process runs part way and stalls. If I didn't change ro, my system simply boots all the way to the GUI login screen. Either way I never get to reset the password.



I never get to enter passwd <usrname>.










share|improve this question









New contributor




Karl Baker is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Sorry but it's not very clear where is the issue. What is happening when you run passwd <username> ?

    – olivierb2
    13 mins ago











  • I never get to run passwd username>. That screen/prompt never comes up.

    – Karl Baker
    5 mins ago













0












0








0








In trying to reset my password on my personal Ubuntu 18.04 single-boot Dell laptop, I followed various steps in the 15 answers here. Unfortunately, none of them work for me. Around steps 7 and 8 my system behaves differently than the solutions and I never get to a prompt to enter passwd <usrname>.



I've tried a lot of permutations on the checklists I've found, here's the basic steps I'm taking:



  1. Turn on computer.

  2. Press and hold Esc key when Dell screen appears to enter GRUB (right Shift key didn't work for me; didn't try left Shift key).

  3. Select Advanced Ubuntu options.

  4. Select Ubuntu ... (recovery mode).

  5. Press "e" for edit.

  6. Navigate to the line that starts with "linux".

  7. I've seen and tried several slight variations in the edits recommended on this line:

.



  • Option 1: change ro to rw, then navigate to end of line and enter
    init=/bin/bash. Additional commands that already existed at the end
    of the line now separate rw and init=/bin/bash.

  • Option 2: change ro to rw and immediately after enter
    init=/bin/bash. Additional commands that already existed at the

    end of the line remain at the end of the line.

  • Option 3: navigate to end of line and enter init=/bin/bash. Do
    not change ro.

Here's where things go wrong. Regardless of what I enter above, I never get to a prompt to reset the password.



  1. Press F10 (or Ctrl-x) to boot the system.

From the instructions I've seen, this is where I should see "a passwordless root shell" or perhaps another screen such as the below where I select "Root ...". enter image description hereBut instead one of two things happen. If I changed ro to rw in Step 7, the boot process runs part way and stalls. If I didn't change ro, my system simply boots all the way to the GUI login screen. Either way I never get to reset the password.



I never get to enter passwd <usrname>.










share|improve this question









New contributor




Karl Baker is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












In trying to reset my password on my personal Ubuntu 18.04 single-boot Dell laptop, I followed various steps in the 15 answers here. Unfortunately, none of them work for me. Around steps 7 and 8 my system behaves differently than the solutions and I never get to a prompt to enter passwd <usrname>.



I've tried a lot of permutations on the checklists I've found, here's the basic steps I'm taking:



  1. Turn on computer.

  2. Press and hold Esc key when Dell screen appears to enter GRUB (right Shift key didn't work for me; didn't try left Shift key).

  3. Select Advanced Ubuntu options.

  4. Select Ubuntu ... (recovery mode).

  5. Press "e" for edit.

  6. Navigate to the line that starts with "linux".

  7. I've seen and tried several slight variations in the edits recommended on this line:

.



  • Option 1: change ro to rw, then navigate to end of line and enter
    init=/bin/bash. Additional commands that already existed at the end
    of the line now separate rw and init=/bin/bash.

  • Option 2: change ro to rw and immediately after enter
    init=/bin/bash. Additional commands that already existed at the

    end of the line remain at the end of the line.

  • Option 3: navigate to end of line and enter init=/bin/bash. Do
    not change ro.

Here's where things go wrong. Regardless of what I enter above, I never get to a prompt to reset the password.



  1. Press F10 (or Ctrl-x) to boot the system.

From the instructions I've seen, this is where I should see "a passwordless root shell" or perhaps another screen such as the below where I select "Root ...". enter image description hereBut instead one of two things happen. If I changed ro to rw in Step 7, the boot process runs part way and stalls. If I didn't change ro, my system simply boots all the way to the GUI login screen. Either way I never get to reset the password.



I never get to enter passwd <usrname>.







boot grub2 18.04 password passwd






share|improve this question









New contributor




Karl Baker is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Karl Baker is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 6 mins ago







Karl Baker













New contributor




Karl Baker is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 27 mins ago









Karl BakerKarl Baker

1011




1011




New contributor




Karl Baker is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Karl Baker is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Karl Baker is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Sorry but it's not very clear where is the issue. What is happening when you run passwd <username> ?

    – olivierb2
    13 mins ago











  • I never get to run passwd username>. That screen/prompt never comes up.

    – Karl Baker
    5 mins ago

















  • Sorry but it's not very clear where is the issue. What is happening when you run passwd <username> ?

    – olivierb2
    13 mins ago











  • I never get to run passwd username>. That screen/prompt never comes up.

    – Karl Baker
    5 mins ago
















Sorry but it's not very clear where is the issue. What is happening when you run passwd <username> ?

– olivierb2
13 mins ago





Sorry but it's not very clear where is the issue. What is happening when you run passwd <username> ?

– olivierb2
13 mins ago













I never get to run passwd username>. That screen/prompt never comes up.

– Karl Baker
5 mins ago





I never get to run passwd username>. That screen/prompt never comes up.

– Karl Baker
5 mins ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
);



);






Karl Baker is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129259%2freset-owner-password-on-ubuntu-18-04-single-boot-dell-laptop%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Karl Baker is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Karl Baker is a new contributor. Be nice, and check out our Code of Conduct.












Karl Baker is a new contributor. Be nice, and check out our Code of Conduct.











Karl Baker is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Ask Ubuntu!


  • 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%2faskubuntu.com%2fquestions%2f1129259%2freset-owner-password-on-ubuntu-18-04-single-boot-dell-laptop%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

Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch