On Thu, Jul 15, 2010 at 5:12 AM, Michael Prokop <bts@bts.grml.org> wrote:

Michael Prokop <mika@grml.org> added the comment:

* Tong Sun wrote in grml's BTS on 20100715 / 07:06:

> SUITE=sid
>  CLASSES='GRMLBASE,XORG,REMOVE_DOCS,RELEASE,AMD64'
>  ARCH=amd64

> % grml-live -F -a $ARCH -s $SUITE -c $CLASSES -o /dev/shm/gl -g $USE_NAME -v
> "`date -I`" -r $USE_NAME -i $USE_NAME.iso
> . . .
> instsoft.GRMLBASE    OK.
> Calling task_instsoft
> Installing software may take a while
> Couldn't find any package whose name or description matched
> "xserver-xorg-video-amd"
[...]
>  * Error: there was a critical error during execution of stage 'fai
> dirinstall'
>  * Note:  check out /var/log/fai/grml/last/ for details. [exit 2]        [
> !! ]

The lack of xserver-xorg-video-amd shouldn't be the source for the
error unless you set EXIT_ON_MISSING_PACKAGES or modified
STOP_ON_ERROR.

Oh, sorry, maybe these:

 . . .
 GRMLBASE/05-hostname OK.
Executing    shell: GRMLBASE/10-build-initramfs
GRMLBASE/10-build-initramfs FAILED with exit code 1.
Executing    shell: GRMLBASE/15-initsetup
GRMLBASE/15-initsetup OK.
 . . .
Executing    shell: GRMLBASE/98-clean-chroot
GRMLBASE/98-clean-chroot FAILED with exit code 9.

From /var/log/fai/grml/last/shell.log:

=====   shell: GRMLBASE/10-build-initramfs   =====
fcopy: copied /etc/grml/fai/config/files/etc/live.conf/GRMLBASE to /dev/shm/gl/grml_chroot/etc/live.conf
fcopy: copied /etc/grml/fai/config/files/usr/share/initramfs-tools/scripts/init-top/grml/GRMLBASE to /dev/shm/gl/grml_chroot/usr/share/initramfs-tools/scripts/init-top/grml
Error: No kernel found, can not create initramfs. Exiting.
GRMLBASE/10-build-initramfs FAILED with exit code 1.
. . .
=====   shell: GRMLBASE/98-clean-chroot   =====
 * freshclam not installed
  [ ok ]
 * Updating PCI- and USB-ids
Warning: update-pciids was not successfull
--2010-07-15 06:02:38--  http://www.linux-usb.org/usb.ids
Resolving maroon... failed: Name or service not known.
wget: unable to resolve host address `maroon'
update-usbids: download failed
Warning: update-usbids was not successfull
  [ ok ]
 * nessus-update-plugins not installed
  [ ok ]
 * Cleaning documentation directories...
  [ ok ]
 * Creating /usr/share/info/...
  [ ok ]
 * /boot/config- not available. $KERNEL not set to correct value?
  [ !! ]
GRMLBASE/98-clean-chroot FAILED with exit code 9.

Strange, still "$KERNEL not set", I've put AMD64 in CLASSES this time.