Changes

Jump to navigation Jump to search
Line 80: Line 80:  
Install syslinux's GPT MBR (Master Boot Record) to the root of MBR.  This will sit in the 2048 of reserved space from when we partitioned the drive.
 
Install syslinux's GPT MBR (Master Boot Record) to the root of MBR.  This will sit in the 2048 of reserved space from when we partitioned the drive.
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/bios/gptmbr.bin of=/dev/vda
+
dd if=/usr/lib/syslinux/bios/gptmbr.bin of=/dev/vda
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu