From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Madore Date: Wed, 17 Apr 2002 16:20:50 +0000 Subject: [Linux-ia64] Command line options to elilo from bootmanager Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Hi, Is it possible to pass command line options to elilo from the boot manager menu? For example, I would like to invoke elilo from the boot manager with an alternate configuration file. I tried using efibootmgr like so: efibootmgr -L linux-ram -l "elilo.efi -C elilo-ram.conf" -c -d /dev/sda -p 2" but apparently, EFI treats the "-C elilo-ram.conf" as part of the bootloader command. Mike