LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 03-10-2007, 03:16 PM   #1
JMJ_coder
Member
 
Registered: Apr 2006
Distribution: Fedora
Posts: 478

Rep: Reputation: 30
Getting OpenBSD


Hello,

I went to the OpenBSD site, and to my surprise there is no single ISO available to download. All there are are individual packages and such. I have looked at the documentation, but I have only managed to determine that is required is one like cdemu.iso (or another boot disk like that) - but at best that is only 2-4 MB, obviously not the whole system - only enough to boot the system. What else do I need? Why do they not provide a complete ISO system? Is OpenBSD worth the effort?
 
Old 03-10-2007, 03:31 PM   #2
uselpa
Senior Member
 
Registered: Oct 2004
Location: Luxemburg
Distribution: Slackware, OS X
Posts: 1,507

Rep: Reputation: 47
Quote:
Originally Posted by JMJ_coder
What else do I need?
A working internet connection or a copy of all relevant files on a local disk.
Quote:
Originally Posted by JMJ_coder
Why do they not provide a complete ISO system?
Because Theo wants you to buy the CDs.
Quote:
Originally Posted by JMJ_coder
Is OpenBSD worth the effort?
Depends on what your objectives are.
 
Old 03-10-2007, 05:05 PM   #3
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
They give you more than enough on the ftp sites to build your own ISO if you want one. But there really is no need. Installation is so easy that burning a CD is often a waste.

The "ease" of a CD install is mostly relevant if you have a very slow connection.
 
Old 03-11-2007, 08:44 AM   #4
taylor_venable
Member
 
Registered: Jun 2005
Location: Indiana, USA
Distribution: OpenBSD, Ubuntu
Posts: 892

Rep: Reputation: 43
Quote:
Originally Posted by JMJ_coder
...I have only managed to determine that is required is one like cdemu.iso (or another boot disk like that) - but at best that is only 2-4 MB, obviously not the whole system - only enough to boot the system. What else do I need? Why do they not provide a complete ISO system?
uselpa is right: the reason there's no full distribution on CD available is because that's the primary source of the OpenBSD project's income, and they want you to purchase it. But such a CD is completely unnecessary to install a system. Just grab the ISO you mention, then use it to boot. Then you can do a net-based installation, where you download the files you need from the OpenBSD project website or a mirror (automatically). You could also download these files before-hand onto your own server and use it, if you have one, or download them to an accessible location on your hard-drive. These files are then extracted and installed to form the system. Several BSD and Linux distributions use this method, including NetBSD, FreeBSD, Debian, Ubuntu, SUSE, and others. I find it more convenient, because I don't have to burn six CDs ala Fedora Core, but if you've got a slow link then prepare to spend some time waiting.
Quote:
Originally Posted by JMJ_coder
Is OpenBSD worth the effort?
You won't know until you try it! I say yes, but it depends on your needs. Not a very good desktop system, if you ask me, but a great server and firewall system.
 
Old 03-22-2007, 08:42 AM   #5
llista
LQ Newbie
 
Registered: Jan 2007
Posts: 25

Rep: Reputation: 15
I think it is unfair having to pay for trying OpenBSD, it may well not recognise all your hardware or not be what you need, and the only way of knowing is testing it, and if you order the CD's and then you only use one day it does not really seem fair to me.

You can download the latest OpenBSD iso here:

http://ftp.giga.net.tw/#openbsd

The isos have been slightly modified so that they do not infringe the OpenBSD developer copyright on the layout. Now if you use the system and like it, you can always make a donation.

Last edited by llista; 03-22-2007 at 08:44 AM.
 
Old 03-22-2007, 08:47 AM   #6
uselpa
Senior Member
 
Registered: Oct 2004
Location: Luxemburg
Distribution: Slackware, OS X
Posts: 1,507

Rep: Reputation: 47
Quote:
Originally Posted by llista
I think it is unfair having to pay for trying OpenBSD
You don't have to, you can do a full install via ftp.
 
Old 03-22-2007, 08:56 AM   #7
llista
LQ Newbie
 
Registered: Jan 2007
Posts: 25

Rep: Reputation: 15
Quite right, unfortunately everyone who has internet access 24/7 assumes that others have it too and that dial up does not exist anymore.

Last edited by llista; 03-22-2007 at 08:58 AM.
 
Old 03-22-2007, 12:29 PM   #8
uselpa
Senior Member
 
Registered: Oct 2004
Location: Luxemburg
Distribution: Slackware, OS X
Posts: 1,507

Rep: Reputation: 47
You know, the world isn't being fair to OpenBSD either. Plenty of companies use their work (such as OpenSSH) and don't pay a cent. I can understand that they want to have some kind of income for their excellent work. And with so many excellent things being free, such as FreeBSD which you seem to be using, I don't think you really have a reason to complain.
 
Old 03-22-2007, 05:30 PM   #9
JMJ_coder
Member
 
Registered: Apr 2006
Distribution: Fedora
Posts: 478

Original Poster
Rep: Reputation: 30
Hello,

I tried getting OpenBSD through EDK2 and after a long download, I burned it to disc and booted up my system and it just wouldn't boot. I also have never had to much luck trying to install via FTP. So the best way to obtain it seems to be to buy the CD/DVD from the project themselves. But for those who really like OpenBSD and need its features, I don't think that fifty dollars is alot to pay for the fine work these developers do. Remember, they have families to feed to.

