Searched refs:BootLoaderInstallError (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py39 from bootmgmt.bootloader import BootLoader, BootLoaderInstallError namespace
452 raise BootLoaderInstallError('installboot failed for '
456 raise BootLoaderInstallError('Error while trying to '
H A Dlegacygrub.py38 from bootmgmt.bootloader import BootLoader, BootLoaderInstallError namespace
1430 raise BootLoaderInstallError('Device node is not a slice: ' +
1468 raise BootLoaderInstallError('installgrub failed for '
1472 raise BootLoaderInstallError('Error while trying to '
H A Dgrub2.py58 from bootmgmt.bootloader import BootLoader, BootLoaderInstallError namespace
2337 raise BootLoaderInstallError('Device node is not a slice: ' +
2384 raise BootLoaderInstallError('Could not determine the EFI '
2405 raise BootLoaderInstallError('Error while trying to create '
2417 raise BootLoaderInstallError('Error while trying to mount '
2475 raise BootLoaderInstallError('Unable to install '
2489 raise BootLoaderInstallError('GRUB2 installation failed',
2516 raise BootLoaderInstallError('Error while creating '
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootloader.py443 raise BootLoaderInstallError('Error while accessing '
472 raise BootLoaderInstallError('Error while accessing '
1020 class BootLoaderInstallError(BootmgmtError): class in inherits:BootmgmtError
1024 class BootPartitionAccessError(BootLoaderInstallError):
1028 class BootDeviceNotFoundError(BootLoaderInstallError):
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py337 except bl.BootLoaderInstallError as blerr:
385 except bl.BootLoaderInstallError as blerr:
564 raise bl.BootLoaderInstallError(exc_msg)

Completed in 38 milliseconds