-
Notifications
You must be signed in to change notification settings - Fork 419
Revise Data Recovery guide with updates #1326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Updated the Data Recovery guide and included updated keywords, re-organized instructions and summarized parts of the original article.
Socialhappiness
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job removing some of the verbose wording and adjectives. Formatting should remain as consistent across articles as possible. There is a great guide for markdown here: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
Numbering steps may be a better protocol because it helps people refer to instructions when they are stuck.
I recommend moving the additional backup tools and enterprise tools to the bottom as an after thought so it doesn't break up the instructions.
| --- | ||
|
|
||
| This article covers ways to extract and save your data in the event of an OS failure, update failure, or similar situation. If you are having issues reaching your login screen, this [article](/articles/login-loop-pop) may be helpful instead. | ||
| This guide helps users recover data and restore system functionality after _OS failure, update issues, bootloader errors, or hardware problems._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This guide helps users recover data and restore system functionality after _OS failure, update issues, bootloader errors, or hardware problems._ | |
| This guide helps users recover data and restore system functionality after _OS failure, update issues, bootloader errors, or hardware problems. |
| ## If you can't boot your installed OS | ||
|
|
||
| If you are not able to boot into your installed OS, then we will want to boot from a live disk. If you have Pop!\_OS installed we can use the Pop!\_OS Recovery Partition. | ||
| * Pop!_OS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Pop!_OS | |
| # Pop!\_OS |
|
|
||
| If you are not able to boot into your installed OS, then we will want to boot from a live disk. If you have Pop!\_OS installed we can use the Pop!\_OS Recovery Partition. | ||
| * Pop!_OS | ||
| * Use Recovery Partition: Hold **Spacebar** or press **ESC** at boot menu. Select **Pop!_OS Recovery** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Use Recovery Partition: Hold **Spacebar** or press **ESC** at boot menu. Select **Pop!_OS Recovery** | |
| Use Recovery Partition: | |
| 1. Hold <kbd>Spacebar</kbd>or press <kbd>ESC</kbd> at boot menu. Select **Pop!\_OS Recovery** |
| If you are not able to boot into your installed OS, then we will want to boot from a live disk. If you have Pop!\_OS installed we can use the Pop!\_OS Recovery Partition. | ||
| * Pop!_OS | ||
| * Use Recovery Partition: Hold **Spacebar** or press **ESC** at boot menu. Select **Pop!_OS Recovery** | ||
| * **If Recovery is missing:** Create a Live USB from this [link](https://pop.system76.com/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * **If Recovery is missing:** Create a Live USB from this [link](https://pop.system76.com/). | |
| _If Recovery is missing_: Download Pop!\_OS and create a Live USB from this [link](https://pop.system76.com/). |
| * Pop!_OS | ||
| * Use Recovery Partition: Hold **Spacebar** or press **ESC** at boot menu. Select **Pop!_OS Recovery** | ||
| * **If Recovery is missing:** Create a Live USB from this [link](https://pop.system76.com/). | ||
| * Ubuntu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Ubuntu | |
| # Ubuntu |
|
|
||
| ## If the System Doesn't Power On | ||
| * Open **Files** > **Other Locations** | ||
| * Look for secondary drives or partitions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Look for secondary drives or partitions. | |
| 2. Identify secondary drives or partitions. On System76 devices, secondary drives may be labeled **Extra Drive**. |
| ## If the System Doesn't Power On | ||
| * Open **Files** > **Other Locations** | ||
| * Look for secondary drives or partitions. | ||
| * On System76 devices, secondary drives may be labeled **Extra Drive**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * On System76 devices, secondary drives may be labeled **Extra Drive**. |
| * Open **Files** > **Other Locations** | ||
| * Look for secondary drives or partitions. | ||
| * On System76 devices, secondary drives may be labeled **Extra Drive**. | ||
| * Refer to your model's service manual to remove the drive. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why remove the drive?
| * Look for secondary drives or partitions. | ||
| * On System76 devices, secondary drives may be labeled **Extra Drive**. | ||
| * Refer to your model's service manual to remove the drive. | ||
| * Use a USB-to-SATA adapter to connect it to another system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this step as well?
| * On System76 devices, secondary drives may be labeled **Extra Drive**. | ||
| * Refer to your model's service manual to remove the drive. | ||
| * Use a USB-to-SATA adapter to connect it to another system. | ||
| * Back up data using the steps above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Back up data using the steps above. | |
| ### Initiate the Backup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have to click a button after you choose a location? A screenshot here would be helpful to finalize the backup process.
Updated the Data Recovery guide and included updated keywords, re-organized instructions and summarized parts of the original article.