Wiping laptop hp aspire one [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-2
down vote

favorite













This question already has an answer here:



  • Erasing a Linux laptop

    11 answers



I have a hp aspire one laptop Havnt used in some time and the password I thought it was isnt working. I want to wipe the password or the whole laptop but not sure how. It's running on Linux mint 17










share|improve this question









New contributor




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











marked as duplicate by Jeff Schaller, Christopher, Community Nov 20 at 22:04


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • How do i do that
    – Bradley Fox
    Nov 20 at 21:01














up vote
-2
down vote

favorite













This question already has an answer here:



  • Erasing a Linux laptop

    11 answers



I have a hp aspire one laptop Havnt used in some time and the password I thought it was isnt working. I want to wipe the password or the whole laptop but not sure how. It's running on Linux mint 17










share|improve this question









New contributor




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











marked as duplicate by Jeff Schaller, Christopher, Community Nov 20 at 22:04


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • How do i do that
    – Bradley Fox
    Nov 20 at 21:01












up vote
-2
down vote

favorite









up vote
-2
down vote

favorite












This question already has an answer here:



  • Erasing a Linux laptop

    11 answers



I have a hp aspire one laptop Havnt used in some time and the password I thought it was isnt working. I want to wipe the password or the whole laptop but not sure how. It's running on Linux mint 17










share|improve this question









New contributor




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












This question already has an answer here:



  • Erasing a Linux laptop

    11 answers



I have a hp aspire one laptop Havnt used in some time and the password I thought it was isnt working. I want to wipe the password or the whole laptop but not sure how. It's running on Linux mint 17





This question already has an answer here:



  • Erasing a Linux laptop

    11 answers







linux-mint






share|improve this question









New contributor




Bradley Fox 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




Bradley Fox 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 Nov 20 at 21:16









Rui F Ribeiro

38.2k1475125




38.2k1475125






New contributor




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









asked Nov 20 at 20:38









Bradley Fox

1




1




New contributor




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





New contributor





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






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




marked as duplicate by Jeff Schaller, Christopher, Community Nov 20 at 22:04


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






marked as duplicate by Jeff Schaller, Christopher, Community Nov 20 at 22:04


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • How do i do that
    – Bradley Fox
    Nov 20 at 21:01
















  • How do i do that
    – Bradley Fox
    Nov 20 at 21:01















How do i do that
– Bradley Fox
Nov 20 at 21:01




How do i do that
– Bradley Fox
Nov 20 at 21:01










1 Answer
1






active

oldest

votes

















up vote
2
down vote













Re-install the OS to wipe everything out; or use single user mode to reset the root password.



Edit:



Reinstall the OS? Since the steps are extensive, you can follow their official guide here: https://linuxmint-installation-guide.readthedocs.io/en/latest/



For resetting the root password:



  1. Reboot the OS

  2. On the GRUB menu, select the kernel and press e

  3. In the file that opens, goto line that starts with linux /boot/vmlinuz... and at the end, add: rw init=/bin/bash

  4. Press F10 or CTRL + X

This will boot your system and you will be dropped to the root shell. From here, it is pretty much simple task to change root user password or any other user for that matter (hint: use passwd command)



Once you are done, simply type exit and the system will reboot again. You can use the new password now to log into the system.






share|improve this answer






















  • How do i do that
    – Bradley Fox
    Nov 20 at 21:09






  • 1




    See edited section above in my answer
    – sla3k
    Nov 20 at 21:27

















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
2
down vote













Re-install the OS to wipe everything out; or use single user mode to reset the root password.



Edit:



Reinstall the OS? Since the steps are extensive, you can follow their official guide here: https://linuxmint-installation-guide.readthedocs.io/en/latest/



For resetting the root password:



  1. Reboot the OS

  2. On the GRUB menu, select the kernel and press e

  3. In the file that opens, goto line that starts with linux /boot/vmlinuz... and at the end, add: rw init=/bin/bash

  4. Press F10 or CTRL + X

This will boot your system and you will be dropped to the root shell. From here, it is pretty much simple task to change root user password or any other user for that matter (hint: use passwd command)



Once you are done, simply type exit and the system will reboot again. You can use the new password now to log into the system.






share|improve this answer






















  • How do i do that
    – Bradley Fox
    Nov 20 at 21:09






  • 1




    See edited section above in my answer
    – sla3k
    Nov 20 at 21:27














up vote
2
down vote













Re-install the OS to wipe everything out; or use single user mode to reset the root password.



Edit:



Reinstall the OS? Since the steps are extensive, you can follow their official guide here: https://linuxmint-installation-guide.readthedocs.io/en/latest/



For resetting the root password:



  1. Reboot the OS

  2. On the GRUB menu, select the kernel and press e

  3. In the file that opens, goto line that starts with linux /boot/vmlinuz... and at the end, add: rw init=/bin/bash

  4. Press F10 or CTRL + X

This will boot your system and you will be dropped to the root shell. From here, it is pretty much simple task to change root user password or any other user for that matter (hint: use passwd command)



Once you are done, simply type exit and the system will reboot again. You can use the new password now to log into the system.






share|improve this answer






















  • How do i do that
    – Bradley Fox
    Nov 20 at 21:09






  • 1




    See edited section above in my answer
    – sla3k
    Nov 20 at 21:27












up vote
2
down vote










up vote
2
down vote









Re-install the OS to wipe everything out; or use single user mode to reset the root password.



Edit:



Reinstall the OS? Since the steps are extensive, you can follow their official guide here: https://linuxmint-installation-guide.readthedocs.io/en/latest/



For resetting the root password:



  1. Reboot the OS

  2. On the GRUB menu, select the kernel and press e

  3. In the file that opens, goto line that starts with linux /boot/vmlinuz... and at the end, add: rw init=/bin/bash

  4. Press F10 or CTRL + X

This will boot your system and you will be dropped to the root shell. From here, it is pretty much simple task to change root user password or any other user for that matter (hint: use passwd command)



Once you are done, simply type exit and the system will reboot again. You can use the new password now to log into the system.






share|improve this answer














Re-install the OS to wipe everything out; or use single user mode to reset the root password.



Edit:



Reinstall the OS? Since the steps are extensive, you can follow their official guide here: https://linuxmint-installation-guide.readthedocs.io/en/latest/



For resetting the root password:



  1. Reboot the OS

  2. On the GRUB menu, select the kernel and press e

  3. In the file that opens, goto line that starts with linux /boot/vmlinuz... and at the end, add: rw init=/bin/bash

  4. Press F10 or CTRL + X

This will boot your system and you will be dropped to the root shell. From here, it is pretty much simple task to change root user password or any other user for that matter (hint: use passwd command)



Once you are done, simply type exit and the system will reboot again. You can use the new password now to log into the system.







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 20 at 21:27

























answered Nov 20 at 20:52









sla3k

3495




3495











  • How do i do that
    – Bradley Fox
    Nov 20 at 21:09






  • 1




    See edited section above in my answer
    – sla3k
    Nov 20 at 21:27
















  • How do i do that
    – Bradley Fox
    Nov 20 at 21:09






  • 1




    See edited section above in my answer
    – sla3k
    Nov 20 at 21:27















How do i do that
– Bradley Fox
Nov 20 at 21:09




How do i do that
– Bradley Fox
Nov 20 at 21:09




1




1




See edited section above in my answer
– sla3k
Nov 20 at 21:27




See edited section above in my answer
– sla3k
Nov 20 at 21:27


Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)