Update grub.cfg to fix issue with chainloader

From https://github.com/opencomputeproject/OpenNetworkLinux/issues/57
This commit is contained in:
Steven Noble
2016-03-15 14:44:42 -07:00
parent 8ef587a44c
commit 07b6d0cd34

View File

@@ -16,6 +16,6 @@ menuentry OpenNetworkLinux {
menuentry ONIE {
search --no-floppy --label --set=root ONIE-BOOT
echo 'Loading ONIE ...'
chainloader1
chainloader +1
}