Update README.md

This commit is contained in:
Zach Dykstra 2020-01-07 20:56:15 -06:00 committed by GitHub
parent f30d88bac0
commit 9a4805cfec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 4 deletions

View File

@ -158,6 +158,18 @@ The operation has completed successfully.
Adjust the partition (=1) as needed.
Copy the the required `.c32` files to `/boot/syslinux`.
```
# cp /usr/lib/syslinux/*.c32 /boot/syslinux
```
Install extlinux.
```
# extlinux --install /boot/syslinux
/boot/syslinux is device /dev/sdb1
```
Install the syslinux MBR data.
```
@ -169,11 +181,7 @@ Install the syslinux MBR data.
Adjust the target device (/dev/sdb) as needed.
Copy the the required `.c32` files to `/boot/syslinux`.
```
# cp /usr/lib/syslinux/*.c32 /boot/syslinux
```
Set `Copies=3` in `/etc/zfsbootmenu/config.ini` under the `[syslinux]` section, and then run `generate-zbm`;