URL:
  <http://savannah.gnu.org/bugs/?50364>

                 Summary: Can't load kernel or initd from lvm
                 Project: GNU GRUB
            Submitted by: cactus
            Submitted on: Tue Feb 21 08:20:12 2017
                Category: Configuration
                Severity: Major
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Nadal Gonzalo García Zavala
        Originator Email: snorkellingcac...@gmail.com
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: 2.02~beta1
         Reproducibility: None
         Planned Release: None

    _______________________________________________________

Details:

Hi.

The version i am really using is 2.02~beta2

I'm trying to load initrd and vmlinuz from (lvm/NetCactus-Boot)

What i expect: the next menuentry working

menuentry 'Exherbo GNU/Linux' {
        insmod gzio
        insmod part_msdos
        insmod ext2
        set root='lvm/NetCactus-Boot'
        linux   /vmlinuz
        initrd  /initrd
}

What i get:

error: file '/vmlinuz' not found

What i tried:

- Put directly (lvm/NetCactus-Boot)/vmlinuz
- Put directly lvm/NetCactus-Boot/vmlinuz
- set root=(lvm/NetCactus-Boot)

If i go to command line through Ctrl+C and i do

ls /

or

ls (lvm/NetCactus-Boot)

the files are successfuly listed.

And if i do

linux (lvm/NetCactus-Boot)/vmlinuz

i can boot.

Thanks.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50364>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to