You are not logged in.

#1 2012-01-08 23:36:05

Ceps
Member
Registered: 2012-01-07
Posts: 11

[Solved] Cant Boot Xen, Error 15: File not found

Hey guys, I followed this wiki and I'm getting error 15: File not found when trying to boot after adding this into menu.lst

title Xen with Arch Linux
root (hd0,0)
kernel /xen-4.1.2.gz dom0_mem=524288
module /vmlinuz26-xen-dom0 root=/dev/sda2 ro console=tty0
module /kernel26-xen-dom0.img

The result from ls /boot/ is

initramfs-linux-fallback.img
initramfs-linux.img
vmlinuz-linux
xen-4.1.2.gz
xen-syms-4.2.1

My guess is kernel26-xen-dom0.img, how do i get that file? All the wiki says is build xen and xen-tools from AUR and I did that. Any suggestions?

Last edited by Ceps (2012-01-09 02:51:50)

Offline

#2 2012-01-09 01:30:09

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Cant Boot Xen, Error 15: File not found

We renamed kernel26*.img to initramfs-linux.img when Arch adopted linux kernel 3.
Try just renaming these files accordingly http://www.archlinux.org/news/changes-t … filenames/

Offline

#3 2012-01-09 02:51:03

Ceps
Member
Registered: 2012-01-07
Posts: 11

Re: [Solved] Cant Boot Xen, Error 15: File not found

Thanks that worked! My final menu.lst is like this just for reference

title Xen with Arch Linux
root (hd0,0)
kernel /xen-4.1.2.gz dom0_mem=524288
module /vmlinuz-linux root=/dev/sda3 ro console=tty1
module /initramfs-linux.img

Now I'm just trying to create domU lol, no info whatsoever on the wiki. But thats another topic.

Offline

Board footer

Powered by FluxBB