BOOT_METHOD
int32 bootMethod = gBootParams.GetInt32(BOOT_METHOD, BOOT_METHOD_DEFAULT);
int32 bootMethod = gBootParams.GetInt32(BOOT_METHOD, BOOT_METHOD_DEFAULT);
gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_HARD_DISK);
gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_CD);
if (gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_NET)
gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_HARD_DISK);
if (gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_NET) != B_OK
gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_NET);
gBootParams.SetInt32(BOOT_METHOD, BOOT_METHOD_HARD_DISK);
int32 bootMethodType = bootVolume.GetInt32(BOOT_METHOD, BOOT_METHOD_DEFAULT);
int32 bootMethodType = bootVolume.GetInt32(BOOT_METHOD, BOOT_METHOD_DEFAULT);