Index: stand/i386/gptboot/gptboot.c =================================================================== --- stand/i386/gptboot/gptboot.c (revision 335199) +++ stand/i386/gptboot/gptboot.c (working copy) @@ -482,8 +482,13 @@ #endif __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), MAKEBOOTDEV(dev_maj[dsk.type], dsk.part + 1, dsk.unit, 0xff), - KARGS_FLAGS_EXTARG, 0, 0, VTOP(&bootinfo) #ifdef LOADER_GELI_SUPPORT + KARGS_FLAGS_EXTARG, +#else + 0, +#endif + 0, 0, VTOP(&bootinfo) +#ifdef LOADER_GELI_SUPPORT , geliargs #endif ); Index: stand/i386/isoboot/isoboot.c =================================================================== --- stand/i386/isoboot/isoboot.c (revision 335199) +++ stand/i386/isoboot/isoboot.c (working copy) @@ -417,7 +417,7 @@ bootinfo.bi_bios_dev = dsk.drive; __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), MAKEBOOTDEV(dev_maj[dsk.type], 0, dsk.unit, 0), - KARGS_FLAGS_EXTARG, 0, 0, VTOP(&bootinfo)); + 0, 0, 0, VTOP(&bootinfo)); } static int