Update README.md

This commit is contained in:
Marcos Tischer Vallim 2019-06-30 14:41:35 -03:00 committed by GitHub
parent 24b58dc92d
commit 315ce2edf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -409,8 +409,11 @@ sudo umount $HOME/live-ubuntu-from-scratch/chroot/run
}
menuentry "Test memory Memtest86 (UEFI, long load time)" {
insmod part_gpt
insmod search_fs_uuid
insmod chain
loopback loop /install/memtest86
chainloader (loop,1)/EFI/BOOT/BOOTX64.efi
chainloader (loop,1)/efi/boot/BOOTX64.efi
}
EOF
```