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
we would like to have the option of installing Mint without EFI, using the legacy method.
At least on two older notebooks on which we tested and set legacy boot (the default) in the BIOS, Mint installed EFI with gpt instead of msdos partition+bootable flag+MBR and the systems did not boot in legacy mode after installation.
Then after the Installation the BIOS hangs here:
Invalid partition table
No boot device found.
After reactivating EFI in the BIOS the installations boot. So setting the BIOS to EFI seems to be necessarily forced and mint forces the EFI installation.
Would it be possible to add the option somewhere in the partitioning settings in the Mint Installer that Mint should be installed in legacy mode?
I was able to do this legacy method manually from the bootable stick - so Mint seems to have everything necessary on board:
I did the partitioning manually via gparted before the installation and created a new “msdos” partition table.
then I created a primary partition with 1GB and ext4 file system and a partition with the remaining available size also formatted with ext4.
next I started the Mint installation and defined "/boot" for the 1GB partition and "/" for the other partition under (Installation type -> Something else).
After the installation I did not reboot but installed the bootloader manually with the following commands (sdX in this case my disk).
sudo mount /dev/sdX2 /mnt
sudo mount /dev/sdX1 /mnt/boot
sudo mount --bind /dev /mnt/dev
sudo chroot /mnt /bin/bash
grub-install /dev/sdX
sync
Then reboot and it runs without EFI.
Tested with Mint 22 (Cinnamon) USB Stick.
Maybe there is a way to autodetect whether the BIOS stands on legacy or EFI boot and install mint automatically on the right path?
Thanks and regards
olli
The text was updated successfully, but these errors were encountered:
Moin,
we would like to have the option of installing Mint without EFI, using the legacy method.
At least on two older notebooks on which we tested and set legacy boot (the default) in the BIOS, Mint installed EFI with gpt instead of msdos partition+bootable flag+MBR and the systems did not boot in legacy mode after installation.
Then after the Installation the BIOS hangs here:
After reactivating EFI in the BIOS the installations boot. So setting the BIOS to EFI seems to be necessarily forced and mint forces the EFI installation.
Would it be possible to add the option somewhere in the partitioning settings in the Mint Installer that Mint should be installed in legacy mode?
I was able to do this legacy method manually from the bootable stick - so Mint seems to have everything necessary on board:
Then reboot and it runs without EFI.
Tested with Mint 22 (Cinnamon) USB Stick.
Maybe there is a way to autodetect whether the BIOS stands on legacy or EFI boot and install mint automatically on the right path?
Thanks and regards
olli
The text was updated successfully, but these errors were encountered: