blob: ee5e7957507a725a86ea0032212ef116076a5297 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
|