Ensure that MBR jumping to GRUB's core.img code
authorSebastian Pipping <sebastian@pipping.org>
Tue, 4 Aug 2015 11:09:29 +0000 (13:09 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 22 Feb 2016 21:16:02 +0000 (22:16 +0100)
commit8a2c5525b227e8f09e3b068236eebf619eae5393
tree5abfe6d9ad9f88287ee72923aeb1a6f1d79dd5fa
parent3fec01ea996163efabde77398bfb5eb84802079b
Ensure that MBR jumping to GRUB's core.img code

Previously, bootgrub.mksh took that job but we just resolved it.
New approach based as done on [1] but with copying 440 bytes only
(rather than 446), to keep existing disk identifier in place [2].

[1] http://pete.akeo.ie/2014/05/compiling-and-installing-grub2-for.html
[2] https://en.wikipedia.org/wiki/Master_boot_record#Sector_layout
grml-debootstrap