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

(x86) install ISO image? #1818

Open
jg1uaa opened this issue May 5, 2024 · 6 comments
Open

(x86) install ISO image? #1818

jg1uaa opened this issue May 5, 2024 · 6 comments

Comments

@jg1uaa
Copy link

jg1uaa commented May 5, 2024

Hi,

Is there any install ISO (not USB) image for x86, or plan for provide?
many VPS requires ISO image to install, and it is freindly for vitrual machine such as VirtualBox and QEMU.

@jg1uaa
Copy link
Author

jg1uaa commented May 6, 2024

Here is the method that I could run umbrelOS USB installer on VirtualBOX.

  1. extract and mount USB installer with losetup -P /dev/loop0 umbrelos-amd64-usb-installer.img
  2. mount /dev/loop0p2 /mnt and mksquashfs /mnt squashfs.img
  3. create RedHat style LiveOS image (I used vmlinuz and initrd from CentOS-stream 9).
  4. boot from LiveOS image and install virtual storage
  5. after install, enable EFI support and re-start virtual machine.
  6. enjoy umbrelOS world

I think MBR bootloader support is required.
And umbrelOS is not suitable for VPS. I tried and learned that the OS is strongly-aimed for home server.

438256135_10232781943112420_6101352741224086471_n

@highghlow
Copy link
Contributor

Can you share the exact steps you took (down to individual commands), so I can make a script out of this?

@highghlow
Copy link
Contributor

I may be able to make a script from the information you already provided

@jg1uaa
Copy link
Author

jg1uaa commented May 19, 2024

here is my shell script to build ISO image. (extension is .txt but actually .sh)

make_iso.txt

@jg1uaa
Copy link
Author

jg1uaa commented May 19, 2024

But I think mounting un-xz'ed installer image as virtual hard disk is no problem and easy solution for EFI-capable virtual machine. It is special case to create ISO image.

@highghlow
Copy link
Contributor

Thank you. I'll try to make it into a dockerfile

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

No branches or pull requests

2 participants