Email or username:

Password:

Forgot your password?
Top-level
hakerdefo

@libreleah

How is the hardware support for intel GPUs?
Does it allow to skip the installation of bootloader during the install process? I wouldn't want it to overwrite current Grub install.
How is the software availability?

3 comments
Leah Rowe is not a Rowebot

@hakerdefo if you're referring to libreboot grub, it won't overwrite that.

openbsd has a framework in their kernel that allows them to re-use driver code from linux. their intel gpu driver is based upon that, and it's excellent. flawless.

openbsd's own bootloader is what you should use, if you want to dualboot. dualbooting with linux is much easier on coreboot because you can just stick grub in flash and boot linux with that and load seabios from grub to boot openbsd.

(that's what i would do)

Leah Rowe is not a Rowebot

@hakerdefo as for software availability, they do have less packages than say, freebsd or debian, but they pretty much have almost everything you can think of. thousands of ports. i've yet to find anything that is not easily possible in openbsd.

anything they don't have is a port that tech@openbsd.org would very much like you to submit :)

Leah Rowe is not a Rowebot

@hakerdefo See: openbsd.org/faq/ports/ports.ht

also, openbsd lets you search ports or if you want to search it on the web if curious, this website is nice:

openports.pl/

Go Up