From 47b815ecbc01cb672115300e9db449538d7e3d4d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 13 Jun 2011 18:34:47 +0200 Subject: [PATCH] syslinux configuration: use localboot -1 to boot from next boot device instead of using 0x80. [Closes: issue957] --- templates/boot/isolinux/hd.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/boot/isolinux/hd.cfg b/templates/boot/isolinux/hd.cfg index 2da71db..15fc587 100644 --- a/templates/boot/isolinux/hd.cfg +++ b/templates/boot/isolinux/hd.cfg @@ -1,9 +1,10 @@ # local disk: label hd - menu label ^Boot from Hard Disk - localboot 0x80 + menu label ^Boot from next boot device. + localboot -1 text help - Boot from first local hard disk - - if present and bootable. + Boot from next device in + boot device order, if + present and bootable. endtext -- 2.1.4