d2c2
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I installed FreeBSD on the third partition of the second internal hard-disk (in linux-speak /dev/sdb3 from fdisk -l, i seem to remember it was ad6 during FreeBSD installation).
My entry for grub2 looks like this: Code:
menuentry "FreeBSD" {
insmod ufs2
set root=(hd1,3)
chainloader +1
}
Version is FreeBSD-8.1. Thanks In case it helps: The installation CD says its ad6s3 Last edited by jalu; August 18th, 2010 at 08:13. |
|
#2
|
|||
|
|||
|
This is what I added to /etc/grub.d/40_custom in order to boot FreeBSD on what is known to linux as /dev/sda4.
Code:
menuentry "FreeBSD" {
set root=(hd0,4,a)
chainloader +1
}
|
|
#3
|
|||
|
|||
|
Thanks for your answer.
My entries seem to be correct, i tried different ones. The problem seems to be more serious. I am not able to boot from my second internal hard-disk nor from my external hard-disk anymore (the OS doesn't matter, so its not a problem with FreeBSD) I am at the problem, but don't seem to get it solved. If i will find the solution i will sure post it here. I will try to put FreeBSD on a USB-stick and boot it that way from my main PC. a) will the speed be ok? (if not i might as well go on to use it from my second PC) b) is there a good how-to put it on a stick? Another option would be to resize the 20GB-linux- / partition on my first hard-disk... I really would like to run FreeBSD with a bit more of horse-power. Thanks again. |
|
#4
|
|||
|
|||
|
Don't forget to put FreeBSD on a primary partition, it doesn't like logical ones.
|
|
#5
|
|||
|
|||
|
It is on a primary one.
btw, did you read that?: Quote:
|
|
#6
|
|||
|
|||
|
But that just seems to be a Grub2 problem, it may need reinstalling to the right place (which I'd have to lookup but a safe bet would be the first HD MBR).
|
|
#7
|
|||
|
|||
|
Quote:
I also put grub-legacy (grub1, so to speak) on a stick and tried that. Seems like the BIOS and the boot-loader see the hard-disks just the other way around. (at least that is the result of my tests with grub-legacy from USB-stick) What i don't get is why i am able to boot all OSes on hard-disk1 (/dev/sda). And with the usual syntax. I also tried "super grub" and it can't boot an OS from hard-disk2 neither. I also tried my external hard-disk: same problem. I yet have to try the USB-stick, but assume i will run into the same problem. In general i got enough space on /dev/sda1 for as much OSes i want. The only reason i used hard-disk2 (/dev/sdb2) at all is that BSD needs a primary partition. Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FreeBSD accessed via grub2 | b7j0c | General | 31 | December 10th, 2010 12:53 |
| grub2 can't find freebsd on second drive | blwizard | Installing & Upgrading | 1 | May 14th, 2010 18:49 |
| Dualboot Freebsd and Ubuntu 9.10 with Grub2 | skido | Installing & Upgrading | 4 | April 22nd, 2010 07:38 |
| [Solved] dual boot FreeBSD with linux using grub2 | favor | Installing & Upgrading | 22 | January 20th, 2010 14:26 |
| FreeBSD 7.2 LiveCD, FreeBSD 7.2 embedded & GRUB2 for FreeBSD [logical partitions also | Panarchy | General | 24 | August 9th, 2009 19:06 |