{"id":15051125,"url":"https://github.com/hypersolid-os/target.rescue-system","last_synced_at":"2026-02-20T01:31:24.392Z","repository":{"id":145684393,"uuid":"223610310","full_name":"hypersolid-os/target.rescue-system","owner":"hypersolid-os","description":"x64 rescue system to be started via usb boot or pxe","archived":false,"fork":false,"pushed_at":"2023-08-20T13:42:01.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T02:45:22.369Z","etag":null,"topics":["debian","debian-linux","debian-live","rescue-system"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hypersolid-os.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-23T15:27:03.000Z","updated_at":"2024-09-01T07:31:04.000Z","dependencies_parsed_at":"2023-08-24T10:33:17.293Z","dependency_job_id":null,"html_url":"https://github.com/hypersolid-os/target.rescue-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hypersolid-os/target.rescue-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypersolid-os%2Ftarget.rescue-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypersolid-os%2Ftarget.rescue-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypersolid-os%2Ftarget.rescue-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypersolid-os%2Ftarget.rescue-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hypersolid-os","download_url":"https://codeload.github.com/hypersolid-os/target.rescue-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypersolid-os%2Ftarget.rescue-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29638632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","debian-linux","debian-live","rescue-system"],"created_at":"2024-09-24T21:31:02.948Z","updated_at":"2026-02-20T01:31:24.363Z","avatar_url":"https://github.com/hypersolid-os.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"debian based live rescue system\n===================================\n\nFeatures\n------------------------------------------\n\n* direct boot into bash in under `10s`\n* file system + disk utilities\n* network utilities\n* additional utilities\n* localization via `/etc/default/locale` - default `en_US.UTF-8`\n* keymap set via `/etc/default/keyboard` - default `de`\n* loadable via PXE or usb storage\n* x64 only (default)\n* optional data storage on `/mnt/data` (mounted via partlabel \"data\")\n\nAdditional utilities/scripts\n------------------------------------------\n\nLocation: [rootfs/usr/sbin](rootfs/usr/sbin)\n\n### Media sanitization ##\n\n#### hdd-erase ####\n\nExecute a single run of `shred` to override the target device with random data\n\n**Usage**\n\n```bash\nhdd-erase \u003cdevice\u003e\n```\n\n**Example**\n\n```bash\nhdd-erase /dev/sda\n```\n\n#### ssd-erase ####\n\nExecutes the `ATA SECURE ERASE` command on given device. \n\nSets the drive password temporarily to `erase` to execute the secure erase procedure. In case the drive is already password protected you have to remove the passphrase or execute `hdparm --user-master u --security-erase erase` manually!\n\n**Usage**\n\n```bash\nssd-erase \u003cdevice\u003e\n```\n\n**Example**\n\n```bash\nssd-erase /dev/sdb\n```\n\n\n#### cpsysimg ####\n\nWrite a gz compressed, gpt based disk image to block device\n\n**Usage**\n\n```bash\ncpsysimg \u003cfile\u003e \u003cdevice\u003e\n```\n\n**Example**\n\n```bash\ncpsysimg /mnt/data/boot.img.gz /dev/sdb\n```\n\nUSB storage boot\n----------------------------\n\n### Partition layout ###\n\nOne storage partition contains the partlabel `system` to identify the system partition\n\n\n\n### Extlinux Config ###\n\n```\nDEFAULT rescue-linux\n  SAY Now booting the kernel from SYSLINUX...\nLABEL rescue-linux\n  KERNEL ../kernel.img\n  APPEND root=PARTLABEL=rescue-system pstorage=PARTLABEL=rescue-conf ro net.ifnames=0 biosdevname=0\n  INITRD ../initramfs.img\n```\n\nLicense\n----------------------------\n\n**hypersolid** is OpenSource and licensed under the Terms of [GNU General Public Licence v2](LICENSE.txt). You're welcome to [contribute](CONTRIBUTE.md)!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypersolid-os%2Ftarget.rescue-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypersolid-os%2Ftarget.rescue-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypersolid-os%2Ftarget.rescue-system/lists"}