Reply
 
Thread Tools Display Modes
  #1  
Old 08-28-2006, 06:41 PM
Megadeth Megadeth is offline
Junior Member
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Booting PC-BSD
I use Gentoo as my main operating system. I've had FreeBSD on this machine before and I could boot into it too with GRUB. I tried the same configuration for PC-BSD, but it always returned an error. How does the PC-BSD partition scheme look like? It's installed on my first partition, but I think it's an issue with the slices or something.

This is my Grub.conf

Code:
default 0
timeout 30

title=Gentoo Linux 2.6.17-r4 [AMD]64
root (hd0,2)
kernel /boot/kernel-genkernel-x86_64-2.6.17-gentoo-r4 vga=0x31B video=vesafb:mt$
initrd /boot/initramfs-genkernel-x86_64-2.6.17-gentoo-r4

title=PC-BSD
root (hd0,0,a)
kernel /boot/loader
Reply With Quote
  #2  
Old 08-29-2006, 07:36 PM
silvagroup silvagroup is offline
Senior Member
 
Join Date: May 2006
Posts: 102
Thanks: 0
Thanked 0 Times in 0 Posts
Default
First I am far from an exoert but here are somethings you may try
At the grub menu type c, which will take you command prompt.
grub>
Code:
find /boot/loader
I think will show you the root for your pcbsd as seen by grub.
You can also do grub>
Code:
root (hdo,o,a)
and it will let you know if it in deed is a bsd partition.
Also I think if you do dmesg in console you may find some useful info in the output, don't know all the commands so just dmesg may give you LOTS of stuff.
Hope some of this help :idea:
Reply With Quote
  #3  
Old 08-29-2006, 08:18 PM
nowax nowax is offline
Senior Member
 
Join Date: Jan 2006
Location: Poland
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to nowax
Default
Originally Posted by silvagroup
First I am far from an exoert but here are somethings you may try
At the grub menu type c, which will take you command prompt.
grub>
Code:
find /boot/loader
I think will show you the root for your pcbsd as seen by grub.
You can also do grub>
Code:
root (hdo,o,a)
and it will let you know if it in deed is a bsd partition.
Also I think if you do dmesg in console you may find some useful info in the output, don't know all the commands so just dmesg may give you LOTS of stuff.
Hope some of this help :idea:
In your code should be 0(zero) instead of o.
Code:
root (hd0,0,a)
Reply With Quote
  #4  
Old 08-29-2006, 11:12 PM
Charles Charles is offline
Senior Member
 
Join Date: May 2005
Posts: 3,710
Thanks: 0
Thanked 0 Times in 0 Posts
Default
You will find all the instructions here
http://faqs.pcbsd.org/index.php?action= ... cat=1&id=9
Reply With Quote
  #5  
Old 08-30-2006, 06:59 AM
silvagroup silvagroup is offline
Senior Member
 
Join Date: May 2006
Posts: 102
Thanks: 0
Thanked 0 Times in 0 Posts
Default
nowax
Code:
In your code should be 0(zero) instead of o.
That is a big correct. That will work much better :!:
Thanks for catching that. ops:
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Booting into GUI with PC-BSD wash General Questions 1 04-20-2007 07:20 PM
Booting nathski General Questions 7 02-18-2007 02:43 AM
Need help booting fvs Installing PC-BSD 5 08-18-2006 08:42 PM
booting into xdm instead of kdm... IcehouseBSD General Questions 4 11-17-2005 01:55 PM
Help with booting PC BSD agentdunken Installing PC-BSD 3 06-27-2005 04:21 PM


All times are GMT. The time now is 05:50 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.