Wiping laptop hp aspire one [duplicate]

Clash 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
linux-mint
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.
add a comment |
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
linux-mint
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
add a comment |
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
linux-mint
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
linux-mint
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.
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
add a comment |
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
add a comment |
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:
- Reboot the OS
- On the GRUB menu, select the
kerneland presse - In the file that opens, goto line that starts with
linux /boot/vmlinuz...and at the end, add:rw init=/bin/bash - Press
F10orCTRL + 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.
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
add a comment |
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:
- Reboot the OS
- On the GRUB menu, select the
kerneland presse - In the file that opens, goto line that starts with
linux /boot/vmlinuz...and at the end, add:rw init=/bin/bash - Press
F10orCTRL + 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.
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
add a comment |
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:
- Reboot the OS
- On the GRUB menu, select the
kerneland presse - In the file that opens, goto line that starts with
linux /boot/vmlinuz...and at the end, add:rw init=/bin/bash - Press
F10orCTRL + 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.
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
add a comment |
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:
- Reboot the OS
- On the GRUB menu, select the
kerneland presse - In the file that opens, goto line that starts with
linux /boot/vmlinuz...and at the end, add:rw init=/bin/bash - Press
F10orCTRL + 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.
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:
- Reboot the OS
- On the GRUB menu, select the
kerneland presse - In the file that opens, goto line that starts with
linux /boot/vmlinuz...and at the end, add:rw init=/bin/bash - Press
F10orCTRL + 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.
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
add a comment |
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
add a comment |
How do i do that
– Bradley Fox
Nov 20 at 21:01