On Mon, 2007-05-21 at 20:38 +0200, Lars Bjørndal wrote: > Fine, if you could do that. However, the CD will not start. I get the > following error messages: > Booting to kernel > Buffer I/O error on device sr0,logical 67351 > (8 times)
This is a read error off of your CD... > ... > Setting up new root fs > No fstab.sys, mounting internal defaults > ... > Unable to load selinux policy. Machine is in enforcing mode. > Halting now. And this is init complaining -- you've said that you want SELinux to be configured in enforcing mode but you didn't install policy. Therefore, init won't let you boot. selinux=0 on the kernel command line should let it boot. And then either add selinux --disabled to your config or install a policy package. Jeremy -- Fedora-livecd-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-livecd-list
