Date: Mon, 14 Dec 2009 09:39:24 -0000 From: "Steven Hartland" <killing@multiplay.co.uk> To: "Adam Jacob Muller" <freebsd-stable@adam.gs> Cc: freebsd-stable@freebsd.org, Adam Jacob Muller <freebsd-stable@adam.gs> Subject: Re: freebsd / gpt boot Message-ID: <83E2880869394A5E91B0FB5CFAA72D0B@multiplay.co.uk> References: <2A3A50FE-13F4-4AA7-976E-37354E5736B5@adam.gs><9D30BF6BFAFC4DA3B9564C822CA53E1A@multiplay.co.uk> <467D65E4-A4F5-4DD5-A447-EF2D6020E405@adam.gs>
next in thread | previous in thread | raw e-mail | index | archive | help
The following worked for me on 8TB array: Add slices as needed (modify sizes as required): gpart add -s 128K -t freebsd-boot da0 gpart add -s 1G -t freebsd-ufs -l root da0 gpart add -s 10G -t freebsd-swap -l swap da0 gpart add ... Then for installing the bootcode: gpart bootcode -b /mnt2/boot/pmbr -p /mnt2/boot/gptboot -i 1 da0 >From re-reading you initial post the problem seems to be that its not mounting root correctly is that the case, as you don't explicitly say what the error is your getting? Regards Steve ----- Original Message ----- From: "Adam Jacob Muller" <freebsd-stable@adam.gs> I'm assuming your referring to " FreeBSD 8 GPT install, how?" thread you originated? While that thread covers generically installing on GPT, it does not cover this issue. Also, even after adjusting a few things -- using gpart instead of gpt to make partitions and "gpart bootcode" instead of "gpt boot" which is the only difference between what these faqs suggest and what I was doing -- I am still encountering the same issue. ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?83E2880869394A5E91B0FB5CFAA72D0B>