You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			351 B
		
	
	
	
		
			INI
		
	
			
		
		
	
	
			19 lines
		
	
	
		
			351 B
		
	
	
	
		
			INI
		
	
# Live Image (UEFI boot)
 | 
						|
set default=0
 | 
						|
 | 
						|
loadfont $prefix/dejavu-bold-16.pf2
 | 
						|
loadfont $prefix/dejavu-bold-14.pf2
 | 
						|
loadfont $prefix/unicode.pf2
 | 
						|
set gfxmode=auto
 | 
						|
insmod all_video
 | 
						|
insmod gfxterm
 | 
						|
insmod png
 | 
						|
 | 
						|
source /boot/grub/theme.cfg
 | 
						|
 | 
						|
terminal_output gfxterm
 | 
						|
 | 
						|
# Comment these two lines out to disable the beep on boot
 | 
						|
insmod play
 | 
						|
play 960 440 1 0 4 440 1
 |