From d5753c4ce0efd3789aa4990a2eefb7bf0ccd8d94 Mon Sep 17 00:00:00 2001 From: jordi Date: Thu, 4 Jun 2009 19:22:47 +0000 Subject: [PATCH] Improve NEWS a bit. --- debian/NEWS | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/debian/NEWS b/debian/NEWS index 22cd7b159..c833bbbee 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,16 +1,17 @@ -grub2 (1.96+20090604-1) unstable; urgency=low +grub2 (1.96+20090604-1) experimental; urgency=low -Before this version grub-efi was 32bit on i386 and 64bit on amd64. -But EFI can be 32bit even if you have a 64bit CPU like in the first MacBook -models with Core 2 Duo released end of 2006. -So grub-efi has been now split into grub-efi-amd64 and grub-efi-ia32 which are -on both amd64 and i386 avaible. + 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. -If it didn't work before because it failed to load the grub.efi you can try out -now the other package as your used CPU archictecture. - -The downside of this is that now all binaries are prefixed with i386-pe or -amd64-pe. For example grub-install is now called i386-pe-grub-install in -grub-efi-ia32 and amd64-pe-grub-install in grub-efi-amd64. + The downside of this is that all binaries are now prefixed with + i386-pe or amd64-pe. For example, grub-install is now called + i386-pe-grub-install in grub-efi-ia32, and amd64-pe-grub-install in + grub-efi-amd64. -- Felix Zielcke Thu, 04 Jun 2009 20:23:33 +0200