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 share | improve this question asked Jun 20 at 19:49 Marty 6 1 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  |Â...