Hey, I'm getting 'LIL' when trying to boot off a 'bootable' cd I just burned. Anyone see what I might have done wrong? *** The boot image comes from a 'tomsrtbt' bootable recovery diskette. xi:/# dd if=/dev/fd0 /of=/home/backups/boot.img bs=18k ***Here's the backup script: #!/bin/bash cd / tar -czvf /home/backups/backsys.tar.gz --exclude /proc /home/backups/backsys.tar.gz . cd /home/backups mkisofs -o backsys.iso \ -J -r -T \ -P 'System Backup' \ -V '071200' \ -b boot.img \ -c boot.catalog \ -log-file /root/mkisofs.log \ * cdrecord -v speed=2 dev=0,1,0 -data backsys.iso ***This completed without errors. Other than not booting, the cd contents appear fine. Thanks. -John --------------------------------------------------------------------- To unsubscribe, e-mail: tclug-list-unsubscribe at mn-linux.org For additional commands, e-mail: tclug-list-help at mn-linux.org