On Wed, 2004-06-02 at 05:18, hmm@xxxxxxxxxxx wrote: > > Are you running buildinstall as root? Does > > /usr/src/fedora2.cdrom/images/isopath/ exist? > > > > Forrest > > I did it as root, the isopath directory doesn't exist, but as far > as i know, the buildinstall script should make this directory. > Or am I wrong ??? Yes, buildinstall should make it, but I was wondering if it left it there without removing it. Do you have more than one partition mounted under /usr/src/fedora2.cdrom? What options did you give buildinstall? Can you try to manually create the boot.iso image? The script is in /usr/lib/anaconda-runtime/mk-images.i386 and starts at line 203 with # now make a boot iso: TOPDESTPATH=/usr/src/fedora2.cdrom PRODUCT=Fedora mkdir -p $TOPDESTPATH/images/isopath cp -rl $TOPDESTPATH/isolinux $TOPDESTPATH/images/isopath # The next one is all one line mkisofs -o $TOPDESTPATH/images/boot.iso -b \ isolinux/isolinux.bin -c isolinux/boot.cat \ -no-emul-boot -boot-load-size 4 -boot-info-table\ -R -J -V "$PRODUCT" -T $TOPDESTPATH/images/isopath rm -rf $TOPDESTPATH/images/isopath Let us know if you get any errors running any of these. Forrest