mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:32:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			421 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			421 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| timeout=1
 | |
| 
 | |
| menuentry 'SerenityOS (normal)' {
 | |
|   root=hd0,2
 | |
|   multiboot /boot/Kernel root=/dev/hda2
 | |
| }
 | |
| 
 | |
| menuentry 'SerenityOS (text mode)' {
 | |
|   root=hd0,2
 | |
|   multiboot /boot/Kernel boot_mode=text root=/dev/hda2
 | |
| }
 | |
| 
 | |
| menuentry 'SerenityOS (No ACPI)' {
 | |
|   root=hd0,2
 | |
|   multiboot /boot/Kernel root=/dev/hda2 acpi=off
 | |
| }
 | |
| 
 | |
| menuentry 'SerenityOS (with serial debug)' {
 | |
| 	root=hd0,2
 | |
|   multiboot /boot/Kernel serial_debug root=/dev/hda2
 | |
| }
 | 
