mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			563 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			563 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| timeout=1
 | |
| 
 | |
| menuentry 'SerenityOS (normal)' {
 | |
|   root=hd0,2
 | |
|   multiboot /boot/Prekernel root="lun0:0:0;part1"
 | |
|   module /boot/Kernel
 | |
| }
 | |
| 
 | |
| menuentry 'SerenityOS (text mode)' {
 | |
|   root=hd0,2
 | |
|   multiboot /boot/Prekernel graphics_subsystem_mode=off root="lun0:0:0;part1"
 | |
|   module /boot/Kernel
 | |
| }
 | |
| 
 | |
| menuentry 'SerenityOS (No ACPI)' {
 | |
|   root=hd0,2
 | |
|   multiboot /boot/Prekernel root="lun0:0:0;part1" acpi=off
 | |
|   module /boot/Kernel
 | |
| }
 | |
| 
 | |
| menuentry 'SerenityOS (with serial debug)' {
 | |
|   root=hd0,2
 | |
|   multiboot /boot/Prekernel serial_debug root="lun0:0:0;part1"
 | |
|   module /boot/Kernel
 | |
| }
 | 
