Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
possible to insert image into Login screen?
2013-01-18, 05:10
Post: #1
possible to insert image into Login screen?
Is it possible to insert image in Login prompt?
I want to display company logo in prompt screen but have no idea at all.

Just give me a tip or guide...

Thank you in advance.
Find all posts by this user
Quote this message in a reply
2013-01-18, 13:39
Post: #2
RE: possible to insert image into Login screen?
No, it is BIOS text-mode. No graphics are available (unless you want to do ascii-art). But the login command doesn't allow you to include any custom text. You'll have to use "echo" or "menu" command for that.
Visit this user's website Find all posts by this user
Quote this message in a reply
2013-01-20, 03:14
Post: #3
RE: possible to insert image into Login screen?
I'm going to bet that this gets asked for a LOT as people migrate their menu systems from pxelinux to your ipxe scripting system. It really is the only thing lacking and it is literally the ONLY thing (my) bosses seem to notice... their damned logo somewhere. When migrating my dynamic menusystem of hundreds of floppies from vesamenu to ipxe I came across quite a few people around the web asking the same thing. It's also the only difference my users noticed, despite improvements almost everywhere else in the system due to switching.
Find all posts by this user
Quote this message in a reply
2013-01-24, 08:44
Post: #4
RE: possible to insert image into Login screen?
It's not going to happen anytime soon, I'd guess. Code size is extremely important, and adding a graphical subsystem is not trivial, neither in size or time investment. If you need graphics, you'll just have to use syslinux's vesamenu.
Visit this user's website Find all posts by this user
Quote this message in a reply
2013-01-24, 11:49
Post: #5
RE: possible to insert image into Login screen?
You can re-enable the old comboot (vesamenu) support if you custom compile. Theres some info at the end of this thread.

http://forum.ipxe.org/showthread.php?tid=2797

Otherwise yeah, i think you're stuck with ascii graphics or plain text.
Find all posts by this user
Quote this message in a reply
2014-02-28, 09:13 (This post was last modified: 2014-02-28 09:14 by robinsmidsrod.)
Post: #6
RE: possible to insert image into Login screen?
For those of you that find this post through a web search, iPXE now has support for background PNG images using the console command. Yay!
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)