Date: Mon, 3 Oct 2016 17:08:25 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Ian Smith <smithi@nimnet.asn.au> Cc: David Christensen <dpchrist@holgerdanske.com>, Perry Hutchison <perryh@pluto.rain.com>, freebsd-questions@freebsd.org Subject: Re: FreeBSD-10.3-RELEASE-i386-memstick.img installer changes contents of USB flash drive Message-ID: <alpine.BSF.2.20.1610031701420.6419@wonkity.com> In-Reply-To: <20161004010853.E6806@sola.nimnet.asn.au> References: <mailman.4241.1475049553.1479.freebsd-questions@freebsd.org> <20160929014801.W6806@sola.nimnet.asn.au> <alpine.BSF.2.20.1609290658280.7457@wonkity.com> <20161001235138.N6806@sola.nimnet.asn.au> <alpine.BSF.2.20.1610011120520.32958@wonkity.com> <20161004010853.E6806@sola.nimnet.asn.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 4 Oct 2016, Ian Smith wrote: > > I'd think you could just dd(1) the contents of the single installer disk > > partition into a big-enough MBR partition. Repeat for each image, then use > > boot0cfg. > > Sure, for old-style raw BSD images, but that won't work for images with: > 1) PMBR, 2) primary GPT, 3) efifat partition, 4) gptboot partition then > 5) the UFS partition - which is all we want to copy to a bootable BSD > slice - then 6) 1M(??) swap. We need to use /boot/boot bootblocks for > each slice; still, it may be easy to locate and dd just that partition > out of the mdconfig'd image - or mount it and copy; some tests needed. What is the difficulty? 1-4 are not needed for an MBR disk anyway. The UFS partition is the same either way, and gpart can install the bootcode that lives in the start of a UFS filesystem also. It would be easier to not use boot0, which is not very powerful. Syslinux or Grub can multiboot with a lot more options, although you do need to make room for them.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1610031701420.6419>