bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #29556] Grub does not pass the first argument to the linux kernel w


From: Adam Delman
Subject: [bug #29556] Grub does not pass the first argument to the linux kernel when using the module command.
Date: Thu, 15 Apr 2010 07:54:05 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3

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: address@hidden
             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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]