You are not logged in.
Pages: 1
I installed syslinux for legacy boot tests via
syslinux-install_update -iam
to the MBR of my GPT formatted disk.
Since I don't need it any longer, I want to remove it entirely from my system. After a
pacman -Rncs
I dd'ed the first 446 bytes of the disk.
My question is, since GPT stores a copy of the MBR also at the end of each disk, do I need to remove any possible remainder of syslinux there as well?
Last edited by schard (2019-04-02 07:27:07)
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
According to the Wikipedia article about GPT, the copy at the end of the drive is without the sector where the MBR boot loader is.
Offline
@Ropid:
You're absolutely right.
I must have had this wrong in my mind.
Should have googled the GPT structure before asking here.
*facepalm*
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
Pages: 1