def restore(self, sd=None, file_name=None):
    """write a bootable image from ./images/ to sd device"""
    self.check_local_or_exit()
    pios.recovery.restore(sd, file_name)