Installation fails on grub step on virtualbox [no issue]
Posted: Sat Jan 04, 2025 1:28 pm
Hey,
like the title says I am trying out COS in virtualbox (the 2023-12 iso).
When the installer tries to set up grub it shows an error dialog (no additional information there) and outputs the following.
The virtualbox version is 7.1.4 (on Linux x86_64 arch). I hope this information helps to address the issue.
--
anits
like the title says I am trying out COS in virtualbox (the 2023-12 iso).
When the installer tries to set up grub it shows an error dialog (no additional information there) and outputs the following.
Code: Select all
Installing GRUB
grub-install --target=i386-pc --recheck --no-floppy --force --boot-directory=/mnt/antiX/boot /dev/sda
/bin/unmount -R /mnt/antiX/run
/bin/unmount -R /mnt/antiX/proc
/bin/unmount -R /mnt/antiX/sys
/bin/unmount -R /mnt/antiX/dev
/bin/unmount -q /mnt/antiX/boot/efi
FAILED Phase 3 - GRUB installation failed. You can reboot to the live medium and use the GRUB Rescue menu to repair the installation.
/usr/bin/mountpoint -q /mnt/antiX/boot/efi
/usr/bin/mountpoint -q /mnt/antiX/proc
/usr/bin/mountpoint -q /mnt/antiX/sys
/usr/bin/mountpoint -q /mnt/antiX/dev/shm
/usr/bin/mountpoint -q /mnt/antiX/dev
--
anits