Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2014 09:14:01 +0000
From:      "Thomas Mueller" <mueller6724@bellsouth.net>
To:        freebsd-questions@FreeBSD.org
Subject:   Re: Installing freebsd 10 to guid part
Message-ID:  <49.38.25638.9D5AE235@cdptpa-oedge03>
References:  <Ibnv5isdX2K5IjujudCixA==.steven.e.friedrich@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
from Steven Friedrich:

> I installed it, but it doesn't boot.  Was i suposed to manually invoke gpart to write bootcode into the freebsd-boot partition?
        
        
> Sent from my PlayStation®Vita system

I have several installations of FreeBSD both on hard-drive GUID partitions and USB sticks.

On the USB sticks, I have three partitions: boot, root and swap, GPT-partitioned.  I use gpart to install bootcode on first partition.

On the hard drives, I don't want to be limited to FreeBSD, want more than one FreeBSD version, plus Linux.

There, I use grub2 from a USB-stick installation of System Rescue CD, adding my own grub2 image to the syslinux menu.

Then,

set root=(hd1,gpt4) # or whatever the actual partition is
insmod ufs2
kfreebsd /boot/loader
boot

Tom




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49.38.25638.9D5AE235>