On Fri, 2004-08-20 at 13:21, Alexander Dalloz wrote: > Am Fr, den 20.08.2004 schrieb Thomas E. Dukes um 19:13: > > > # grub.conf generated by anaconda > > # > > # Note that you do not have to rerun grub after making changes to this > > file > > # NOTICE: You have a /boot partition. This means that > > # all kernel and initrd paths are relative to /boot/, eg. > > # root (hd0,0) > > # kernel /vmlinuz-version ro root=/dev/hda2 > > # initrd /initrd-version.img > > #boot=/dev/hda > > default=0 > > timeout=10 > > selinux=0 > ^^^^^ > "selinux=0" is no grub setting, but a kernel parameter! > > > splashimage=(hd0,0)/grub/splash.xpm.gz > > title Fedora Core (2.6.8-1.521) > > root (hd0,0) > > kernel /vmlinuz-2.6.8-1.521 ro root=LABEL=/ > > initrd /initrd-2.6.8-1.521.img > > Your kernel line has to read: > > kernel /vmlinuz-2.6.8-1.521 ro root=LABEL=/ selinux=0 > > if you want use it this way rather than the /etc/sysconfig/selinux > setting. > Got it. Thanks for the help!! > > Thomas E. Dukes <edukes@xxxxxxxxxx> > > Alexander -- Thomas E. Dukes <edukes@xxxxxxxxxx>