UTMFW icon indicating copy to clipboard operation
UTMFW copied to clipboard

Downloaded ISO no boot

Open symgryph opened this issue 3 years ago • 8 comments

I was trying to boot the ISO, no luck. Do I have to be in 'legacy' mode? UEFI? I did 'dual' but even my iso file seems corrupted (I got the one from the google drive). To build do I need an openbsd vm?

thomas

symgryph avatar Oct 16 '20 04:10 symgryph

Also trying to 'build' I could work on docs for build in markdown if you want.

symgryph avatar Oct 16 '20 05:10 symgryph

Looks like a lot of manual reading. I would be willing to document whats going on to make more accessible, but following openbsd docs less than easy. I guess the iso you link to isn't bootable, I expanded, but looks like I need to somehow create the 'bootable' iso? great looking project if I can ever figure out how to install it.

symgryph avatar Oct 16 '20 05:10 symgryph

Did you verify the iso file using its SHA256 checksum you can find on the README? If it verifies, the iso file should be fine.

I use VMware Player to test the system before release. It should work on other VM software and bare metal hardware, but perhaps you can try with VMware Player too. Make sure you configure 2 NICs, but other than that you shouldn't need to change any other configuration of the VMware BIOS (legacy, UEFI or otherwise).

IMO, the OpenBSD installation is the easiest I have ever seen in the past 25 years (I can install UTMFW in under 5 minutes). So, thanks for the offer but I think the documentation is mostly fine, you just need to get used to it (but feel free to report any issues in the InstallationGuide.txt in the UTMFW iso).

In short, the iso file should work out of the box. I think you are making a (or a couple of) simple mistake(s). I hope you can successfully install and try UTMFW. Please report back your further experiences.

sonertari avatar Oct 16 '20 07:10 sonertari

Hi, Thank you for your nice work i have same problem. @sonertari your image does not working on usb memsticks . So i have tried to make memstick image from your iso image. It booted and sets installed cuccessfully but my memstick image have a problem until installing your packages it hangs on installing packages stage installer can not finds packages directory but it exist in main image directory. I gave directory path but no luck Could you help me ? Any help would be appreciated.

my work to convert iso image to usb memstick image

//openbsd side 1 vnconfig vnd0 utmfw68_20210211_amd64.iso mount -t cd9660 /dev/vnd0c /mnt

//freebsd side 1 wget https://ftp.openbsd.org/pub/OpenBSD/6.8/amd64/install68.img sudo dd bs=1M if=install68.img of=/dev/sdd

/ increasing part area to put "packages" gpart show da1 gpart resize -i 4 -a 4k -s 10G da1 growfs /dev/da1s4

mount /dev/da1s4 /mnt rm -r /mnt/6.8/ rm -r /mnt/etc/

// openbsd side 2 scp -r 6.8 [email protected]:/mnt/. scp -r etc [email protected]:/mnt/. scp -r packages [email protected]:/mnt/.

//freebsd side 2 umount /mnt

BSN32 avatar May 12 '21 17:05 BSN32

Yes, as I mention in README, the iso file is a CD image, so you are expected to burn it on a CD or use it directly to install on a Virtual Machine.

However, the following links may help you convert the iso file to a USB image (note that I have not tried these myself, but they seem simple enough)l: https://www.reddit.com/r/openbsd/comments/9xitpz/need_help_with_usb_install/ and http://liveusb-openbsd.sourceforge.net/. Please report back your experiences.

Perhaps I should also distribute a USB image in future releases.

sonertari avatar May 12 '21 19:05 sonertari

I can confirm that the instructions on this OpenBSD journal article work fine. I was able to convert the iso file for UTMFW 6.8 into a bootable USB image, write it to a USB stick, and install UTMFW as I would with a CD drive.

The only catch is that the installation cannot find the install sets. At that point you should tell it to use the disk option, that the disk partition is not mounted yet, and point it to the USB drive with the correct path to the install sets (the default path it offers is the same path as in the UTMFW image too, so you just hit Enter at that point). That's it.

sonertari avatar May 13 '21 15:05 sonertari

Thanks, that works! i have solved the problem and i have successfully made usb memstick image according to instructions from link on your post. C* for beginners > do not forget answer "fdisk -i vnd1" to "y"

installing sets signal-2021-05-14-112550_006

installing packages( locate disk as location of packages like sets above) signal-2021-05-14-112550_002

UTMFW boot on my laptop

signal-2021-05-14-112524

BSN32 avatar May 14 '21 08:05 BSN32

Here is downloadable usb memstick image utmfw68_20210211_amd64.img

SHA256 (utmfw68_20210211_amd64.img) = b9ce84d94f96dfc057e6792536d9510754461f5e54e10364afa5b1997387598a

BSN32 avatar May 14 '21 09:05 BSN32