URL:
<http://savannah.gnu.org/bugs/?29556>
Summary: Grub does not pass the first argument to the linux
kernel when using the module command.
Project: GNU GRUB
Submitted by: adamdelman
Submitted on: Thu 15 Apr 2010 07:54:04 AM GMT
Category: Booting
Severity: Major
Priority: 5 - Normal
Item Group: Software Error
Status: None
Privacy: Public
Assigned to: None
Originator Name: Adam Delman
Originator Email: [email protected]
Open/Closed: Open
Discussion Lock: Any
Release:
Release: 1.97
Reproducibility: Every Time
Planned Release: None
_______________________________________________________
Details:
When using the module command, for example when booting a Xen kernel, the
first argument is not being passed to the kernel.
For example, the following configuration does not work:
menuentry "Xen 3.4 / 2.6.31.12 Xenified" {
insmod ext2
set root=(hd0,5)
multiboot(hd0,5)/boot/xen-3.4.gz
module (hd0,5)/boot/vmlinuz-2.6.31.12 root=/dev/cciss/c0d0p5
module (hd0,5)/boot/initrd-2.6.31.12.img
The root argument does get passed to the kernel, resulting in the system not
booting. If a dummy argument is added before the root argument, everything
works OK:
menuentry "Xen 3.4 / 2.6.31.12 Xenified" {
insmod ext2
set root=(hd0,5)
multiboot(hd0,5)/boot/xen-3.4.gz
module (hd0,5)/boot/vmlinuz-2.6.31.12 dummy=dummy root=/dev/cciss/c0d0p5
module (hd0,5)/boot/initrd-2.6.31.12.img
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?29556>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-grub