Difference between revisions of "Netboot for Noobs Tutorial 3"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
<!--
+
{{WorkInProgress}}
This page is crated automaticaly by a script.
 
This part is commented and shall not show
 
-->
 
<!--At the top of the page can be vissible one of the following tags..-->
 
    {{WorkInProgress}}
 
<!--{{NeedsUpdate}}-->
 
<!--{{NeedsMerge | [[Main Page]]}}-->
 
<!--{{NeedsExpantion}}-->
 
<!--{{NeedsDelete |[[Main Page]]}}-->
 
<!--Please remove or place comment accordingly-->
 
<!--Your text bellow this line-->
 
 
OK Parted Magic works, Now what?
 
OK Parted Magic works, Now what?
  
Line 63: Line 52:
  
 
'''Still No Commandline!'''
 
'''Still No Commandline!'''
 
<!--Your text above this line-->
 
<!--This page must bellong to one of the following categories please remove comment-->
 
<!--[[category:Apps]]-->
 
<!--[[Category:Fedora]]-->
 
<!--[[Category:Platform]]-->
 
<!--[[Category:Pro Version]]-->
 
<!--[[Category:Services]]-->
 
<!--[[Category:VPN]]-->
 
 
<noinclude>
 
[[Category:WikiModTools]]
 
</noinclude>
 

Revision as of 13:40, 27 December 2011

Msgbox-WOPr.png Work In Progress
This article is currently undergoing major expansion or restructuring. You are welcome to assist by editing it as well. If this article has not been edited in several days, please remove this template.


OK Parted Magic works, Now what?

We can:

  • Add background with vesamenu.32
  • Add Layered Menus

Step 1: Get vesamenu.32

By default amahi-netboot doesn't install vesamenu.c32 which we need if we want to add backgrounds. Two solutions:

Link to syslinux files

Step 2: Get a background

Sample background: Right Click & Save image as Splash.png

splash.png

move to "your share/pxelinux.cfg"


Step 3: Configure menu in pxelinux.cfg

Open file "default" in pxelinux.cfg with notepad++

change 1st line

DEFAULT menu.c32

to:

 DEFAULT vesamenu.c32
 MENU BACKGROUND pxelinux.cfg/Splash.png

Save it and start "test" vm

should show:

Background.png


Ah! Sucki, Sucki!

Step 4: Layered Menus

Still No Commandline!