IsBootDevice
virtual bool IsBootDevice(KDiskDevice* device, bool strict);
if (IsBootDevice(device, false)
if (!bootMethod->IsBootDevice(device, strict))
virtual bool IsBootDevice(KDiskDevice* device, bool strict) = 0;
virtual bool IsBootDevice(KDiskDevice* device, bool strict);