|
发表于 2011-7-31 11:35:10
|
显示全部楼层
升级到2.6.39,出现了以下提示:
- ]# mkinitcpio -p kernel26
- ==> Building image from preset: 'default'
- -> -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
- ==> Starting build: 2.6.39-ARCH
- -> Parsing hook: [base]
- -> Parsing hook: [udev]
- -> Parsing hook: [autodetect]
- -> Parsing hook: [pata]
- -> Parsing hook: [scsi]
- -> Parsing hook: [sata]
- -> Parsing hook: [filesystems]
- -> Parsing hook: [automount]
- ==> WARNING: Hook 'automount' uses a deprecated 'install' function. This should be renamed 'build'
- ==> ERROR: module not found: `cp936'
- ==> ERROR: file not found: `blkid'
- ==> ERROR: file not found: `mount.ntfs-3g'
- ==> ERROR: file not found: `tr'
- ==> Generating module dependencies
- ==> Creating gzip initcpio image: /boot/kernel26.img
- 6678 blocks
- ==> WARNING: errors were encountered during the build. The image may not be complete.
- ==> Image generation successful
- ==> Building image from preset: 'fallback'
- -> -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
- ==> Starting build: 2.6.39-ARCH
- -> Parsing hook: [base]
- -> Parsing hook: [udev]
- -> Parsing hook: [pata]
- -> Parsing hook: [scsi]
- -> Parsing hook: [sata]
- -> Parsing hook: [filesystems]
- -> Parsing hook: [automount]
- ==> WARNING: Hook 'automount' uses a deprecated 'install' function. This should be renamed 'build'
- ==> ERROR: module not found: `cp936'
- ==> ERROR: file not found: `blkid'
- ==> ERROR: file not found: `mount.ntfs-3g'
- ==> ERROR: file not found: `tr'
- ==> Generating module dependencies
- ==> Creating gzip initcpio image: /boot/kernel26-fallback.img
- 23234 blocks
- ==> WARNING: errors were encountered during the build. The image may not be complete.
- ==> Image generation successful
复制代码
有什么办法解决么?是不是新的 kernel img做了一些变化? |
|