* grub-core/disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Skip
disks with unknown size. * grub-core/disk/raid.c (scan_devices): Allow disks with unknown sizes.
This commit is contained in:
parent
4d1e2bc9e3
commit
280d9d3e3e
4 changed files with 13 additions and 15 deletions
|
@ -618,7 +618,6 @@ grub_cmd_initrd (grub_command_t cmd __attribute__ ((unused)),
|
|||
}
|
||||
grub_printf ("\n");
|
||||
|
||||
initrd_size = grub_file_size (file);
|
||||
initrd_pages = (page_align (initrd_size) >> 12);
|
||||
initrd_mem = grub_efi_allocate_pages (0, initrd_pages);
|
||||
if (! initrd_mem)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue