How to remove GRUB from Windows laptop (MS Surface Pro 3) - the 4x BootRec commands did not work
=====================
- Run a
cmd.exe
process with administrator privileges
cmd.exe
- Run
diskpart
// Youtube tutorial here: https://youtu.be/LDgPTw6tePk | |
// These functions are designed to be exported, but you could create a class instead. See tutorial video. | |
// #1 proper case | |
export const properCase = (string) => { | |
return `${string[0].toUpperCase()}${string.slice(1).toLowerCase()}`; | |
}; | |
How to remove GRUB from Windows laptop (MS Surface Pro 3) - the 4x BootRec commands did not work
=====================
cmd.exe
process with administrator privileges cmd.exe
diskpart
git
, make
, diffutils
, and gcc
installed, e.g. with pacman -S git make diffutils mingw-w64-x86_64-gcc
.git clone https://github.com/ocaml/ocaml.git
.git submodule update --init
../configure
, then make
, and then install with make install
.At this point ocaml
, ocamlc
, and ocamlopt
is already installed on the MSYS2 MinGW64 environment, but you'll hit by error like "Unbound module Stdlib".
standard_library
location via ocamlc -config
, should be /mingw64/lib/ocaml
.