2010-01-18 Robert Millan <rmh.grub@aybabtu.com>
* loader/i386/efi/linux.c (grub_cmd_linux): Stop pretending we're ELILO. This is no longer necessary.
This commit is contained in:
parent
a2eaee157c
commit
2cb6be4bc2
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-01-18 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
|
* loader/i386/efi/linux.c (grub_cmd_linux): Stop pretending we're
|
||||||
|
ELILO. This is no longer necessary.
|
||||||
|
|
||||||
2010-01-18 BVK Chaitanya <bvk.groups@gmail.com>
|
2010-01-18 BVK Chaitanya <bvk.groups@gmail.com>
|
||||||
|
|
||||||
Added new tool, grub-scrit-check to verify grub.cfg syntax.
|
Added new tool, grub-scrit-check to verify grub.cfg syntax.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* GRUB -- GRand Unified Bootloader
|
* GRUB -- GRand Unified Bootloader
|
||||||
* Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc.
|
* Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* GRUB is free software: you can redistribute it and/or modify
|
* GRUB is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -676,8 +676,7 @@ grub_cmd_linux (grub_command_t cmd __attribute__ ((unused)),
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* XXX Linux assumes that only elilo can boot Linux on EFI!!! */
|
params->type_of_loader = (LINUX_LOADER_ID_GRUB << 4);
|
||||||
params->type_of_loader = (LINUX_LOADER_ID_ELILO << 4);
|
|
||||||
|
|
||||||
params->cl_magic = GRUB_LINUX_CL_MAGIC;
|
params->cl_magic = GRUB_LINUX_CL_MAGIC;
|
||||||
params->cl_offset = 0x1000;
|
params->cl_offset = 0x1000;
|
||||||
|
|
Loading…
Reference in a new issue