-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: kernel-package
Version: 12.013
File: /usr/bin/make-kpkg
Severity: normal

*** Please type your report below this line ***
make-kpkg doesn't buidl initrd file for /boot directory.

When I compiled 2.6.29.1 kernel it run perfectly. Since, the initrd is
not built.

I used the following command-line

make-kpkg --rootcmd fakeroot --initrd --append-to-version=.`date
+%y%m%d` --revision=2.6.29.3 kernel-image

So after installing the package, I see thant initrd-2.6.29.3 isn't
installed and system refuses to load :

Kernel panic - not syncing : vfs : unable to mount root fs on unknown
block (0,0).

This is the following grub file bellow :

# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from
0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default
entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved'
or your
# array will desync and will not let you boot your system.
default         0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the
default entry
# (normally the first entry defined).
timeout         5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive
editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title         Windows 95/98/NT/2000
# root          (hd0,0)
# makeactive
# chainloader   +1
#
# title         Linux
# root          (hd0,1)
# kernel        /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hda9 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,8)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title           Debian GNU/Linux, kernel 2.6.29.3.090512-gdn
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.29.3.090512-gdn root=/dev/hda9 ro

title           Debian GNU/Linux, kernel 2.6.29.3.090512-gdn (single-user mode)
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.29.3.090512-gdn root=/dev/hda9 ro single

title           Debian GNU/Linux, kernel 2.6.29.1.090404-gdn
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.29.1.090404-gdn root=/dev/hda9 ro
initrd          /boot/initrd.img-2.6.29.1.090404-gdn

title           Debian GNU/Linux, kernel 2.6.29.1.090404-gdn (single-user mode)
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.29.1.090404-gdn root=/dev/hda9 ro single
initrd          /boot/initrd.img-2.6.29.1.090404-gdn

title           Debian GNU/Linux, kernel 2.6.29-2-686
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.29-2-686 root=/dev/hda9 ro
initrd          /boot/initrd.img-2.6.29-2-686

title           Debian GNU/Linux, kernel 2.6.29-2-686 (single-user mode)
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.29-2-686 root=/dev/hda9 ro single
initrd          /boot/initrd.img-2.6.29-2-686

title           Debian GNU/Linux, kernel 2.6.29-1-686
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.29-1-686 root=/dev/hda9 ro
initrd          /boot/initrd.img-2.6.29-1-686

title           Debian GNU/Linux, kernel 2.6.29-1-686 (single-user mode)
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.29-1-686 root=/dev/hda9 ro single
initrd          /boot/initrd.img-2.6.29-1-686

title           Debian GNU/Linux, kernel 2.6.26-2-686
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.26-2-686 root=/dev/hda9 ro
initrd          /boot/initrd.img-2.6.26-2-686

title           Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.26-2-686 root=/dev/hda9 ro single
initrd          /boot/initrd.img-2.6.26-2-686

title           Debian GNU/Linux, kernel 2.6.26-1-686
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.26-1-686 root=/dev/hda9 ro
initrd          /boot/initrd.img-2.6.26-1-686

title           Debian GNU/Linux, kernel 2.6.26-1-686 (single-user mode)
root            (hd0,8)
kernel          /boot/vmlinuz-2.6.26-1-686 root=/dev/hda9 ro single
initrd          /boot/initrd.img-2.6.26-1-686

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title           Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title           Microsoft Windows 2000 Professionnel
root            (hd0,0)
savedefault
makeactive
chainloader     +1



- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29.1.090404-gdn (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kernel-package depends on:
ii  binutils                      2.19.1-1   The GNU assembler, linker
and bina
ii  build-essential               11.4       Informational list of
build-essent
ii  debianutils                   3.1.3      Miscellaneous utilities
specific t
ii  file                          5.03-1     Determines file type using
"magic"
ii  gettext                       0.17-6     GNU Internationalization
utilities
ii  make                          3.81-5     The GNU version of the
"make" util
ii  module-init-tools             3.7-pre9-1 tools for managing Linux
kernel mo
ii  po-debconf                    1.0.16     tool for managing templates
file t
ii  util-linux                    2.13.1.1-1 Miscellaneous system utilities

kernel-package recommends no packages.

Versions of packages kernel-package suggests:
ii  bzip2                     1.0.5-1        high-quality block-sorting
file co
pn  docbook-utils             <none>         (no description available)
ii  e2fsprogs                 1.41.5-1       ext2/ext3/ext4 file system
utiliti
ii  initramfs-tools [linux-in 0.93.2         tools for generating an
initramfs
pn  libdb3-dev                <none>         (no description available)
ii  libncurses5-dev [libncurs 5.7+20090510-1 developer's libraries and
docs for
pn  linux-source | kernel-sou <none>         (no description available)
pn  xmlto                     <none>         (no description available)
ii  yaird [linux-initramfs-to 0.0.13-5       Yet Another mkInitRD

- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQIcBAEBAgAGBQJKCXs0AAoJEMXDKTVD3SOb6OwP/iJWjNJVJbozTitesIBerWUO
WVPtS8axD+g0JjhfKd7KjMsHECNYZVFaEE0kjK2+wh/XWIk67h+GX4RXvyEUivxk
GNpq15e2gUfiEWoU9rBHU1nDZ7/tjoNTpLvFxp3ceyv2s8tYlbUIAY+ybJNszY+A
uhCoVP0SmHoBc+ZcVHZ/5Q8XP4CSK4gP61/9hdLKwunCYKH9nXJ9Aswf82uaNR84
gHk0mgUNHRQgTQXHQ6rTjdqC0gyN5Zy/4fEXaLQNRjFNV0nY+ZLlKE2qGmSFa/jA
Hh2WiLme78VE0pwyiWfde3r57uzW3HIJ+EY4q2b5pL4Ct3Mn5DkfW7Ll8DfniHg0
gL1jC++8l4QUJ+KyGJZHszC/thxd5UINZcmqA3yJW4vckqZDWkr3LBbqexANBl8r
5nQleti22Vu6pjDqwz5A+9+lV9+pEp/V9Ob9bDOMapkPVmRW/GXTcabmAVYL/rAh
2yjEoLvb2AsEyglAAgkfs2J0/vBnHzJehoZsysnazVna/HRhzWiPypYFDvmyIzWu
FGUnsY6HeiWCnkOIWMmBOZpjhOsTnlsbyKcYrsaWvYd/s5onfkVBDP1KroJRs+I5
otonskt3GSt+6xUGwW1QWg6jXeJxlJTMDuKWMmbXIDeK3oDUqr+yMloGeDKoHDz5
C11loph8n5tNDXX65gB3
=ZfcA
-----END PGP SIGNATURE-----



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to