Im confused

I am new to freebsd, I downloaded all images and burnt them. But I am still confused on how to install, the installation guide only gets to the part where you select the method. I selected the CD/DVD method and then it "says unable to transfer base distribution do you wish to retry yes/no", then again with docs, and I figured I probably have to insert the docs disk here... but it doesn't let me eject so I reboot and then after getting to step one it lets me eject so I put the docs disc see if it works in that part... no go.

What can I do?
 
I think the first question is, which cdrom did you download? There are five (six if you include the DVD) from which to choose on most releases. The one you'd want to be starting with would be disc 1. Which is the install disc.

If you mistakenly downloaded either the mini-install or the fixit disc then you're not going to have the appropriate files on the disc.

That's not really a huge deal it just means that you're stuck with either an ftp install, installing from a partition or downloading the full install disc.
 
which is boot only so I thought I would have to change discs during installation but it doesn't even let me eject.
 
The easiest is probably to burn out the disc called "disc1" - that's both bootable and contains all you need. If you boot from that you won't have to swap CDs.

That's likely to be why you can't eject the CD to swap in another one at that point, too: There's never really a need, since it would always be simpler to just boot from the CD with the base system in the first place.
 
I've never tried CD install myself, if you do have internet connection boot off from first CD and do network install. You really need only the bootonly ISO image for netinstall, a ~34 MB download.
What are checksum files? Erm ... for verifying checksum.
 
I installed it full with the cd swap thing finally heheheheh.... And I rebooted but I still have no gui, I get the same install menu and then login and nothing.
 
babujbf said:
I installed it full with the cd swap thing finally heheheheh.... And I rebooted but I still have no gui, I get the same install menu and then login and nothing.
Install menu? Did you remove the CD from drive?
To get a GUI you need to configure and run X. There is a number of ways to run X automatically at startup or login. Usually this involves using XDM (X display manager), but you can load your favorite WM/Desktop Environment also from CLI (startx), put it in ~/.xinitrc.
 
babujbf said:
is there a guide to this make gui run at startup? I thought freebsd was kde can it be gnome?
Sure, please see The Handbook.
And no, FreeBSD is not KDE. FreeBSD is an Operating Sytem, KDE is a Desktop Environment. You can use any Window Manager / Desktop Environment you like. You can run none - if you use FBSD as a server.
 
lol Im stuck confguring xorg I cannot find the vertical and horizontal syncronization rate of my monitor anywhere...
 
damn Im also stuck in the true type fonts thing...

cd /usr/ports/x11-fonts/urwfonts
make install clean

then it says:

=>Couldn't fetch it - please try to retrieve this.
=> port manually into /usr/ports/distfiles/ and try again

*** Error code 1
 
Please, report the command you have typed in.

What is the output of the following command?
Code:
cat /etc/resolv.conf
 
the output of that command is :

search lan
nameserver 10.0.0.138

for the fonts I typed in:

cd /usr/ports/x11-fonts/urwfonts
make install clean
 
And are you posting from the same box?
Can you try making a backup of your resolv.conf and adding the ns of OpenDNS? As root:
Code:
mv /etc/resolv.conf /etc/resolv.conf.old
echo 'nameserver 208.67.222.222' > /etc/resolv.conf
echo 'nameserver 208.67.220.220' >> /etc/resolv.conf
 
ale you are a nice guy thanks for your help but I give up on freebsd lol there is no reason for the truetype fonts not to install, the goddamn tar file is in the directory that the Handbook says it is also in the ftp directories you pointed out... It nothing but bad luck man, I hope I have better luck with other distros so I get saved from ubuntu or windows.
 
Back
Top