Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm trying to install Xen Hypervisor 4.2.1 from source on a server running Ubuntu 10.04 server (on which I connect via ssh).

I compiled successfully but I can't find out how to configure grub properly.

Here's the content of /boot:

root@ks3001040:~# ll /boot
total 21264
drwxr-sr-x  3 root root     4096 2013-01-18 12:21 ./
drwxr-xr-x 22 root root     4096 2013-01-18 11:55 ../
-rw-r--r--  1 1002 1002  6134704 2012-04-02 18:28 bzImage-3.2.13-xxxx-grs-ipv6-64
drwxr-xr-x  3 root root     4096 2013-01-21 16:26 grub/
-rw-r--r--  1 1002 1002  2206409 2012-04-02 18:28 System.map-3.2.13-xxxx-grs-ipv6-64
-rw-r--r--  1 root root   802216 2013-01-18 12:21 xen-4.2.1.gz
lrwxrwxrwx  1 root root       12 2013-01-21 15:52 xen-4.2.gz -> xen-4.2.1.gz
lrwxrwxrwx  1 root root       12 2013-01-21 15:52 xen-4.gz -> xen-4.2.1.gz
lrwxrwxrwx  1 root root       12 2013-01-21 15:52 xen.gz -> xen-4.2.1.gz
-rw-r--r--  1 root root 12613927 2013-01-18 12:21 xen-syms-4.2.1

Here's /etc/grub.d:

root@ks3001040:~# ll /etc/grub.d
total 48
drwxr-xr-x  2 root root 4096 2013-01-21 16:26 ./
drwxr-sr-x 87 root root 4096 2013-01-21 15:52 ../
-rwxr-xr-x  1 root root 4444 2010-04-13 15:57 00_header*
-rwxr-xr-x  1 root root 1416 2010-04-13 15:38 05_debian_theme*
-rwxr-xr-x  1 root root  964 2011-09-09 19:01 06_OVHkernel*
-rwxr-xr-x  1 root root 4843 2011-01-20 18:26 10_linux*
-rwxr-xr-x  1 root root 6605 2010-04-13 15:57 30_os-prober*
-rwxr-xr-x  1 root root  497 2013-01-21 16:26 40_custom*
-rw-r--r--  1 root root  483 2010-04-13 15:57 README

I'm pretty much a beginner with Xen and Grub. Any help will be appreciated !

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.