diff --git a/doc/Hybrid-Boot/README.md b/doc/Hybrid-Boot/README.md index b5d654f..ca80ad0 100644 --- a/doc/Hybrid-Boot/README.md +++ b/doc/Hybrid-Boot/README.md @@ -22,6 +22,7 @@ Install the following packages: * The last partition is optional: it can be used to make changes of Ubuntu persistent * Set the `dev` variable accordingly + dev=/path/to/dev @@ -39,6 +40,7 @@ Install the following packages: * The labels are set for easier configuration of GRUB * The first partition is not formatted as it will be used by GRUB to store its executable code + mkdosfs -F 16 -n hybrid-boot /dev/disk/by-partuuid/49494645-4949-4949-b741-44495858580a mkntfs -Q -L hybrid-winre /dev/disk/by-partuuid/524e4957-4945-4949-b741-44495858580a @@ -49,6 +51,7 @@ Install the following packages: * Set the `mnt` variable accordingly + mnt=/path/to/mount @@ -99,6 +102,7 @@ The `persistent` parameter is only useful, if the persistence partition was crea * Set the `cdrom` and `winre` variables accordingly + cdrom=/path/to/windows-iso winre=/path/to/winre-mnt