LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 11-30-2003, 04:52 PM   #16
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30

1. I installed FreeBSD when I turned off detection of the 2nd drive in the BIOS, FreeBSD successfully installed itself on the 2nd HDD but I can not boot off the second drive using my boot loader (grub setup to boot FreeBSD), it says that the drive does not exist, thus I need to turn the HDD back on in the BIOS, and in which case it freezes at the same point.

2. I've tried booting with single user moder, and I still can not get past the HDD detection process in FreeBSD.
 
Old 11-30-2003, 05:04 PM   #17
RJW
Member
 
Registered: Nov 2003
Posts: 146

Rep: Reputation: Disabled
Oh, sorry. My crystall ball must have been playing games with me. How dare it tell me lies! =|

So, the only way for you to boot FreeBSD is with a bootloader that is located on the primary HD?
 
Old 11-30-2003, 05:10 PM   #18
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
I don't remember metioning anything of the sort. I can't access FreeBSD at all, if I try to boot FreeBSD using grub while the 2nd HDD is turned off in the BIOS, I can't access the drive (although I could in the installation). If I try to boot FreeBSD when the 2nd HDD is turned on in the BIOS, it'll start the boot process, but get stuck at the boot screen.

Maybe I should turn off the first HDD in the bios, make the change, then turn first HDD back on?
 
Old 11-30-2003, 05:17 PM   #19
RJW
Member
 
Registered: Nov 2003
Posts: 146

Rep: Reputation: Disabled
No, you're right, you didn't mention anything of the sort... I'm trying to work out your problem for you.

Quote:
Maybe I should turn off the first HDD in the bios, make the change, then turn first HDD back on?
If you can boot from the FreeBSD drive alone, then yes, that is a great idea. =)
 
Old 11-30-2003, 05:20 PM   #20
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
Turning off the first HDD doesn't work either. Maybe Chort is right and FreeBSD doesn't like the second HDD. Hmmm.
 
Old 11-30-2003, 06:21 PM   #21
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
Quote:
Originally posted by RJW
Place the following in your `/boot/loader.conf' file:

Code:
hw.ata.ata_dma="0"
hw.ata.atapi_dma="0"
I finally got my FreeBSD partition up and running properly, and adding those options to my /boot/loader.conf file did the trick. I am in FreeBSD right now.

Will the "ZAxisMapping" Option work in FreeBSD's MouseSystem mouse protocol? I'd like to get my mouse wheel to work.

Also, I need to install some things that I forgot to install when I installed FreeBSD, how can I do that? Something like sysinstall but I can not remember where.

Last edited by Seph64; 11-30-2003 at 06:32 PM.
 
Old 11-30-2003, 07:11 PM   #22
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
NM I found sysinstall...

Now I got a new problem...

FreeBSD crashed when I tried to load the sound module for my computer. Now when I try to access KDE when I am a user, it'll exit X stating that it couldn't load knotify, it most likely crashed. I KNOW it crashed, can't you just boot KDE anyway?

KDE works in root though, which ticks me off since I do not want to be in root.

And it doesn't appear that the ZAxisMapping option doesn't work in FreeBSD.
 
Old 11-30-2003, 07:44 PM   #23
RJW
Member
 
Registered: Nov 2003
Posts: 146

Rep: Reputation: Disabled
Quote:
I finally got my FreeBSD partition up and running properly, and adding those options to my /boot/loader.conf file did the trick. I am in FreeBSD right now.
So what was the problem, and how did you over come it? BTW, you're welcome.

Quote:
Also, I need to install some things that I forgot to install when I installed FreeBSD, how can I do that? Something like sysinstall but I can not remember where.
You can install additional applications from `/usr/ports', providing you installed them. if not, then CVSUP the ports collection to build it.

Quote:
FreeBSD crashed when I tried to load the sound module for my computer. Now when I try to access KDE when I am a user, it'll exit X stating that it couldn't load knotify, it most likely crashed. I KNOW it crashed, can't you just boot KDE anyway?
Are you sure FreeBSD crashed? How about posting the log before jumping to conclusions. Also, post your `~/.xinitrc' file while you're at it.

Quote:
And it doesn't appear that the ZAxisMapping option doesn't work in FreeBSD.
ZAxisMapping does work with FreeBSD. Try `man xf86config' for help.
 
Old 11-30-2003, 07:51 PM   #24
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
1) I figured out how to mount my FreeBSD partition in Linux.

2) Which log file do you mean? And my .xinitrc for my regular user is:

Code:
exec startkde
 
Old 11-30-2003, 07:56 PM   #25
RJW
Member
 
Registered: Nov 2003
Posts: 146

Rep: Reputation: Disabled
The log to watch is `/var/log/messages'. Also, what is the output from X to stdout?
 
Old 11-30-2003, 08:10 PM   #26
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
The /var/log/messages file is too big to fit in a post. Will try to upload it.

http://seph64.hypermart.net/messages.txt

Hope this is of some help.

Last edited by Seph64; 11-30-2003 at 08:16 PM.
 
Old 11-30-2003, 08:17 PM   #27
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
Wouldn't it be better to startx | tee /tmp/xout.log
That way you would have the output from the Xserver logged.
 
Old 11-30-2003, 08:18 PM   #28
RJW
Member
 
Registered: Nov 2003
Posts: 146

Rep: Reputation: Disabled
Or just post the necessary logs.
 
Old 11-30-2003, 08:29 PM   #29
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
I fixed it, somehow my user name (seph64 as with all of my login names for all Operatin Systems) got screwed up or something. I deleted the user name, and rebuilt it. And my problem was solved.

Thanks for all the suggestions, now I am one happy FreeBSD user (along with Linux).
 
Old 12-01-2003, 12:20 PM   #30
Seph64
Member
 
Registered: Feb 2003
Distribution: Gentoo, FreeBSD, LFS
Posts: 298

Original Poster
Blog Entries: 21

Rep: Reputation: 30
I've got more problems. I can't login as root, the password I chose for it will no longer work. It must've got screwed up when I used kuser (KDE's User config program) to re-build my regular user account. I tried booting in with Single-User, but it mounts the FS read only so I can't make any changes to anything.

Anyone got any suggestions?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
not detecting hard drive shruthi Linux - General 4 05-09-2005 02:28 AM
PRoblems detecting Hard Drive on BIOS Goalie31 Linux - Hardware 2 03-01-2004 11:35 PM
Redhat Linux 9 Not detecting my hard drive Proximus Linux - Newbie 0 02-14-2004 11:30 AM
Bios is not detecting my 2nd hard drive yuism Linux - Newbie 3 06-30-2002 12:56 AM
Not detecting Hard Drive Space vojm Linux - Software 0 03-16-2001 10:25 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 08:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration