diff options
Diffstat (limited to '')
-rw-r--r-- | debian/NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..ee5e795 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,21 @@ +grub2 (2.06-1) unstable; urgency=medium + + * Boot menu entries for other operating systems are no longer generated by + default. To re-enable this, set GRUB_DISABLE_OS_PROBER=false in + /etc/default/grub. + + -- Colin Watson <cjwatson@debian.org> Sun, 28 Nov 2021 13:30:32 +0000 + +grub2 (1.96+20090609-1) experimental; urgency=low + + Before this version, grub-efi was 32bit on i386 and 64bit on amd64. + However, EFI can be 32bit even if you have a 64bit CPU, like in the + first MacBook models with Core 2 Duo released in late 2006. Thus, + grub-efi has been split into grub-efi-amd64 and grub-efi-ia32 which are + available on both amd64 and i386. + + If you've experienced problems trying to load grub.efi, please try + again using the package that doesn't match your CPU's architecture. + + -- Felix Zielcke <fzielcke@z-51.de> Tue, 09 Jun 2009 19:21:15 +0200 + |