Dixit
February 12, 2024, 4:36am
1
Hey i recently installed zorin 17 but after installation and setup i realized that i have installed it in legacy boot mode ,so now i want to shift to UEFI ,without re installation process.
Is there any way to do that?
Aravisian wrote this tutorial, so hope this addresses your question;
There may be instances where a user must change their Zorin OS install from EFI to MBR (legacy) or MBR to EFI.
Often, this may be in order to ensure a consistent booting experience if more than one OS is installed. You want all installed OS's to preferably use the same Boot format.
To convert from MBR to EFI (Replace sdX with your actual drive I.D. like sda or nvme0n1...):
sudo grub-install --boot-directory=/boot --bootloader-id=ubuntu --target=x86_64-efi --efi-directory=/boot/efi /dev/sdX
…
system
Closed
May 12, 2024, 8:37am
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.