Changing Master Boot Record (MBR) starting partition address of boot loader
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
From what I understand, the partitioning of the Linux system - when booting from an SD card on an embedded device should look something similar to:
I want to move partition 2 up and merge it with the unused space. In this scenario the ordering of the partitions would read 1, 3, 2. According to what I have read, the order of the partitions should not matter as long as the MBR partition start address is modified correctly or the boot loader is modified properly. After extensive googling I am unsure as per how to do this and if I am on the correct path. Any advice would be helpful.
Thank you,
partition embedded u-boot fpga
add a comment |Â
up vote
1
down vote
favorite
From what I understand, the partitioning of the Linux system - when booting from an SD card on an embedded device should look something similar to:
I want to move partition 2 up and merge it with the unused space. In this scenario the ordering of the partitions would read 1, 3, 2. According to what I have read, the order of the partitions should not matter as long as the MBR partition start address is modified correctly or the boot loader is modified properly. After extensive googling I am unsure as per how to do this and if I am on the correct path. Any advice would be helpful.
Thank you,
partition embedded u-boot fpga
In plain English, you want to move what where? Do you have a specific device name in mind, i.e./dev/sda2
?
â ajeh
Jun 20 at 22:20
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
From what I understand, the partitioning of the Linux system - when booting from an SD card on an embedded device should look something similar to:
I want to move partition 2 up and merge it with the unused space. In this scenario the ordering of the partitions would read 1, 3, 2. According to what I have read, the order of the partitions should not matter as long as the MBR partition start address is modified correctly or the boot loader is modified properly. After extensive googling I am unsure as per how to do this and if I am on the correct path. Any advice would be helpful.
Thank you,
partition embedded u-boot fpga
From what I understand, the partitioning of the Linux system - when booting from an SD card on an embedded device should look something similar to:
I want to move partition 2 up and merge it with the unused space. In this scenario the ordering of the partitions would read 1, 3, 2. According to what I have read, the order of the partitions should not matter as long as the MBR partition start address is modified correctly or the boot loader is modified properly. After extensive googling I am unsure as per how to do this and if I am on the correct path. Any advice would be helpful.
Thank you,
partition embedded u-boot fpga
asked Jun 20 at 19:49
Marty
61
61
In plain English, you want to move what where? Do you have a specific device name in mind, i.e./dev/sda2
?
â ajeh
Jun 20 at 22:20
add a comment |Â
In plain English, you want to move what where? Do you have a specific device name in mind, i.e./dev/sda2
?
â ajeh
Jun 20 at 22:20
In plain English, you want to move what where? Do you have a specific device name in mind, i.e.
/dev/sda2
?â ajeh
Jun 20 at 22:20
In plain English, you want to move what where? Do you have a specific device name in mind, i.e.
/dev/sda2
?â ajeh
Jun 20 at 22:20
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f450964%2fchanging-master-boot-record-mbr-starting-partition-address-of-boot-loader%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
In plain English, you want to move what where? Do you have a specific device name in mind, i.e.
/dev/sda2
?â ajeh
Jun 20 at 22:20