-
Notifications
You must be signed in to change notification settings - Fork 30
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
Downloaded ISO no boot #8
Comments
Also trying to 'build' I could work on docs for build in markdown if you want. |
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. |
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. |
Hi, Thank you for your nice work i have same problem. my work to convert iso image to usb memstick image//openbsd side 1 //freebsd side 1 / increasing part area to put "packages" mount /dev/da1s4 /mnt // openbsd side 2 //freebsd side 2 |
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. |
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 |
Here is downloadable usb memstick image utmfw68_20210211_amd64.img SHA256 (utmfw68_20210211_amd64.img) = b9ce84d94f96dfc057e6792536d9510754461f5e54e10364afa5b1997387598a |
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
The text was updated successfully, but these errors were encountered: