boot `iso` images
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Qemu can boot also `iso` images: would be nice to have the way to boot them. An ISO image is intended always to be readonly.
We need also to understand how architecture detection can work for this image type.
Checking the file architecture is tricky because the .iso file itself is just a "container" (like a zip file). The file command often just says "ISO 9660 CD-ROM", which doesn't help.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files or tests. Start by tracing the existing disk-image boot path and architecture detection, then verify QEMU's ISO handling. Done means ISO images boot read-only and architecture detection is defined and works for supported images.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100