Re: [PATCHv2] Unable to boot very old Linux kernels

2014-04-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Committed, thanks. On 15.04.2014 13:58, Piotr Krysiuk wrote: > GRUB cannot determine end of BSS section of compressed image when loading > very old Linux kernels. Booting these kernels, grub_relocator32_start and > new Global Descriptor Table are placed in the area overlapping with the BSS > sect

[PATCHv2] Unable to boot very old Linux kernels

2014-04-15 Thread Piotr Krysiuk
GRUB cannot determine end of BSS section of compressed image when loading very old Linux kernels. Booting these kernels, grub_relocator32_start and new Global Descriptor Table are placed in the area overlapping with the BSS section of loaded image. When Linux executes, it initializes BSS also wip