This is fine, but I have FreeBSD and NetBSD up and running - and I don't really have any free partitions and no free primary partitions, so I guess I won't be using OpenBSD for the time being.
 
Old 03-22-2007, 05:46 PM   #10
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Or you could just download the files and make your own bootable iso. It's pretty simple to make and they provide all the bits you need. And most CD burning programs have support to take a tree and make it a bootable iso (just point to the image that is bootable in it).

Just grab all the sets and the install stuff.

Here we go... a complete transcript to making a bootable CD on *nix for it.

Code:
# cd /tmp
# mkdir -p openbsd/4.0/i386
# cd openbsd/4.0/i386
# ftp ftp.openbsd.org [user: ftp pass: whatever]
ftp> cd pub/OpenBSD/4.0/i386
ftp> get cdrom40.fs
ftp> get bsd
ftp> mget *.tgz
ftp> quit
# cd ../../../
# mkisofs -o OpenBSD.iso -b i386/cdrom40.fs -c boot.catalog -l -J -R -allow-leading-dots openbsd/
And that's it... you have /tmp/OpenBSD.iso ... a bootable iso install image. It's certainly faster (and less likely to be tampered with) than trying to find and download a legit copy of the real CD.


Edit: I assume /tmp is large enough to hold this. If not, you may do it anywhere that is.

Edit#2: Naturally, grab more stuff if you want it and get the architecture you want. Windows is capable of this as well but I don't know the utilities at all, let alone well enough to suggest a methodology.

Last edited by frob23; 03-22-2007 at 07:56 PM.
 
Old 03-23-2007, 06:59 AM   #11
llista
LQ Newbie
 
Registered: Jan 2007
Posts: 25

Rep: Reputation: 15
Thumbs up

Quote:
Originally Posted by uselpa
And with so many excellent things being free, such as FreeBSD which you seem to be using, I don't think you really have a reason to complain.

I withdraw my complain, I now believe it is absolutly fair to charge people $50 for testing OpenBSD.

Sorry about that.
 
Old 04-06-2007, 05:51 AM   #12
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
The whole point of OpenBSD is that you're getting a reliable OS. Downloading prepared ISOs from unofficial sites means you have no idea what you're getting. Why would anyone do that?

Frob gave all the info you need to burn a complete bootable CD.

> Is OpenBSD worth the effort?

There's so little effort required it's hard to understand the question. Once you get past the disklabel step (which is necessary for all BSD variants) the OpenBSD is one of the simplest installs you will ever see. Certainly much simpler than FreeBSD's installation.

btw you don't need an ISO except for the kernel and installer (actually you don't need even that, you can PXE boot). Like some of the guys said you can do an ftp install (great if you have a fast connection) or you can even download all the installation packages to a USB stick and mount it from the shell during the installation (I've done that a few times) or burn another CD with the packages on it or use an NFS share with the packages on it. Choices, choices, choices! Ain't life grand?

Last edited by Randux; 04-06-2007 at 09:48 AM.
 
Old 04-06-2007, 01:59 PM   #13
rocket357
Member
 
Registered: Mar 2007
Location: 127.0.0.1
Distribution: OpenBSD-CURRENT
Posts: 485
Blog Entries: 187

Rep: Reputation: 74
Quote:
Originally Posted by JMJ_coder
Is OpenBSD worth the effort?
OpenBSD, in my experience, is a wonderful OS. Sure, it's a pain for people coming from a Windows "gimme-gimme-gimme" background, as sometimes it can require you to google a few error messages or for howtos. But if you've been using Linux you're already accustomed (I would hope) to finding information yourself.

Quote:
Originally Posted by taylor_venable
Not a very good desktop system, if you ask me, but a great server and firewall system.
I certainly won't argue against OpenBSD's capabilities as a server or firewall platform, but I will say that I've set up OpenBSD/Fluxbox for Windows users before (with a lot of script "glue" to make tasks like mounting a cd or whatever even easier), and it's worked out nicely. Takes a bit to get used to, but anyone who's tired of being hammered by a virus or whatever is much more open minded to it than they otherwise would be. For gaming, obviously it's a no-go, but for typical desktop usage, OpenBSD is just as capable (given a bit of scripting, perhaps) as any other open source system.
 
Old 04-12-2007, 05:35 PM   #14
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
I agree with rocket's appraisal of OpenBSD as a desktop. Things work, it's a very nice and lean/clean system. If you want current packages or a lot of variety it's not for you, but if you want something trustworthy it can be a usable desktop.
 
  


Reply

Tags
openbsd


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Openbsd Foreseeen *BSD 9 08-01-2012 05:10 AM
OpenBSD - Where can i get OpenBSD 3.7 ISO CD -- Please help me b:z Linux - Software 5 04-08-2005 07:09 AM
OpenBSD - Where can i get OpenBSD 3.7 ISO CD -- Please help me b:z Linux - Software 1 04-07-2005 08:46 AM
OpenBSD 3.5 nickbird *BSD 5 07-23-2004 09:44 AM
OpenBSD help.. sancho5 Linux - General 0 11-19-2001 09:23 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 07:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration