Hi Everyone,
Im trying to build a new kernel so i can get EXT4 support.
Basically i followed the directions here: Running / Using ext4 on openSUSE 11.1 | Ben Kevan’s Blog
But I performed “make x86_64_defconfig rpm && make modules && make modules_install” instead of “make rpm”
When i run mkinitrd (same results if I do a plain mkinitrd
also) i get the following errors:
linux-ornb:/usr/src/linux-2.6.28.7 # mkinitrd -k vmlinuz-2.6.28.7 -i initrd-2.6.28.7
Kernel image: /boot/vmlinuz-2.6.28.7
Initrd image: /boot/initrd-2.6.28.7
Root device: /dev/disk/by-id/ata-SAMSUNG_HD753LJ_S13UJ1KQ304931-part7 (/dev/sda7) (mounted on / as ext3)
FATAL: Module ahci not found.
WARNING: no dependencies for kernel module 'ahci' found.
FATAL: Module pata_atiixp not found.
WARNING: no dependencies for kernel module 'pata_atiixp' found.
FATAL: Module processor not found.
WARNING: no dependencies for kernel module 'processor' found.
FATAL: Module thermal not found.
WARNING: no dependencies for kernel module 'thermal' found.
FATAL: Module ata_generic not found.
WARNING: no dependencies for kernel module 'ata_generic' found.
FATAL: Module atiixp not found.
WARNING: no dependencies for kernel module 'atiixp' found.
FATAL: Module ide_pci_generic not found.
WARNING: no dependencies for kernel module 'ide_pci_generic' found.
FATAL: Module fan not found.
WARNING: no dependencies for kernel module 'fan' found.
FATAL: Module jbd not found.
WARNING: no dependencies for kernel module 'jbd' found.
FATAL: Module ext3 not found.
WARNING: no dependencies for kernel module 'ext3' found.
FATAL: Module edd not found.
WARNING: no dependencies for kernel module 'edd' found.
FATAL: Module sd_mod not found.
WARNING: no dependencies for kernel module 'sd_mod' found.
FATAL: Module usbcore not found.
WARNING: no dependencies for kernel module 'usbcore' found.
FATAL: Module ohci_hcd not found.
WARNING: no dependencies for kernel module 'ohci_hcd' found.
FATAL: Module uhci_hcd not found.
WARNING: no dependencies for kernel module 'uhci-hcd' found.
FATAL: Module ehci_hcd not found.
WARNING: no dependencies for kernel module 'ehci_hcd' found.
FATAL: Module usbhid not found.
WARNING: no dependencies for kernel module 'usbhid' found.
Features: block usb resume.userspace resume.kernel
Bootsplash: openSUSE (1280x1024)
20686 blocks
device-mapper: table ioctl failed: No such device or address
Command failed
device-mapper: table ioctl failed: No such device or address
Command failed
device-mapper: table ioctl failed: No such device or address
Command failed
device-mapper: table ioctl failed: No such device or address
Command failed
device-mapper: table ioctl failed: No such device or address
Command failed
device-mapper: table ioctl failed: No such device or address
Command failed
device-mapper: table ioctl failed: No such device or address
Command failed
device-mapper: table ioctl failed: No such device or address
Command failed
device-mapper: table ioctl failed: No such device or address
Command failed
Where did I go wrong??
Thanks
–Cam