[Buildroot] [PATCH 1/1] grub2: modify kernel location to /boot/zImage

Alvaro G. M alvaro.gamez at hazent.com
Fri Oct 10 09:05:29 UTC 2014


This is the location where buildroot install the image if requested,
so this should be the default search path for the bootloader.

Signed-off-by: Alvaro G. M <alvaro.gamez at hazent.com>
---
 boot/grub2/grub.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/grub2/grub.cfg b/boot/grub2/grub.cfg
index 9ea5281..c8abbd3 100644
--- a/boot/grub2/grub.cfg
+++ b/boot/grub2/grub.cfg
@@ -2,5 +2,5 @@ set default="0"
 set timeout="5"
 
 menuentry "Buildroot" {
-	linux /bzImage root=/dev/sda1 console=tty1
+	linux /boot/bzImage root=/dev/sda1 console=tty1
 }
-- 
2.1.1



More information about the buildroot mailing list