You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! So I'm just about to finish the installation of the latest version of Apricity and I got this error:
Boost.Python error in job "bootloader".
<class 'subprocess.CalledProcessError'>
Command 'grub-install --target=i386-pc --recheck --force /dev/sda' returned non-zero exit status 1
Traceback:
File "/usr/lib/calamares/modules/bootloader/main.py", line 243, in run
prepare_bootloader(fw_type)
File "/usr/lib/calamares/modules/bootloader/main.py", line 231, in prepare_bootloader
install_grub(efi_directory, fw_type)
File "/usr/lib/calamares/modules/bootloader/main.py", line 191, in install_grub
"--recheck", "--force", boot_loader["installPath"]])
File "", line 2, in
With the title of problem being : Installation Failed
The text was updated successfully, but these errors were encountered:
This is almost certainly because you're using the advanced partitioner, are booting with UEFI, and didn't tell it to make a fat32 formatted /boot/efi partition.
Hey! So I'm just about to finish the installation of the latest version of Apricity and I got this error:
Boost.Python error in job "bootloader".
<class 'subprocess.CalledProcessError'>
Command 'grub-install --target=i386-pc --recheck --force /dev/sda' returned non-zero exit status 1
Traceback:
File "/usr/lib/calamares/modules/bootloader/main.py", line 243, in run
prepare_bootloader(fw_type)
File "/usr/lib/calamares/modules/bootloader/main.py", line 231, in prepare_bootloader
install_grub(efi_directory, fw_type)
File "/usr/lib/calamares/modules/bootloader/main.py", line 191, in install_grub
"--recheck", "--force", boot_loader["installPath"]])
File "", line 2, in
With the title of problem being : Installation Failed
The text was updated successfully, but these errors were encountered: