Hello,
You can download any LiveCD from the internet, there's no real need to buy one. Then you can boot from the LiveCD and chroot into the harddisk environment and change the root password. Next, reboot and voila, up and running.
Once booted from LiveCD do this:
Code:
mkdir /mnt/tmp
mount /mnt/tmp /dev/sda1 <<< the partition that contains your LFS
mount --bind /dev /mnt/tmp/dev
mount -t proc none /mnt/tmp/proc
chroot /mnt/bin/bash
Now you've chrooted into a bash shell of your LFS system and can run
to reset the password.
Kind regards,
Eric