Re: ZFS booting without partitions (was: ZFS boot on zfs mirror)

2009-05-28 Thread Mickael MAILLOT
George Hartzell said the following: Dmitry Morozovsky writes: On Tue, 26 May 2009, Mickael MAILLOT wrote: MM Hi, MM MM i prefere use zfsboot boot sector, an example is better than a long talk: MM MM $ zpool create tank mirror ad4 ad6 MM $ zpool export tank MM $ dd if=/boot/zfsboot of=/dev

Re: ZFS boot on zfs mirror

2009-05-26 Thread Mickael MAILLOT
Hi, i prefere use zfsboot boot sector, an example is better than a long talk: $ zpool create tank mirror ad4 ad6 $ zpool export tank $ dd if=/boot/zfsboot of=/dev/ad4 bs=512 count=1 $ dd if=/boot/zfsboot of=/dev/ad6 bs=512 count=1 $ dd if=/boot/zfsboot of=/dev/ad4 bs=512 skeep=1 seek=1024 $ dd

Re: error building zfsboot

2009-05-26 Thread Mickael MAILLOT
hi, Simply update btxld first: cd /usr/src/usr.sbin/btxld make install clean then you can buildworld 2009/5/26 Dimitry Andric dimi...@andric.com: On 2009-05-26 10:20, Goran Lowkrantz wrote: On a system cvsuped Tue May 26 08:30 CEST 2009 and only LOADER_ZFS_SUPPORT=yes in the make.conf, I get