{"id":19368077,"url":"https://github.com/klange/toaru-netboot","last_synced_at":"2026-06-11T01:31:16.218Z","repository":{"id":137143055,"uuid":"77282280","full_name":"klange/toaru-netboot","owner":"klange","description":"Tools to make netboot images for ToaruOS","archived":false,"fork":false,"pushed_at":"2017-08-18T13:17:18.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:48:30.736Z","etag":null,"topics":["netboot","operating-system","toaruos"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klange.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-12-24T12:34:49.000Z","updated_at":"2018-02-03T04:35:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7afdf21-919b-4eaf-874a-84620c53a97c","html_url":"https://github.com/klange/toaru-netboot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klange/toaru-netboot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klange%2Ftoaru-netboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klange%2Ftoaru-netboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klange%2Ftoaru-netboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klange%2Ftoaru-netboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klange","download_url":"https://codeload.github.com/klange/toaru-netboot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klange%2Ftoaru-netboot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34178819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["netboot","operating-system","toaruos"],"created_at":"2024-11-10T08:05:34.631Z","updated_at":"2026-06-11T01:31:16.200Z","avatar_url":"https://github.com/klange.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netboot ToaruOS\n\nUsing the `netboot-init` in this repository, you can build ToaruOS images that download, decompress, and mount root filesystem images live.\n\n## How it works\n\n`netboot-init` is a mashup of `init`, `fetch`, `ungz`, and `mount` that can replace a normal `init` binary in ToaruOS. Combined with a kernel, modules, and bootloader, you can build a bootable image under 2MB that downloads from a remote server before continuing the boot process. A gzipped image is downloaded and decompressed in memory, that image is then mounted, and its own `/bin/init` is run.\n\nTo use your own server as a netboot source, you need to change the URL from which the netboot image is downloaded and generate a ramdisk (it's the same ramdisk image used for CDs, so you can use `make _cdrom/ramdisk.img.gz` from a CD build environment, but be sure to clean up afterwards).\n\n## tl;dr\n\n    qemu-system-i386 -vga std -m 512 -cdrom http://toaruos.org/netboot.iso -M accel=kvm:tcg \\\n      -soundhw ac97 -net user -net nic,model=rtl8139 -serial stdio\n\n![screenshot](http://i.imgur.com/tO5vGdK.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklange%2Ftoaru-netboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklange%2Ftoaru-netboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklange%2Ftoaru-netboot/lists"}