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

Downloaded ISO no boot #8

Open
symgryph opened this issue Oct 16, 2020 · 8 comments
Open

Downloaded ISO no boot #8

symgryph opened this issue Oct 16, 2020 · 8 comments

Comments

@symgryph
Copy link

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
Copy link
Author

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

@symgryph
Copy link
Author

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.

@sonertari
Copy link
Owner

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.

@BSN32
Copy link

BSN32 commented May 12, 2021

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 root@192.168.2.10:/mnt/.
scp -r etc root@192.168.2.10:/mnt/.
scp -r packages root@192.168.2.10:/mnt/.

//freebsd side 2
umount /mnt

@sonertari
Copy link
Owner

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
Copy link
Owner

sonertari commented May 13, 2021

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.

@BSN32
Copy link

BSN32 commented May 14, 2021

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
Copy link

BSN32 commented May 14, 2021

Here is downloadable usb memstick image utmfw68_20210211_amd64.img

SHA256 (utmfw68_20210211_amd64.img) = b9ce84d94f96dfc057e6792536d9510754461f5e54e10364afa5b1997387598a

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

3 participants