fBootMenu
fBootMenu = fBootDrive->InstalledMenu(fBootMenus);
int32 nextState = fBootMenu != NULL
if (fBootMenu == NULL)
fBootMenu = fBootMenus.ItemAt(0);
fCollectPartitionsStatus = fBootMenu->CollectPartitions(
fWriteBootMenuStatus = fBootMenu->Install(*fBootDrive, fSettings);
fSaveMBRStatus = fBootMenu->SaveMasterBootRecord(&fSettings, &file);
fRestoreMBRStatus = fBootMenu->RestoreMasterBootRecord(&fSettings, &file);
if (fBootMenu->GetDisplayText(name.String(), displayName) == B_OK)
BootMenu* fBootMenu;