Add accessible step-by-step file-retrieval guide#1
Draft
svczero wants to merge 2 commits into
Draft
Conversation
Rebuild the retrieval guide as a complete, self-contained HTML page with embedded styling for an elderly, non-technical reader. Fixes the original fragment: corrects the boot-into-Linux ordering, handles the LUKS disk unlock and login prompts separately, removes the unmounted /mnt/windows/transfer path and the invalid \\transfer UNC path, replaces the three-search guesswork with a single known source path, and adds a Magic Wormhole transfer flow with a USB/Windows fallback. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012KScLqHtFxjz1DwvA7sJCD
Boot menu: select Ubuntu with the up arrow (Windows is default) and note that any keypress halts GRUB's countdown. Drop the separate disk-unlock step (login only). Replace the manual path with a single case-insensitive search for the DEF*CON folder that prints the match and sends it in one command, so the reader never reads a path back. Switch copy buttons to read the command text from the DOM to avoid shell-metacharacter escaping issues. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012KScLqHtFxjz1DwvA7sJCD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this is
A complete, self-contained HTML guide (
retrieve-files-guide.html) that walks a non-technical, elderly reader through retrieving the author's own files from his LUKS-encrypted Linux partition on a dual-boot home desktop and sending them to him.Why
The original was an unstyled HTML fragment with several flaws that would have failed or misled the reader in practice. This rebuild fixes them and makes the page usable on its own.
Changes
/mnt/windows/transfer/copy target and the invalid\\transfer\Windows UNC path.findsearches plus a phone call to disambiguate.Before sending
Placeholders to fill in:
[YOUR PHONE],[EXACT FOLDER PATH]; confirm the boot menu appears and which password prompts apply; pick one transfer method and delete the other.🤖 Generated with Claude Code
https://claude.ai/code/session_012KScLqHtFxjz1DwvA7sJCD
Generated by Claude Code