mirror of
				https://github.com/mayfrost/guides.git
				synced 2025-11-04 05:02:46 +00:00 
			
		
		
		
	Update INITIATION.md
This commit is contained in:
		@@ -79,8 +79,10 @@ The two most important are the root directory ("_/_") and the boot directory ("_
 | 
			
		||||
* Mount the new root directory.  
 | 
			
		||||
`mount /dev/sda2 /mnt`  
 | 
			
		||||
* If on BIOS make boot directory and mount.  
 | 
			
		||||
`mkdir /mnt/boot`  
 | 
			
		||||
`mount /dev/sda1 /mnt/boot`
 | 
			
		||||
```  
 | 
			
		||||
mkdir /mnt/boot
 | 
			
		||||
mount /dev/sda1 /mnt/boot  
 | 
			
		||||
```
 | 
			
		||||
* If on UEFI make boot directory and mount.  
 | 
			
		||||
```  
 | 
			
		||||
mkdir -p /mnt/boot/efi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user