add reboot=bios to x86 grub images to fix reboot issue on wrap
[openwrt.git] / target / image / x86 / grub / menu.lst
index 39803c5..590a7d5 100644 (file)
@@ -6,6 +6,6 @@ timeout 5
 
 title   OpenWrt
 root    (hd0,0)
-kernel  /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8
+kernel  /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8 reboot=bios
 boot