Anonymous

Changes

From Pumping Station One
Line 61: Line 61:  
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
pacman -S syslinux
 
pacman -S syslinux
 +
</syntaxhighlight>
 +
 +
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">
 +
dd if=/usr/lib/syslinux/bios/gptmbr.bin of=/dev/vda
 
</syntaxhighlight>
 
</syntaxhighlight>
   Line 67: Line 72:  
ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux/
 
ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux/
 
extlinux --install /boot/syslinux
 
extlinux --install /boot/syslinux
</syntaxhighlight>
  −
  −
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">
  −
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.