You are not logged in.
Hi, I tried to change my disk from BIOS/MBR to BIOS/GPT but it's giving me this following error: https://0x0.st/HdQe.log. I tried to convert it back to MBR these following things:
* Use `sgdisk -m /dev/sda`
* Use `gdisk /dev/sda`, them `r`, then `g`
* Use `wipefs /dev/sda`, then install
But the error persists. What should I do?
Last edited by kyomi (2024-02-16 02:30:05)
i like programming and pizza
Offline
this following error:
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
Freedom for Öcalan!
Offline
kyomi wrote:this following error:
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
I managed to install Arch Linux manually. Apparently `archinstall` does not create this required partition when using the partition layout suggestion option (when using BIOS instead of UEFI). Is there any way to convert it back do MBR (in case that I wanted to)?
Last edited by kyomi (2024-02-12 13:11:03)
i like programming and pizza
Offline
To convert a disk to MBR, you can use the fdisk command.
sudo fdisk /dev/sdX #Replace with your disk
o
w
Do keep in mind though, that this does cause every partition to be removed.
Last edited by bybrl (2024-02-12 18:50:36)
Offline
To convert a disk to MBR, you can use the fdisk command.
sudo fdisk /dev/sdX #Replace with your disk o w
Do keep in mind though, that this does cause every partition to be removed.
Alright, thank you. Marking this thread as solved.
i like programming and pizza
Offline
No problem!
Offline