On 4/28/2011 3:29 PM, [email protected] wrote: > Hello, list > > In my kickstart file, I use 'bootloader --append=nomodeset norhgb'. Even > though, I get the graphical boot when booting the live media. Last, I > tried it, building a Fedora 15 livecd. What can I do to get the old text > output during boot? > Hi
If you can't find what is causing the graphic on bootup, you can try scrubbing the bootloader config in the finish script. ##Kickstart early section bootloader --append="console=tty console=ttyS0,115200n8 apic=debug ignore_loglevel splash=verbose acpi=noirq" ... ... ... ##Kickstart %post section %post --nochroot perl -pe 's/quiet|rhgb//' -i $LIVE_ROOT/isolinux/isolinux.cfg perl -pe 's/quiet|rhgb//' -i $LIVE_ROOT/EFI/BOOT/BOOTX64.conf --Gregory Fowler -- livecd mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/livecd
