2011/8/31 shirish शिरीष <[email protected]>: > at bottom :- > > 2011/8/31 Daniel Baumann <[email protected]>: > >> On 08/31/2011 12:03 PM, shirish शिरीष wrote: >>> >>> Calling hook live >>> live-boot: coreE: /usr/share/initramfs-tools/hooks/live failed with return >>> 1. >>> Removing /boot/initrd.img-3.0.0-1-amd64.dpkg-bak >>> update-initramfs: failed for /boot/initrd.img-3.0.0-1-amd64 with 1 >> >> please let the live hook be run with set -x and post the result. > > could you elaborate the command I need to run, frankly I am not aware > and clear what you want me to do.
You have a file somewhere like /usr/share/initramfs-tools/hooks/live which starts with #!/bin/sh which you change to #!/bin/sh -x in scripts that have "sh -e" you change it to "sh -xe", etc. It will produce lots of lines of output on stderr starting with +. HTH Michal -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAOMqctTwrC8=v9shumcx_0ct9o2hnez3t353p68zqv4_wez...@mail.gmail.com
