Tagged Questions
1
vote
1answer
46 views
Is there any way to install freeBSD from Debian?
I know that one can install Debian from (AFAIK) any Linux computer using debootstrap.
Is there any way to do the same for freeBSD or do I need to make a CDROM?
0
votes
1answer
73 views
How to select optional components during FreeBSD 9.0 Install?
I am installing FreeBSD 9.0 on VMWare Player. In section 2.5.3 of the installation guide it shows that one can choose which components to install. What keys on the keyboard do I need to use to ...
4
votes
1answer
323 views
How to install FreeBSD on Thinkpad?
I am trying to install FreeBSD but I am having a problem. My computer is a Thinkpad T400.
I followed the instructions to install so I have downloaded the file FreeBSD-8.3-RELEASE-amd64-dvd1.iso and ...
1
vote
1answer
558 views
How to set up FreeBSD for my region?
im currently installing FreeBSD. Im at the "Time Zone Selector" screen. I don't know what should i choose. Normally, since i live in Quebec (Canada), i choose Eastern time GMT -5, but there is no such ...
2
votes
2answers
490 views
Installing new Operating System such as FreeBSD with PXE boot?
I am no expert on this issue, I am maybe even using the wrong technical term. Anyway, my goal is this: to install a new OS from a server that has the installation documents etc so some settings in ...
3
votes
2answers
351 views
Installing FreeBSD without removable media from CentOS 6
I've been tasked with installing FreeBSD 8 alongside CentOS 6, without the luxury of removable media. CentOS 6 is already on the machine, and running quite nicely. However, I cannot figure out how to ...
2
votes
1answer
375 views
Extract files from FreeBSD 9 ISO
With FreeBSD 8 you could manually install by doing something like:
# mdconfig -f /FreeBSD-8.2-RELEASE-amd64-disc1.iso
# mount -t cd9660 /dev/md0 /cdrom
# cd /cdrom/8.*
# export DESTDIR=/mnt
# cd ...
2
votes
1answer
336 views
FreeBSD 8.2 STABLE installation failing on VirtualBox
On my pc-bsd box, I installed VirtualBox and trying to install FreeBSD 8.2 STABLE in 10GB space.
During installation, I selected all the default settings, it looks like this:
But after this, I get ...
2
votes
2answers
736 views
Installing Freebsd as guest OS on kvm without using VNC
I want to run Freebsd as a guest OS on kVM running on Ubuntu server 10.04. All howtos mention VNC as a necessity to start and finish the installation process. Can I install freebsd on kVM without ...
2
votes
1answer
872 views
Cannot get startX / Xorg to work on freeBSD 8.1
I am following this link for Xorg configuration on FreeBSD 8.1
After this step:
Xorg -config xorg.conf.new -retro
I can see the screen and mouse is also working but I cannot exit out of it any ...
11
votes
3answers
423 views
First FreeBSD install. Is there anything I should know about differences between Linux and BSD?
I want to install FreeBSD today on a spare HDD I have lying around. I'd like to give it a trial run, learn a few things, and if it suits me I'll replace my current Ubuntu 10.10 'server/NAS/encoding ...