From 74c8d84631696a24bf5153d8401f23443fb110ee Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 5 Nov 2019 21:49:10 +0300 Subject: [PATCH] fix dd command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 451dc75..2f7a80d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ sudo unmount /mnt Write this image to a USB drive (replace `/dev/sdX` with your USB drive device name): ``` -dd if=./bios.img of=/dev/sdX bs=1M +sudo dd if=./bios.img of=/dev/sdX bs=1M ``` Now reboot and press F1 to enter BIOS settings. Open the **Startup** tab and set the startup mode to **Legacy Only** (or **Legacy First**):