ソースからカーネルをインストール中にエラーが発生しました!

ソースからカーネルをインストール中にエラーが発生しました!

Linusのgitツリーから最新のLinuxカーネル(4.5.x)をコンパイルしました。カーネルはエラーなしで完全にコンパイルされます。カーネルをコンパイルした後を使用しましたが、sudo make modules_installこれも完全に機能しましたが、実行するとsudo make installこのエラーが発生しました。

 sh ./arch/x86/boot/install.sh 4.5.0-00001-gf99c49a arch/x86/boot/bzImage \
System.map "/boot"
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.5.0-00001-gf99c49a /boot/vmlinuz-4.5.0-00001-gf99c49a
run-parts: executing /etc/kernel/postinst.d/dkms 4.5.0-00001-gf99c49a /boot/vmlinuz-4.5.0-00001-gf99c49a
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.5.0-00001-gf99c49a /boot/vmlinuz-4.5.0-00001-gf99c49a
update-initramfs: Generating /boot/initrd.img-4.5.0-00001-gf99c49a
W: Possible missing firmware /lib/firmware/i915/skl_guc_ver4.bin for module i915

gzip: stdout: No space left on device
E: mkinitramfs failure cpio 141 gzip 1
update-initramfs: failed for /boot/initrd.img-4.5.0-00001-gf99c49a with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
arch/x86/boot/Makefile:189: recipe for target 'install' failed
make[1]: *** [install] Error 1
arch/x86/Makefile:260: recipe for target 'install' failed
make: *** [install] Error 2

私は次の3つのリンクをクリックしました。12そして サム; しかし、問題は解決されませんでした。

/boot時々スペースが24MBしか残っていないという警告が表示されますが、次のように表示されるため、スペース(in)が問題だと/boot思いdfます。

Filesystem     1K-blocks      Used Available Use% Mounted on
udev             1833688         0   1833688   0% /dev
tmpfs             395944     23612    372332   6% /run
/dev/dm-0      475786312 234152100 217442632  52% /
tmpfs            1979716      1052   1978664   1% /dev/shm
tmpfs               5120         4      5116   1% /run/lock
tmpfs            1979716         0   1979716   0% /sys/fs/cgroup
/dev/sda2         650875    398220    219070  65% /boot
/dev/sda1         102178      7236     94942   8% /boot/efi
tmpfs             395944        60    395884   1% /run/user/1000

注:現在Linuxカーネルを実行してい4.5.0-rc1ますmake oldconfigmake defconfig

編集1:Ubuntu 15.10

ベストアンサー1

おすすめ記事