PDA

View Full Version : [Solved] Grub


Gogeden
December 17th, 2009, 16:04
I'll come right out and say it: I'm absolutely oblivious as to how FreeBSD works. I normally fool around with the Linux environment and occasionally Windows. It took me awhile to figure out how to install FreeBSD 8.0 but I got it. When the installation was complete, I selected to boot up FreeBSD and everything was going fine until it gave me a command prompt with a "#". How do I install the GUI?


Also, I use Grub as my boot-loader (I'm more familiar with it then BSD's boot-loader) how would I go about adding FreeBSD to the list so that I may boot from it. I had to do a re-install of Ubuntu Jaunty and when Grub installed itself on my HDD it brought FreeBSD up as "Chain-load to blah blah blah" (Sorry can't quite recall what it said) and I can't boot back into it.


Sorry for these lame questions lol. I really want to try this out because I've heard some good things about it and they peaked my curiosity. I hope someone out there can help!


Thank you! :P

Beastie
December 17th, 2009, 16:12
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-install.html

Then, of course, you need a http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html.

Gogeden
December 17th, 2009, 20:32
Alright, so then how would I go about adding this to grub?

tkjacobsen
December 17th, 2009, 20:49
This works for me:


title FreeBSD
root (hd0,1)
chainloader +1


If it doesn't for you, maybe you are pointing to the wrong partition or your ubuntu install overwrote your fbsd install..

Gogeden
December 17th, 2009, 21:27
I looked at an article online and I got it working through Grub. Thank you very much though! :D

Gogeden
December 17th, 2009, 21:28
Now I just need an answer to my other question =D

LateNiteTV
December 17th, 2009, 21:32
whats your other question?
Beastie gave you all the info you need on getting X up and running.

Dru
December 17th, 2009, 22:46
60% of the userbase....

DutchDaemon
December 18th, 2009, 00:47
Your GUI question is already answered here (http://forums.freebsd.org/showthread.php?t=9484) (and in 1,000 other posts and The Handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/), probably). Don't mix topics.