{"id":39467292,"url":"https://github.com/3mdeb/fwdump-docker","last_synced_at":"2026-01-18T04:51:15.932Z","repository":{"id":42429096,"uuid":"180147643","full_name":"3mdeb/fwdump-docker","owner":"3mdeb","description":"Dockerized utility for retrieving various firmware related information from computers.","archived":false,"fork":false,"pushed_at":"2022-07-11T10:08:04.000Z","size":37,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2023-09-21T16:25:46.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/3mdeb.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}},"created_at":"2019-04-08T12:48:08.000Z","updated_at":"2022-02-23T09:34:28.000Z","dependencies_parsed_at":"2022-09-10T19:30:17.181Z","dependency_job_id":null,"html_url":"https://github.com/3mdeb/fwdump-docker","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"purl":"pkg:github/3mdeb/fwdump-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Ffwdump-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Ffwdump-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Ffwdump-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Ffwdump-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3mdeb","download_url":"https://codeload.github.com/3mdeb/fwdump-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Ffwdump-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28530347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":[],"created_at":"2026-01-18T04:51:15.404Z","updated_at":"2026-01-18T04:51:15.924Z","avatar_url":"https://github.com/3mdeb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fwdump-docker\n\n![Build status](https://github.com/3mdeb/fwdump-docker/actions/workflows/build.yml/badge.svg)\n\nDockerized utility for retrieving various firmware related information from computers.\n\nInspired by [coreboot Motherboard Porting Guide](https://www.coreboot.org/Motherboard_Porting_Guide)\n\nThe container has been designed to avoid installing many dependencies, build\ntools and other packages on the system required to dump logs for firmware.\n`fwdump-docker` will ease the dumping process due to the only requirement which\nis the docker itself.\n\n## Pull docker image\n\n```\ndocker pull 3mdeb/fwdump-docker\n```\n\n## Usage\n\n```\ndocker run --rm --privileged -it -v $PWD:/home/fwdump 3mdeb/fwdump-docker getlogs\n```\n\n\u003e It may be required to load msr kernel module before executing docker:\n\u003e `modprobe msr`.\n\nThe container inside must run as root, thus the Dockerfile uses the root user.\nOtherwise some of the logs may not be obtained. To ensure the logs can be\naccessed, the `getlogs.sh` script changes the ownership and file permissions to\nuser/group with UID/GID 1000.\n\nThe result is placed in the `$PWD` directory packed into a tarball named:\n`\u003csystem-manufacturer\u003e_\u003csystem-product-name\u003e_\u003cbios-version\u003e.tar.gz`.\n\n## Build Docker image\n\n```\n./build.sh\n```\n\n## Release Docker image\n\nRefer to the [docker-release-manager](https://github.com/3mdeb/docker-release-manager/blob/master/README.md)\n\n## Troubleshooting\n\nIf similar message appears:\n\n- in `flashrom.err.log` :\n\n```\nERROR: Could not get I/O privileges (Operation not permitted).\nYou need to be root.\nError: Programmer initialization failed.\n```\n\n- in `superiotool.err.log`\n\n```\niopl: Operation not permitted\n```\n\nYou may need to add `iomem=relaxed` parameter to linux kernel command line.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3mdeb%2Ffwdump-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3mdeb%2Ffwdump-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3mdeb%2Ffwdump-docker/lists"}