LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-02-2017, 06:48 AM   #1
francesco bat
Member
 
Registered: Sep 2015
Location: Italy
Distribution: PCLinuxOS, NuTyX, EXE GNU Linux, Tiny Core Linux, Antix, Slackware
Posts: 86

Rep: Reputation: Disabled
Extlinux and bootsplash (plymouth)


Hi !
I am using with great satisfaction Extlinux in many distro i installed in my pc.
But i can not to understand how i can to do to execute bootsplash (plymouth) after bootloader; i get only verbose mode.
Someone does know how to get this (if it is possible ).
Bye
Francesco bat
 
Old 10-02-2017, 11:51 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
is extlinux a distribution?
anyhow, plymouth is a software that needs to be installed & carefully set up (i'm sure either your sidtro or plymouth itself has documentation on how to do this).
and it's a pita to set up manually.
 
Old 10-02-2017, 01:42 PM   #3
francesco bat
Member
 
Registered: Sep 2015
Location: Italy
Distribution: PCLinuxOS, NuTyX, EXE GNU Linux, Tiny Core Linux, Antix, Slackware
Posts: 86

Original Poster
Rep: Reputation: Disabled
Extlinux is a bootloader (it's part of Syslinux).
I already have plymouth installed and it starts with Grub and with Lilo.
Now i substituted Grub and Lilo with Extlinux but i can not to understand in Extlinux configuration how to edit it to start plymouth.
In my extlinux.conf i have:

Code:
UI vesamenu.c32
PROMPT 0
MENU BACKGROUND splash.png

 LABEL vmlinuz
   MENU LABEL PCLinuxOS (^4.13.4-pclos1)
   LINUX /boot/vmlinuz-4.13.4-pclos1
   INITRD /boot/initrd-4.13.4-pclos1.img

LABEL failsafe
   MENU LABEL Linux (^failsafe mode)
   LINUX /boot/vmlinuz
   INITRD /boot/initrd.img
   ADDAPPEND failsafe vga=normal

LABEL vmlinuz
   MENU LABEL PCLinuxOS (^4.12.14-pclos1)
   LINUX /boot/vmlinuz-4.12.14-pclos1
   INITRD /boot/initrd-4.12.14-pclos1.img
I added line: PROMPT 0
thinking it avoided text boot, but it doesn't work and i get text boot
Bye
Francesco bat
 
Old 10-03-2017, 01:49 AM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
i would guess you need to copy the complete /boot/vmlinuz and /boot/initrd lines from /boot/grub/grub.cfg (or lilo's config), with all its options (i'm guessing something like "quiet splash".

also, grub has an option to hide itself completely - i'm not even sure extlinux has that option.
 
Old 10-03-2017, 11:58 AM   #5
francesco bat
Member
 
Registered: Sep 2015
Location: Italy
Distribution: PCLinuxOS, NuTyX, EXE GNU Linux, Tiny Core Linux, Antix, Slackware
Posts: 86

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
i would guess you need to copy the complete /boot/vmlinuz and /boot/initrd lines from /boot/grub/grub.cfg (or lilo's config), with all its options (i'm guessing something like "quiet splash".

also, grub has an option to hide itself completely - i'm not even sure extlinux has that option.
I tried this some days ago, but i didn't get results !
Then maybe the function is not supported; anyway now it is the best boot loader for me
Thank you.
Bye
Francesco bat
 
Old 10-03-2017, 12:08 PM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by francesco bat View Post
maybe the function is not supported
what does extlinux documentation say about it?
i don't believe that it isn't possible to add kernel command line parameters.
anyhow, that's only the first step to getting a plymouth boot animation.
searched plymouth's documentation?
 
Old 10-03-2017, 01:18 PM   #7
francesco bat
Member
 
Registered: Sep 2015
Location: Italy
Distribution: PCLinuxOS, NuTyX, EXE GNU Linux, Tiny Core Linux, Antix, Slackware
Posts: 86

Original Poster
Rep: Reputation: Disabled
I solved with this line:

Code:
APPEND vga=788 quiet splash=silent
Then, complete extlinux.conf :

Code:
UI vesamenu.c32
PROMPT 0
MENU BACKGROUND splash.png

 LABEL vmlinuz
   MENU LABEL PCLinuxOS (^4.13.4-pclos1)
   LINUX /boot/vmlinuz-4.13.4-pclos1
   APPEND vga=788 quiet splash=silent
   INITRD /boot/initrd-4.13.4-pclos1.img

LABEL failsafe
   MENU LABEL Linux (^failsafe mode)
   LINUX /boot/vmlinuz
   INITRD /boot/initrd.img
   ADDAPPEND failsafe vga=normal

LABEL vmlinuz
   MENU LABEL PCLinuxOS (^4.12.14-pclos1)
   LINUX /boot/vmlinuz-4.12.14-pclos1
   INITRD /boot/initrd-4.12.14-pclos1.img
Now it's all right
Bye
Francesco bat
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
booting from btrfs with extlinux not working mps_ul Slackware 4 08-03-2016 09:24 AM
[SOLVED] Changing plymouth or rhgb bootsplash vipul_vaidya Red Hat 12 09-06-2013 02:38 AM
[SOLVED] Booting of different distros from extlinux floppy_stuttgart Linux - Distributions 5 12-10-2011 05:54 AM
[SOLVED] How to check if a SD card is bootable with extlinux floppy_stuttgart Linux - Newbie 10 10-05-2011 04:06 PM
LXer: Booting Linux With the New EXTLINUX LXer Syndicated Linux News 0 08-11-2010 04:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration