trotz lesen von einigen Einträgen komme ich nicht weiter.
So siehts bei mir aus:
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above.
menuentry 'XEN Raid /dev/sda' {
insmod raid
insmod mdraid
insmod ext3
set root='(md12)'
linux /vmlinuz-2.6.26-2-xen-686 root=/dev/md13 ro console=tty0 pciback.hide=(03:00.0)
/initrd.img-2.6.26-2-xen-686
}
root@ubuntu:~# mount -t ext3 /dev/md12 /mnt
root@ubuntu:~# ls -l /mnt insgesamt 41052
[...]
-rw-r--r-- 1 root root 7894422 2009-07-07 17:22 initrd.img-2.6.26-2-686
-rw-r--r-- 1 root root 7857240 2009-07-07 18:03 initrd.img-2.6.26-2-xen-686
[...]
... set root sollte doch dafür sorgen das sowohl der Kernel als auch die initrd unter /dev/md12 gesucht werden, oder?
Warum findet grub sie dann da nicht?
![traurig :(](./images/smilies/icon_sad.gif)