You are not logged in.

#1 2019-04-02 06:57:29

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,983
Website

[solved] Wipe syslinux from MBR on GPT

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)


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

#2 2019-04-02 07:10:22

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: [solved] Wipe syslinux from MBR on GPT

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

#3 2019-04-02 07:26:57

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,983
Website

Re: [solved] Wipe syslinux from MBR on GPT

@Ropid:
You're absolutely right.
I must have had this wrong in my mind.
Should have googled the GPT structure before asking here.
*facepalm*


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

Board footer

Powered by FluxBB