You are not logged in.
Didn't realize the generator was called by grub-mkconfig. Also had error messages due to upgrading my kernel, but had no problems booting the grub configuration.
Trying to install Xen and ran into this with the grub generator. How do I proceed to install grub for my Xen install?
sudo /etc/grub.d/09_xen
Found Xen hypervisor image: /boot/xen-4.3.1.gz
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
menuentry 'Xen 4.3.1 / GNU/Linux, with Linux linux' --class xen --class gnu-linux --class gnu --class os {
No path or device is specified.
Usage: grub-probe [OPTION...] [OPTION]... [PATH|DEVICE]
Try 'grub-probe --help' or 'grub-probe --usage' for more information.
echo 'Loading Xen 4.3.1 ...'
multiboot /boot/xen-4.3.1.gz /boot/xen-4.3.1.gz xsave=1
echo Loading Linux linux ...
module /boot/vmlinuz-linux /boot/vmlinuz-linux root= rw console=tty0
echo "Loading initial ramdisk ..."
module /boot/initramfs-linux.img
}
Last edited by discord (2014-01-23 21:49:12)
Offline