On Tue, 11 May 2010 12:34:28 -0700 (PDT) stupidmail4me <[email protected]> wrote: > > Anyone know how to edit the default MBR record so fdisk -iy creates > one partition with no bootable flag, or how to unset the bootable flag? >
I think the following should do it:
fdisk: 1> flag <partition> 0
I suppose the man page should mention that this operation can take on
a second operand.

