Hi folks, I'm trying to create a bootable CD, and the CD boots fine, but hangs at:
LINUXRC: Loaded Packages My isolinux.cfg looks like: display syslinux.dpy timeout 0 append reboot=bios default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0 LEAFCFG=/dev/cdrom:iso9660 And the only change to my leaf.cfg looks like: # The first entry is the backup device. # The path is parsed in reversed order, packages on the first device listed will be loaded last. #PKGPATH="/dev/fd0u1680:msdos" PKGPATH=/dev/fd0:msdos,/dev/cdrom:iso9660 The command I'm executing to create the .iso is: mkisofs -o bering.iso -b isolinux.bin -c isolinux.cat -V "Bering" -no-emul-boot -relaxed-filenames -boot-load-size 4 -boot-info-table -hide isolinux.bin -l diskcontent Any idea what might be causing my boot problem? Thank you, Craig ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
