{"id":13339115,"url":"https://github.com/pstadler/rancheros-uefi","last_synced_at":"2025-10-22T07:31:44.916Z","repository":{"id":140781825,"uuid":"359221989","full_name":"pstadler/rancheros-uefi","owner":"pstadler","description":"UEFI bootable RancherOS image.","archived":false,"fork":false,"pushed_at":"2024-07-15T21:37:18.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-14T12:42:24.617Z","etag":null,"topics":["freenas","rancheros","uefi"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/pstadler.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-04-18T18:23:52.000Z","updated_at":"2024-07-15T21:37:21.000Z","dependencies_parsed_at":"2024-07-16T01:51:16.638Z","dependency_job_id":null,"html_url":"https://github.com/pstadler/rancheros-uefi","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"d095d86bcb59037a71f8c26055f1ea3547b2fda0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstadler%2Francheros-uefi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstadler%2Francheros-uefi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstadler%2Francheros-uefi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstadler%2Francheros-uefi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pstadler","download_url":"https://codeload.github.com/pstadler/rancheros-uefi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237651170,"owners_count":19344670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["freenas","rancheros","uefi"],"created_at":"2024-07-29T19:19:01.375Z","updated_at":"2025-10-22T07:31:39.597Z","avatar_url":"https://github.com/pstadler.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# UEFI bootable RancherOS image\n\nThis repository exists for my own convenience. Issues may or may not be answered.\n\nRelated: [RancherOS on FreeNAS 11.3](https://blog.hugopoi.net/2020/03/01/install-rancheros-on-freenas-11-3/)\n\n```sh\n# /mnt/efipart/EFI/BOOT/grub.cfg\nset timeout=1\nmenuentry \"Rancher from GPT\" {\n    search --no-floppy --set=root --label RANCHER_STATE\n    linux    /boot/vmlinuz-4.14.138-rancher printk.devkmsg=on rancher.state.dev=LABEL=RANCHER_STATE rancher.state.wait panic=10 console=tty0 console=ttyS0 rancher.autologin=ttyS0\n    initrd    /boot/initrd-v1.5.8\n}\n```\n\n## Change kernel boot parameters\n\nBecause we're using UEFI, `ros config syslinux` won't work for editing kernel boot parameters. Use this instead:\n\n```sh\n$ sudo system-docker run --rm --privileged -it -v /:/host alpine /bin/sh\n# inside the alpine container:\n$ mkdir -p /mnt/boot; mount /host/dev/vda1 /mnt/boot\n$ vi /mnt/boot/EFI/BOOT/grub.cfg\n$ umount /host/dev/vda1\n# exit the container and reboot rancheros\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpstadler%2Francheros-uefi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpstadler%2Francheros-uefi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpstadler%2Francheros-uefi/lists"}