確認作業 (3)

なかなかリコンパイルが終わらぬ。結構へろへろ。

コンパイル終了

ええと、導入。って sudo が無い。設定ナニして順に dpkg -i してみたのですが warning が日本語、のナニが不明。あ、しまった。カーネル導入して reboot してない。
とりあえず現時点で reboot してみます。(遅

経過

起動するのだろうか。ってか現時点でどのバージョンの kernel が起動しているのかも不明ッス。
で、微妙な試行錯誤のナニで custom.1.0 の導入が以下。

Done.                                                                                                                                          
linux-image-2.6.24 を展開し、置換しています...
Running postrm hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.26-1-686
Found kernel: /boot/vmlinuz-2.6.24
Found kernel: /boot/vmlinuz-2.6.18-6-686
Updating /boot/grub/menu.lst ... done

linux-image-2.6.24 (custom.1.0) を設定しています ...
Running depmod.
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.
Not updating initrd symbolic links since we are being updated/reinstalled 
(2.6.24-10.00.Custom was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(2.6.24-10.00.Custom was configured last, according to dpkg)
Running postinst hook script update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.26-1-686
Found kernel: /boot/vmlinuz-2.6.24
Found kernel: /boot/vmlinuz-2.6.18-6-686
Updating /boot/grub/menu.lst ... done

$

あらら?
仕方が無いので custom.1.1 も導入してみる事に。

$ sudo dpkg -i linux-image-2.6.24_custom.1.1_i386.deb 

さ、どうなるのかな。

Done.                                                                                                                                          
linux-image-2.6.24 を展開し、置換しています...
Running postrm hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.26-1-686
Found kernel: /boot/vmlinuz-2.6.24
Found kernel: /boot/vmlinuz-2.6.18-6-686
Updating /boot/grub/menu.lst ... done

linux-image-2.6.24 (custom.1.1) を設定しています ...
Running depmod.
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.
Not updating initrd symbolic links since we are being updated/reinstalled 
(custom.1.0 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(custom.1.0 was configured last, according to dpkg)
Running postinst hook script update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.26-1-686
Found kernel: /boot/vmlinuz-2.6.24
Found kernel: /boot/vmlinuz-2.6.18-6-686
Updating /boot/grub/menu.lst ... done

#

入りよった。駄目ぢゃねぇか、ってか自分の試験の仕方がびみょうなんだろうな。
現時点では

  • ソースのバージョン同一
  • .config も同一
  • make-kpkg に渡す --revision のみ違う

というナニでヤッてます。もう少しアタマを冷してリトライしてみます。(とほほ