Quote:
Originally Posted by SiliconSlick
|
I read the link then I pasted modification below into the file
for rhgbfile in EFI/boot/isolinux.cfg EFI/boot/grub.conf isolinux/isolinux.cfg
do
echo "# uglifying $LIVE_ROOT/$rhgbfile"
echo "# uglifying $LIVE_ROOT/$rhgbfile" >> $LIVE_ROOT/$rhgbfile
sed -i -e's/ rhgb//g' -e's/ quiet//g' $LIVE_ROOT/$rhgbfile
echo "# uglified $LIVE_ROOT/$rhgbfile" >> $LIVE_ROOT/$rhgbfile
done
I created an image, burned it to a USB, booted it and it worked!.
Then I tried the following modification
-plymouth
-plymouth-system-theme
I created an image, burned it to a USB and booted it. This time it displayed the tri-colored bar progressing across the bottom of the display towards "F14" in the bottom right corner. I was able to login successfully.
I will experiment with both images to see which one works best for my application.
Thanks, this was very helpful info.