On Wed, May 24, 2006 at 11:56:20PM -0700, akonsu wrote:
> this is the command that i used to get the openbsd's mbr:
> 
> dd if=/dev/rwd0c of=mbr count=1
>
 
actually you need the pbr (partition boot record) not the mbr, look at FAQ 4.8,
your command should look like:
dd if=/dev/rwd0a of=<name> bs=512 count=1

-- 
Przemyslaw Nowaczyk <[EMAIL PROTECTED]>
CS student @ Poznan University of Technology

Reply via email to