On 09/05/2014 04:11 PM, Joseph wrote: > > With a GPT partition and old BIOS 2008 system, I need to set the > bootable flag on the protective MSDOS partition. Thats all the BIOS > can see. > > I need to use an older fdisk and ignore the dire warning about a GPT > partition table being detected. > > But where to find older fdisk and in stall it from chroot environment. >
IIRC, fdisk will warn about GPT, but when you use 'o' to generate a new partition table, it generates an MBR. If you're going to repartition and reinstall, fdisk will create an MBR partition table. No matter how old or recent it is, by default it should create MBR. Just did it a week ago on my laptop, so unless the behavior has changed in a week, you should be good with fdisk. Alec

