Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:hybrid

318            << "fresh protective or hybrid MBR is recommended.\n";
590 // Search for hybrid MBR entries that have no corresponding GPT partition.
1099 << "fresh protective or hybrid MBR is recommended.\n";
1485 if ((state == gpt_invalid) && ((mbrState == mbr) || (mbrState == hybrid))) {
1516 if ((state == gpt_valid) && (mbrState == hybrid)) {
1519 cout << "Found valid GPT with hybrid MBR; using GPT.\n";
1533 << "Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk\n"
1564 // don't waste CPU time trying to convert extended, hybrid protective, or
1897 if (protectiveMBR.GetValidity() == hybrid) {