On Thursday 25 May 2006 09:22, Jan Johansson wrote: > akonsu <[EMAIL PROTECTED]> wrote: > > dd if=/dev/rwd0c of=mbr count=1 > > Here is your error > > dd if=/dev/rwd0a of=pbr count=1 > > For the NTLDR you want the PBR (Partition Boot Record) not the > MBR (Master Boot Record). I changed the of= for correct the > terminology the important part is the if= device. I usually use > > dd if=/dev/rwd0a of=/mnt/OpenBSD.pbr bs=512 count=1 > > where /mnt is the mountpoint of a small FAT partiton that is > active.
While at the subject, you need to run this every time you upgrade bootblocks. What would be the result of not updating bootblocks when upgrading from snapshot? Or not rerunning that command when updating them? -- viq