File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,11 @@ We are now back in our `build environment` after setting up our `live system` an
3833833. Copy memtest86+ binary (BIOS) 
384384
385385   ` ` `  shell
386-    cp /boot/memtest86+.bin /image/install/memtest86+ 
386+    if [ -f "/boot/memtest86+x64.bin" ]; 
387+        cp /boot/memtest86+x64.bin /image/intall/memtest86+ 
388+    else 
389+        cp /boot/memtest86+.bin /image/install/memtest86+ 
390+    fi 
387391   ` ` `  
388392
3893934. Download and extract memtest86 binary (UEFI) 
@@ -401,7 +405,7 @@ We are now back in our `build environment` after setting up our `live system` an
401405   1. Create base point access file for  grub 
402406
403407      ` ` `  shell
404-       touch image/ubuntu 
408+       touch / image/ubuntu 
405409      ` ` `  
406410
407411   2. Create image/isolinux/grub.cfg 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments