getumbrel/umbrel

(x86) install ISO image?

jg1uaa opened this issue · 10 comments

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.

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

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

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