Gary Catalano wrote:
I’m trying to install Xen 3.1 by following the extremely good
directions at _http://www.xensource.com/files/xen_install_windows.pdf_
but I’m running into an error. I get through the instructions up to
the step “/sbin/mkinitrd /boot/initrd-2.6.18-xen.img 2.6.18-xen” but
when I try to execute this command I get an error: “No module
pata_jmicron found for kernel 2.6.18-xen, aborting.”3.fc
This is because kernel-2.6.18-xen doesn't have this module available and
your system requires this module to boot. /proc/modules shows this
module available because the Fedora 8 kernel (2.6.23-8-63.fc8) has this
module by default. If you want the above mkinitrd command to work,
comment out "pata_jmicron" related line from /etc/modprobe.conf, but you
can't boot your system with the resulting initrd.
I don't know why you are trying to compile everything from source.
Better you use the default xen packages provided with f8. Just execute
"yum kernel-xen xen". That is all required.
--Sadique
I’m using Fedora 8 (2.6.23.8-63.fc8) and Xen 3.1.0.
Here’s the output of /cat /proc/modules/ which shows that pata_jmicron
is available:
/rfcomm 36825 0 - Live 0xf8a51000/
/l2cap 25537 9 rfcomm, Live 0xf8a24000/
/bluetooth 49317 4 rfcomm,l2cap, Live 0xf8a43000/
/autofs4 20421 2 - Live 0xf8a2c000/
/sunrpc 140765 1 - Live 0xf8ee2000/
/cpufreq_ondemand 10317 2 - Live 0xf8a20000/
/acpi_cpufreq 12365 0 - Live 0xf8a0d000/
/loop 16581 0 - Live 0xf8a1a000/
/dm_multipath 18249 0 - Live 0xf8a14000/
/ipv6 245989 16 - Live 0xf8aa3000/
/snd_hda_intel 274529 0 - Live 0xf8a5e000/
/snd_seq_dummy 6725 0 - Live 0xf8842000/
/snd_seq_oss 29889 0 - Live 0xf89fc000/
/snd_seq_midi_event 9793 1 snd_seq_oss, Live 0xf8963000/
/snd_seq 44849 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event, Live
0xf89c7000/
/snd_seq_device 10061 3 snd_seq_dummy,snd_seq_oss,snd_seq, Live
0xf895f000/
/snd_pcm_oss 37569 0 - Live 0xf89e6000/
/snd_mixer_oss 16705 1 snd_pcm_oss, Live 0xf89c1000/
/snd_pcm 63685 2 snd_hda_intel,snd_pcm_oss, Live 0xf89d5000/
/iTCO_wdt 13797 0 - Live 0xf895a000/
/atl1 31565 0 - Live 0xf8974000/
/3c59x 40553 0 - Live 0xf8969000/
/button 10321 0 - Live 0xf8956000/
/snd_timer 20549 2 snd_seq,snd_pcm, Live 0xf894f000/
/iTCO_vendor_support 7109 1 iTCO_wdt, Live 0xf8938000/
/mii 8385 2 atl1,3c59x, Live 0xf8934000/
/pcspkr 6593 0 - Live 0xf8931000/
/snd_page_alloc 11337 2 snd_hda_intel,snd_pcm, Live 0xf892d000/
/snd_hwdep 10309 1 snd_hda_intel, Live 0xf8911000/
/snd 43461 9
snd_hda_intel,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep,
Live 0xf893b000/
/i2c_i801 12113 0 - Live 0xf8917000/
/i2c_core 21825 1 i2c_i801, Live 0xf88f1000/
/parport_pc 26981 0 - Live 0xf8925000/
/parport 32393 1 parport_pc, Live 0xf891c000/
/soundcore 9633 1 snd, Live 0xf88ed000/
/sr_mod 17509 0 - Live 0xf890b000/
/sg 31965 0 - Live 0xf8902000/
/cdrom 33889 1 sr_mod, Live 0xf88f8000/
/pata_jmicron 8257 0 - Live 0xf88af000/
/dm_snapshot 17765 0 - Live 0xf88e7000/
/dm_zero 5825 0 - Live 0xf888f000/
/dm_mirror 21569 0 - Live 0xf88b7000/
/dm_mod 46209 9 dm_multipath,dm_snapshot,dm_zero,dm_mirror, Live
0xf88be000/
/ata_piix 16709 2 - Live 0xf8854000/
/ata_generic 8901 0 - Live 0xf8850000/
/libata 99889 3 pata_jmicron,ata_piix,ata_generic, Live 0xf88cd000/
/sd_mod 27329 3 - Live 0xf885a000/
/scsi_mod 119757 4 sr_mod,sg,libata,sd_mod, Live 0xf8870000/
/ext3 110665 2 - Live 0xf8892000/
/jbd 52457 1 ext3, Live 0xf8862000/
/mbcache 10177 1 ext3, Live 0xf8845000/
/uhci_hcd 23633 0 - Live 0xf8849000/
/ohci_hcd 21445 0 - Live 0xf8830000/
/ehci_hcd 31821 0 - Live 0xf8837000/
Any ideas on what I can do to get past this error?
Cheers!
-Gary
------------------------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|