I'm having problems building a mini-iso. I did make clean_netboot and
even clean_all, but that does not help.

'sudo apt-get build-dep debian-installer' does nothing, so my system should be OK.

Any ideas?

TIA,
FJP


[EMAIL PROTECTED]:~/projects/d-i/svn/installer/build$ fakeroot make build_netboot
make[4]: Nothing to be done for `tmp/netboot_2.6/vmlinuz'.
# Only build the font if we have rootskel-locale
if [ -d "./tmp/netboot_2.6/tree/usr/lib/locale/C.UTF-8" ] && [ -e /usr/src/unifont.bdf 
]; then \
          make --no-print-directory ./tmp/netboot_2.6/tree/unifont.bgf; \
fi
install -d ./tmp/netboot_2.6
case ext2 in \
ext2) \
        if [ "" != "" ]; then \
                echo  > ./tmp/netboot_2.6/tree/ramdisk_settings; \
                  genext2fs -d ./tmp/netboot_2.6/tree -b  -r 0 -f userdevfs-devs 
./tmp/netboot_2.6/initrd; \
        else \
                  genext2fs -d ./tmp/netboot_2.6/tree -b `expr $(du -s 
./tmp/netboot_2.6/tree | cut -f 1) + $(expr $(find ./tmp/netboot_2.6/tree | wc -l) \* 
2)` -r 0 ./tmp/netboot_2.6/initrd; \
        fi; \
          e2fsck -fy ./tmp/netboot_2.6/initrd || true;; \
cramfs) \
          mkcramfs ./tmp/netboot_2.6/tree ./tmp/netboot_2.6/initrd ;; \
*) \
        echo "Unsupported filesystem type"; \
        exit 1 ;; \
esac
du: cannot access `./tmp/netboot_2.6/tree': No such file or directory
find: ./tmp/netboot_2.6/tree: No such file or directory
genext2fs: too small filesystem
e2fsck 1.35 (28-Feb-2004)
e2fsck: No such file or directory while trying to open ./tmp/netboot_2.6/initrd

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>

gzip -v9f ./tmp/netboot_2.6/initrd
gzip: ./tmp/netboot_2.6/initrd: No such file or directory
make[4]: *** [tmp/netboot_2.6/initrd.gz] Error 1
make[3]: *** [_build] Error 2
make[2]: *** [build_netboot_2.6] Error 2
make[1]: *** [_build] Error 2
make: *** [build_netboot] Error 2


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to