{"id":15750818,"url":"https://github.com/rgl/tinkerbell-debian-osie","last_synced_at":"2026-05-13T23:32:41.300Z","repository":{"id":139753465,"uuid":"415091730","full_name":"rgl/tinkerbell-debian-osie","owner":"rgl","description":"Debian based Tinkerbell Operating System Installation Environment (OSIE)","archived":false,"fork":false,"pushed_at":"2021-11-03T08:33:35.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-24T09:29:55.367Z","etag":null,"topics":["debian","osie","tinkerbell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/rgl.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":"2021-10-08T18:36:50.000Z","updated_at":"2021-11-03T08:32:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"455bcb12-d3ba-4196-aa51-9799ef7bdaca","html_url":"https://github.com/rgl/tinkerbell-debian-osie","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rgl/tinkerbell-debian-osie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Ftinkerbell-debian-osie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Ftinkerbell-debian-osie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Ftinkerbell-debian-osie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Ftinkerbell-debian-osie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgl","download_url":"https://codeload.github.com/rgl/tinkerbell-debian-osie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Ftinkerbell-debian-osie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33004208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: 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","osie","tinkerbell"],"created_at":"2024-10-04T07:00:18.888Z","updated_at":"2026-05-13T23:32:41.276Z","avatar_url":"https://github.com/rgl.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\n[![build](https://github.com/rgl/tinkerbell-debian-osie/actions/workflows/build.yml/badge.svg)](https://github.com/rgl/tinkerbell-debian-osie/actions/workflows/build.yml)\n\nThis creates a Debian based [Tinkerbell](https://tinkerbell.org/) Operating System Installation Environment (OSIE).\n\n**this is a WIP and this repository will be rebased**\n\n# Usage\n\nInstall the [Base Debian Vagrant Box](https://github.com/rgl/debian-vagrant).\n\nRun `vagrant up builder --no-destroy-on-error` to build the `tinkerbell-debian-osie-amd64.iso` file.\n\nRun `vagrant up bios` to boot the generated ISO in [BIOS](https://en.wikipedia.org/wiki/BIOS) mode.\n\nRun `vagrant up uefi` to boot the generated ISO in [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface) mode.\n\nThe default user and password are `osie`.\n\nTo build the arm64 architecture image, set the `LB_BUILD_ARCH` environment variable to `arm64` before launching vagrant, e.g. `LB_BUILD_ARCH=arm64 vagrant up builder`. To execute this image in an emulated virtual machine see the [qemu arm64 emulation](#qemu-arm64-emulation) section.\n\n**NB** Building the arm64 image takes longer than the native amd64. In my machine it takes about 40m (vs 10m for amd64).\n\n# qemu arm64 emulation\n\nThe arm64 architecture image can be executed in an emulated virtual machine as:\n\n```bash\n# NB in my humble machine (i3-3245) emulating arm64 is very slow and it takes\n#    several minutes until you can login.\n# NB in the qemu window use the \"View\" menu to switch between the\n#    virtio-gpu-pci and serial0 console.\nmkdir tmp\ncd tmp\nsudo apt-get install -y qemu-efi-aarch64\ncp /usr/share/AAVMF/AAVMF_CODE.fd firmware-code-arm64.fd\ncp /usr/share/AAVMF/AAVMF_VARS.fd firmware-vars-arm64.fd\nqemu-img create -f qcow2 hd0.img 20G\nqemu-img info hd0.img\nqemu-system-aarch64 \\\n  -name arm64 \\\n  -machine virt \\\n  --accel tcg,thread=multi \\\n  -cpu cortex-a57 \\\n  -smp cores=4 \\\n  -m 2g \\\n  -k pt \\\n  -device virtio-gpu-pci \\\n  -device nec-usb-xhci,id=usb0 \\\n  -device usb-kbd,bus=usb0.0 \\\n  -device usb-tablet,bus=usb0.0 \\\n  -device virtio-scsi-pci,id=scsi0 \\\n  -drive if=pflash,file=firmware-code-arm64.fd,format=raw,readonly \\\n  -drive if=pflash,file=firmware-vars-arm64.fd,format=raw \\\n  -drive if=none,file=hd0.img,discard=unmap,cache=unsafe,id=hd0 \\\n  -drive if=none,file=$PWD/../tinkerbell-debian-osie-arm64.iso,media=cdrom,cache=unsafe,readonly,id=cd0 \\\n  -device scsi-hd,drive=hd0,bus=scsi0.0,bootindex=1 \\\n  -device scsi-cd,drive=cd0,bus=scsi0.0,bootindex=2 \\\n  -netdev user,id=net0,hostfwd=tcp::2222-:22 \\\n  -device virtio-net-pci,netdev=net0 \\\n  -device virtio-rng-pci,rng=rng0 \\\n  -object rng-random,filename=/dev/urandom,id=rng0 \\\n  -qmp unix:arm64.socket,server,nowait\necho info qtree | qmp-shell -H arm64.socket\nssh vagrant@localhost -p 2222\n```\n\n# Reference\n\n* [rgl/debian-live-builder-vagrant](https://github.com/rgl/debian-live-builder-vagrant)\n* [Live Systems Manual](https://live-team.pages.debian.net/live-manual/html/live-manual/index.en.html)\n* [lb(1)](https://manpages.debian.org/bullseye/live-build/lb.1.en.html)\n* [live-build(7)](https://manpages.debian.org/bullseye/live-build/live-build.7.en.html)\n* [lb_config(1)](https://manpages.debian.org/bullseye/live-build/lb_config.1.en.html)\n* [Debian Live Team Repositories](https://salsa.debian.org/live-team)\n* [Debian Live Wiki](http://wiki.debian.org/DebianLive): Information about the Debian Live team and its contacts.\n* [run emulated arm under qemu](https://gist.github.com/rgl/b02c24f9eb1b4bdb4ac6f970d4bfc885)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgl%2Ftinkerbell-debian-osie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgl%2Ftinkerbell-debian-osie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgl%2Ftinkerbell-debian-osie/lists"}