Hi all,
I downloaded xen tarball source and build it yesterday for the purpose of testing.
I use Ubuntu 12.04 and kernel version is 3.2.0-23-generic (x86_64)
I had successively built and made to install it.
$ sudo wget http://bits.xensource.com/oss-xen/release/4.3.0-rc1/xen-4.3.0-rc1.tar.gz
...
$ sudo make dist
$ sudo make install
Files related to boot were created here:
$ ls -al /boot/xen*
lrwxrwxrwx 1 root root 19 May 9 21:10 /boot/xen-4.3.gz -> xen-4.3-unstable.gz
-rw-r--r-- 1 root root 821375 May 9 21:10 /boot/xen-4.3-unstable.gz
lrwxrwxrwx 1 root root 19 May 9 21:10 /boot/xen-4.gz -> xen-4.3-unstable.gz
lrwxrwxrwx 1 root root 19 May 9 21:10 /boot/xen.gz -> xen-4.3-unstable.gz
-rw-r--r-- 1 root root 14005014 May 9 21:10 /boot/xen-syms-4.3-unstable
But I had failed with update-grup:
$ sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-23-generic
Found initrd image: /boot/initrd.img-3.2.0-23-generic
dpkg: warning: version 'syms-4.3-unstable' has bad syntax: version number does not start with digit
dpkg: warning: version '/boot/xen.gz' has bad syntax: version number does not start with digit
dpkg: warning: version 'syms-4.3-unstable' has bad syntax: version number does not start with digit
Found linux image: /boot/vmlinuz-3.2.0-23-generic
Found initrd image: /boot/initrd.img-3.2.0-23-generic
dpkg: warning: version 'syms-4.3-unstable' has bad syntax: version number does not start with digit
Found linux image: /boot/vmlinuz-3.2.0-23-generic
Found initrd image: /boot/initrd.img-3.2.0-23-generic
Found linux image: /boot/vmlinuz-3.2.0-23-generic
Found initrd image: /boot/initrd.img-3.2.0-23-generic
Found linux image: /boot/vmlinuz-3.2.0-23-generic
Found initrd image: /boot/initrd.img-3.2.0-23-generic
Found linux image: /boot/vmlinuz-3.2.0-23-generic
Found initrd image: /boot/initrd.img-3.2.0-23-generic
Found memtest86+ image: /memtest86+.bin
done
and It couldn't update grub file (/etc/default/grub) at all.
How can I to make "update-grup" work?
Regards,
Yeonki.