11.02.2017 16:53, Andy Smith пишет:
...
> 
> if search -s -f /grub/menu.lst ; then
>         set root=(xen/xvda,msdos1)
>         echo "Reading (${root})/grub/menu.lst"
>         read
>         legacy_configfile /grub/menu.lst
> fi
> ----------------------------------------------------------------------
> 
> Contents of /boot/grub/menu.lst in guest:
> 
> ----------------------------------------------------------------------
> default         0
> timeout         5
> color cyan/blue white/blue
> title           Debian GNU/Linux, kernel 3.16.0-4-amd64
> root            (hd0,0)
> kernel          /boot/vmlinuz-3.16.0-4-amd64 
> root=UUID=38420e46-6123-477d-ba23-baeba8ac0d59 ro 
> initrd          /boot/initrd.img-3.16.0-4-amd64
> ----------------------------------------------------------------------
> 

What happens if you load the same kernel manually in dom0?

linux /boot/vmlinuz ...
initrd /boot/initrd ...

(adjust paths and $root as needed)?


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to