Compare commits

..

1 Commits

Author SHA1 Message Date
Adrian 9927855e53 New Hybrid Boot documentation 2019-01-07 15:46:21 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -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