Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create OS image that installs automatically #14

Merged
merged 14 commits into from
Feb 22, 2024

Conversation

Process-ing
Copy link
Contributor

@Process-ing Process-ing commented Jan 12, 2024

Closes #4

We went with Rocky Linux (now Rocky NInux). The script create-iso.sh creates two image files, one for booting with BIOS (ninux-efi.iso) and other for booting with UEFI (ninux.iso).

The OS image with BIOS boot has a problem, where it needs ENTER to be pressed before it starts the installation. We also tried to add a custom image to grub, but we were unsuccessful (as it's extra, it can be ignored).

Co-authored-by: Luís Duarte <luis.duarte.2003.13@hotmail.com>
Co-authored-by: Marco Vilas Boas <marco-vb@users.noreply.github.com>
@Process-ing Process-ing changed the title Make Rocky linux install automatic Create OS image that installs automatically Jan 12, 2024
@LuisDuarte1
Copy link
Member

Just an update, I've merged ninux-efi.iso and ninux.iso into one iso that supports both.

For future reference: https://wiki.syslinux.org/wiki/index.php?title=Isohybrid

@LuisDuarte1 LuisDuarte1 requested a review from a team January 21, 2024 13:59
@LuisDuarte1 LuisDuarte1 marked this pull request as ready for review January 21, 2024 13:59
@LuisDuarte1
Copy link
Member

TODO: documentation

Copy link
Member

@LuisDuarte1 LuisDuarte1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work 🎉

@LuisDuarte1 LuisDuarte1 merged commit f3b2bd0 into main Feb 22, 2024
3 checks passed
@LuisDuarte1 LuisDuarte1 deleted the feature/unatended-os-install branch February 22, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatic OS installs
3 participants