*BSDThis forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I am puzzled by the apparent ease which users have loading unix systems on a PC. I have been
trying to load FreeBSD and OpenBSD for years without success. Recently I bought a new computer but
still no luck. When I try to load FreeBSD 4.3 from a DVD supplied by the book "FreeBSD" by Annelise Anderson, I get to a point BTX Halted. When loading FreeBSD 4.6 from a distro copied from FreeBSD.org
I get to a point that says OS "has halted. Press any key to reboot.". This loops over and over. When loading FreeBSD 4.11 from a distro copied from FreeBSD.org I again get BTX Halted.
When it comes to OpenBSD, I have purchased at least three versions for $50 to $60 each and the last two
were 4.6 and 5.6. OpenBSD.org asks for donations. Man, those were donations. 4.6 says OS "has halted. Press any key to reboot.". This loops over and over just like FreeBSD 4.6. OpenBSD 5.6 gets to the
choice to enter either I, U, A, or S, but nothing happens no matter which key you enter. However, I
have been able to load TrueOS.
I am always amused to see the complex questions asked on BSD forums when I am unable to even get BSD
on my computer. In my bookshelf I have eleven books on unix and BSD. RTFM is a response seen in books and elsewhere, but you can't ask a stupid question if you can't load the distro onto your PC.
Is it a hardware problem, bios problem, or bad luck?
I load multiple OS instances per month, and reload the laptop I am working on to type this at least four times per year. Have you tried different hardware?
I would stop paying for FOSS operating systems for now. Once you get one working and find you really like it is the time to donate.
Sounds like you're not having any luck. I agree with wpeckham - stop paying for FOSS os's for now. Why don't you try downloading a live distro, putting it on a usb stick and booting that to see if it boots, and if it does how it works with your hardware. You can also let us know what kind of hardware you have. e.g motherboard, ram, cpu etc.
There is not enough info in your initial post - i.e. not even basic info about the hardware or CPU architecture.
Apparently you've tried to install two different OS - one a very outdated, unsupported release. Unless you've tried to install FreeBSD 11.1-release and OpenBSD 6.2-release, there really isn't that much to discuss here.
You said you were able to install TrueOS, so in theory, the same version of FreeBSD (which TrueOS is based on) should also install.
Distribution: Mainly OpenBSD, but still have AntiX on a couple of machines.
Posts: 2,753
Rep:
There is usually lists of the hardware supported on each BSD's websites. However, as above, those are old versions that may not support your hardware. Go to the BSD of your choice & download their latest release, put it onto a pendrive, & try booting your computer from that.
Also, details of your hardware will help people to help you.
I am puzzled by the apparent ease which users have loading unix systems on a PC. I have been
trying to load FreeBSD and OpenBSD for years without success. Recently I bought a new computer but
still no luck.When I try to load FreeBSD 4.3 from a DVD supplied by the book "FreeBSD" by Annelise Anderson, I get to a point BTX Halted. When loading FreeBSD 4.6 from a distro copied from FreeBSD.org
I get to a point that says OS "has halted. Press any key to reboot.". This loops over and over. When loading FreeBSD 4.11 from a distro copied from FreeBSD.org I again get BTX Halted.
When it comes to OpenBSD, I have purchased at least three versions for $50 to $60 each and the last two
were 4.6 and 5.6. OpenBSD.org asks for donations. Man, those were donations. 4.6 says OS "has halted. Press any key to reboot.". This loops over and over just like FreeBSD 4.6. OpenBSD 5.6 gets to the
choice to enter either I, U, A, or S, but nothing happens no matter which key you enter.
Is it a hardware problem, bios problem, or bad luck?
The version of FreeBSD you've chosen to install on new hardware is ancient. Of course the ancient OS won't recognize hardware which didn't exist at the time that FreeBSD 4.6 was released. FreeBSD 11.1 runs just fine on my HP G62 laptop.
I'm running OpenBSD 6.2 on my Dell Inspiron 660s. Everything works as expected. OpenBSD 5.6 may not run on newer hardware.
The new computer most likely uses uefi to boot, therefore will need to use one of the newest versions. For Freebssd at least version 10.1. I don't know about Openbsd butwith FreeBSD if you are duel booting with windows, FreeBSD will overwrite what is in your windows efi partition if you select to use the windows efi paritition versus creating a separate efi partition for use with FreeBSD.
I am always amused to see the complex questions asked on BSD forums when I am unable to even get BSD on my computer.
If you have moderate English language reading comprehension skills you should be able to follow my tutorial on Building A FreeBSD Desktop From Scratch and achieve success with a fully functional FreeBSD desktop.
I spell it out step-by-step with a target audience of someone who has never used UNIX or the command line and show you how and what system and security files to edit. All you need to do is pick and build your 3rd party programs of choice after you boot to the Fluxbox desktop, like a browser, image manipulator, multimedia player, etc.
I use ports exclusively, and in the tutorial, but you can use the pkg system if you prefer and save a lot of time. You'll need to consult the FreeBSD Handbook on that and it's easy enough. You lose out on comandline experience that way though.
The initial post there is from 2012. FreeBSD is using CLANG now. That said, GCC has been matured also and -march=native works well in Linux. Anyhow, in FreeBSD you can specify the CPU type instead of using CPUTYPE?=native. Use
Base system uses clang, ports may use GCC and various build systems.
Quote:
Originally Posted by Emerson
That said, GCC has been matured also and -march=native works well in Linux.
Do you have any data or "benchmarks", comparisons, etc?
Quote:
Originally Posted by Emerson
Anyhow, in FreeBSD you can specify the CPU type instead of using CPUTYPE?=native. Use
Code:
echo | clang -E - -march=native -###
and look at -target-cpu.
You need to clarify if this is a rebuild of kernel and world or just ports you're discussing? I seem to recall that CPUTYPE? is "HAMMER" by default for amd64? If you have a very new CPU, you might see some performance gains by setting flags for those, but it may depend on use case.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.