14381
![]() |
|
|
|
|
|||||||
| Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
This is the first time I'm playing with FreeBSD..
I installed FreeBSD on my laptop. Than I tried to install Xfce and Gnome but both didn't work. I'm watching youtube tutorials by 'bsdtutorial'. This guy seems very smart. However if I do all the steps he provided, I'm just not as lucky as he is... Maybe because his tutorials are not on FreeBSD 9 but some older version I guess.So I got pissed and now I want to reinstall or try PC-BSD. But I have a problem booting any live CD, FreeBSD or Linux. No matter what I do, it always boots into installed FreeBSD. So that's my main problem now. How the hell did this happen? By the way it's an old HP Compaq laptop. Last edited by DutchDaemon; February 26th, 2012 at 19:21. |
|
#2
|
|||
|
|||
|
Try this: How to install and configure a FreeBSD Desktop with Xorg and KDE
It will work on FreeBSD 9.0. |
| The Following User Says Thank You to vand777 For This Useful Post: | ||
jl2035 (February 27th, 2012) | ||
|
#3
|
|||
|
|||
|
Change BIOS settings to boot from CD/DVD first, then from HDD.
|
|
#4
|
||||
|
||||
|
I run into this a lot myself. My solution is to install centos or something else to start over and then reinstall FreeBSD. Sometimes Gparted will wipe it off too.
However I think its alway the computer's fault. Last edited by DutchDaemon; February 26th, 2012 at 19:22. Reason: It's "FreeBSD" |
| The Following User Says Thank You to paulfrottawa For This Useful Post: | ||
jl2035 (February 27th, 2012) | ||
|
#5
|
|||
|
|||
|
I resolved this, but honestly I don't know how. I have to say that CD/DVD device had higher boot priority than HDD, but anyway it always booted into
So what did I do: I went into BIOS and hit "Check boot" or something like this. It seemed like it was going to take some time so I left it the whole afternoon. In the evening (when I came home) the check was done with no errors. Then I saved and exited BIOS settings and bam: I could boot from CD/DVD. I don't know how, because I didn't change anything in BIOS. Then I used some linux distro with gparted and erased all partitions and than I installed PC-BSD. Can't say it went ok. I'll start a new forum question about the problems I have there. Thanks for your replies. Last edited by DutchDaemon; February 28th, 2012 at 01:15. Reason: Mind your writing style: http://forums.freebsd.org/showthread.php?t=18043 |
|
#6
|
||||
|
||||
|
One of the first things I read when first using FreeBSD is that it's a BOIS itself. So when you're in the computer BIOS it's best practice to set it to defaults. However you might need to change a setting or two. My Toshiba can disable the start up boot options "F12". I need that one setting to get it to boot from a CD disk if boot priority is DISK0 and OS already installed.
Your might be Delete F10, F9, F2 (without the manual it's a real workout). Last edited by DutchDaemon; February 28th, 2012 at 01:16. |
|
#7
|
|||
|
|||
|
Now it happened again. I installed PC-BSD. First it looked very user friendly (of course I chose Xfce desktop), but than I found it very messed up. Wireless doesn't work at all (have no idea how to fix that) and a desktop is totally weird. Tray icons are just transparent (so looks like no icons).
I started a thread on the PC-BSD forums but no help from them. Check out to see the problem with tray icons and labels. I put a screenshot picture there. http://forums.pcbsd.org/showthread.p...3926#post93926 So I decided to uninstall BSD and here I am. No matter what I do now it always boots up to PC-BSD. If I try the same thing I described before it doesn't solve the problem now. Quote:
It really sucks to be a newbie. Last edited by DutchDaemon; February 29th, 2012 at 01:43. Reason: Mind your writing style: http://forums.freebsd.org/showthread.php?t=18043 |
|
#8
|
||||
|
||||
|
Quote:
The ONLY BIOS functionality that's still in use today is its ability to load a boot sector and starting it. Your boot issues have nothing to do with FreeBSD. Things are messed up before FreeBSD ever gets control.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. Last edited by DutchDaemon; February 29th, 2012 at 01:43. |
|
#9
|
|||
|
|||
|
I think I opened an interesting thread...
![]() Thanks for this info, but why this never happend on Linux? And how could I screw this up. I didn't change anything in BIOS. Before I found out that I have boot problems I didn't even touch BIOS. CD/DVD already had the highest boot priority. Last edited by DutchDaemon; February 29th, 2012 at 01:43. |
|
#10
|
||||
|
||||
|
I liked PC-BSD also but if you want to change the kernel or world it gets problematic for me.
Here my approach to Installing I install FreeBSD from DVD now before I always used a cd. If you load a amd64 FreeBSD disk and have a stalled computer then you should be using the i386 disk. When the INSTALL process asked me to choose a default keyboard mapping I say "NO". Components to Install: I choose everything but additional documention. (you can get the scr later or even update it later but its just easier to have it there installed for some ports to build maybe.) Here's my basic setup from /etc/rc.conf to help configure an installation. Code:
hostname="freec" ifconfig_re0="DHCP" sshd_enable="YES" powerd_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="NO" Then when the installion is almost over and you can change things I choose to go to ee /etc/hosts and place in Code:
127.0.0.1 freec freec.development Then reboot to install the rest or you can install through sysinstall right away. and when finish type exit. So now I'm in sysinstall: I choose configure-packages-cd/dvd Then I go straight to X11 packages and select xorg and OK. INSTALL if I select a WM at the same time I'll need to reinstall everything and avoid doing that for my mouse and keyboard to work. Then we add this to rc.conf too. Code:
dbus_enable="YES" hald_enable="YES" and install yours like we did for xorg. PS:KDE4 is my choice for desktop right now because its got something for everyone in it. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to boot FreeBSD 9 installed in dedicated disk using Grub2. | Michael | Installing & Upgrading | 4 | February 4th, 2012 09:32 |
| [Solved] No MBR Installed After Boot | joshdmiller | Installing & Upgrading | 8 | August 12th, 2011 08:18 |
| How boot Windows and FreeBSD, if they are installed on different disks? | fender0107401 | Installing & Upgrading | 2 | June 13th, 2011 10:05 |
| Installed FreeBSD on Sparc machine, now won't boot correctly | Bobbber | Other Architectures | 9 | January 3rd, 2011 18:47 |
| FreeBSD Installed.....But System Boot To Terminal - Heeeeeeeeeeeeelp Please :-( | paulm2008 | KDE | 9 | February 14th, 2009 16:39 |