My VPS is also on Linode. I have just changed my mkinitcpio.conf to MODULES="xen-fbfront evtchn xenfs xen-blkfront xen-netfront xen-kbdfront netxen_nic" HOOKS="base udev autodetect pata scsi sata filesystems" However, when executing the command "mkinitcpio -k 2.6.35-ARCH", I got the following errors: ERROR: module 'xen_fbfront' not found ERROR: module 'evtchn' not found ERROR: module 'xenfs' not found ERROR: module 'xen_blkfront' not found ERROR: module 'xen_netfront' not found ERROR: module 'xen_kbdfront' not found And then I check for the kernel module files: darkwhite@www:~$ ls /lib/modules/2.6.35-ARCH/kernel/drivers/input/xen-kbdfront.ko ls: cannot access /lib/modules/2.6.35-ARCH/kernel/drivers/input/xen-kbdfront.ko: No such file or directory darkwhite@www:~$ ls /lib/modules/2.6.35-ARCH/kernel/drivers/net/xen-netfront.ko ls: cannot access /lib/modules/2.6.35-ARCH/kernel/drivers/net/xen-netfront.ko: No such file or directory darkwhite@www:~$ ls /lib/modules/2.6.35-ARCH/kernel/drivers/video/xen-fbfront.ko ls: cannot access /lib/modules/2.6.35-ARCH/kernel/drivers/video/xen-fbfront.ko: No such file or directory darkwhite@www:~$ ls /lib/modules/2.6.35-ARCH/kernel/drivers/xen/evtchn.ko ls: cannot access /lib/modules/2.6.35-ARCH/kernel/drivers/xen/evtchn.ko: No such file or directory darkwhite@www:~$ ls /lib/modules/2.6.35-ARCH/kernel/drivers/xen/xenfs/xenfs.ko ls: cannot access /lib/modules/2.6.35-ARCH/kernel/drivers/xen/xenfs/xenfs.ko: No such file or directory darkwhite@www:~$ ls /lib/modules/2.6.35-ARCH/kernel/drivers/net/netxen/netxen_nic.ko /lib/modules/2.6.35-ARCH/kernel/drivers/net/netxen/netxen_nic.ko So I am wondering whether there is something wrong during the packaging process? Best regards, Liu Yu Fei, Eric Computer Science, CUHK On Thu, Sep 30, 2010 at 4:35 PM, Roman Kyrylych <roman.kyrylych@xxxxxxxxx>wrote: > On Thu, Sep 30, 2010 at 10:49, Liu Yu Fei, Eric > <hoveringnowings@xxxxxxxxx> wrote: > > I cannot boot on i686 pv-grub Xen... Is there any special setting in > > mkinitcpio.conf? > > My mkinitcpio.conf has: > MODULES="xen-blkfront xen-kbdfront xen-netfront evtchn xenfs" > HOOKS="base udev autodetect filesystems" > Hosted on Linode. > There was some issue with pv-grub in the past which they patched, > not sure how the situation is with vanilla pv-grub now. > > -- > Roman Kyrylych (Роман Кирилич) >