- Download the latest UmbrelOS USB installer on your computer (umbrelos-amd64-usb-installer.iso).
- Download the Super Grub2 Disk classic CD-ROM bootable image (supergrub2-classic-2.06s4-multiarch-CD.iso).
- Create Ventoy bootable USB flash drive.
- Copy both downloaded iso images on created USB flash drive.
- Boot target computer from created USB flash drive.
- Select “umbrelos-amd64-usb-installer.iso” from list, then select “Boot in grub2 mode”.
- Started UmbrelOS installer. Follow Step 3 of the official guide.
- Boot target computer from created USB flash drive again.
- Select “supergrub2-classic-2.06s4-multiarch-CD.iso” from list, then select “Boot in normal mode”.
- Started Super Grub2 Disk. Select “Boot manually…”, then “Linux from /boot partition”, then first “- /vmlinuz-X.X.X-X-amd64 (hd1,gpt1)”.
- Started UmbrelOS. Log in locally or over SSH. Login: umbrel, password: umbrel.
- Making the system disk bootable. Execute the following commands in sequence:
sudo apt install grub-pc grub2-common
sudo grub-install /dev/sda --force
sudo update-grub - Remove USB flash and reboot. The system should boot successfully.
1 Like