reloadMBR();
// restart the device
try {
DeviceManager devMan = DeviceUtils.getDeviceManager();
devMan.stop(current);
devMan.start(current);
} catch (DeviceNotFoundException e) {
throw new Exception("error while restarting device", e);
} catch (DriverException e) {
throw new Exception("error while restarting device", e);