[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: EFI PXE boot using grubx64.efi - Large images
From: |
Locane |
Subject: |
Re: EFI PXE boot using grubx64.efi - Large images |
Date: |
Thu, 28 Dec 2017 15:49:52 -0800 |
I know that the files exist and are accessible, since they are the same
files that regular legacy PXE references. That root= parameter is in the
legacy PXE menu entry too.
Here's the legacy PXE menu entry that works if you're curious:
LABEL LiveCD
kernel /images/LiveCD/vmlinuz
MENU LABEL ^LiveCD
append initrd=/images/LiveCD/initrd.img ksdevice=bootif
root=live:/boot.iso kssendmac text ks=http://<SERVER
IP>/cblr/svc/op/ks/profile/LiveCD
ipappend 2
On Thu, Dec 28, 2017 at 12:12 PM, Locane <address@hidden> wrote:
> The grub entry looks like this currently:
>
> menuentry 'Do not use broken livecd' {
> linuxefi images/LiveCD/vmlinuz initrd=images/LiveCD/initrd.img
> ksdevice=bootif lang= root=live:/boot.iso kssendmac text ks=http://<SERVER
> IP>/cblr/svc/op/ks/profile/LiveCD
> initrdefi images/LiveCD/initrd.img
> }
>
> On Thu, Dec 28, 2017 at 12:09 PM, Randy Goldenberg <
> address@hidden> wrote:
>
>> On Wednesday December 27, 2017, Locane wrote:
>>
>>> Hello all! I hope this is the appropriate list for Grub2 questions, if
>>> not
>>> please let me know.
>>>
>>> As a self-taught DevOps person, I'm missing some knowledge.
>>>
>>> At the moment, I'm trying to boot a 1.2 gigabyte CentOS 7.4 livecd from
>>> an
>>> EFI PXE menu using grubx64.efi, and I'm running in to the error "Cannot
>>> allocate initrd".
>>>
>>
>> How have you configured grub for booting the live CD?
>>
>> Thanks,
>>
>> Randy
>>
>> _______________________________________________
>> Help-grub mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/help-grub
>>
>
>