Re: VMware server cannot run on FC6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/26/06, Andy Green <andy@xxxxxxxxxxx> wrote:
> Unable to make a vmmon module that can be loaded in the running kernel:
> insmod: error inserting '/tmp/vmware-config4/vmmon.o': -1 Invalid module
> format

Aha... while getting out-of-tree Wifi driver working on my stepson's
laptop last night I saw the same.  I eventually tracked it down (Google
had people asking and no real answers) to Anaconda having given his
Athlon laptop an i586 kernel whereas the rest of the bits and bobs were
i686.  Do a

dmesg | tail

and if you see a complaint about a vermagic mismatch, check the two
strings full of tokens for the differences.  In our case it was i586 vs
i686.  We confirmed we had the i586 kernel like this

rpm -q --queryformat "%{name}-%{arch}\n" kernel

What we did was to download the i686 kernel and kernel-devel from an
http mirror, then

rpm -e --nodeps kernel kernel-devel

(don't worry about the grubby warning)  then added back in the i686
stuff we just downloaded

rpm -i kernel*.rpm

On reboot, the previously compiled module "just worked" without a
recompile, now it had an i686 arch kernel to get into.

Did that, but now the /boot directory is empty and FC6 does not boot. Any ideas?

Paul

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux