diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2019-11-05 21:49:10 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.com> | 2019-11-05 21:49:10 +0300 |
commit | 74c8d84631696a24bf5153d8401f23443fb110ee (patch) | |
tree | 8b3aba48547695dcb60f298c37a8f12604ccacb4 | |
parent | 2c305b417dd4c13148f2b4dadfb4046858e56b3b (diff) |
fix dd command
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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**): |