We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ada35 commit 3a2e94eCopy full SHA for 3a2e94e
articles/virtual-machines/linux/create-upload-ubuntu.md
@@ -180,31 +180,26 @@ sudo rm -f ~/.bash_history
180
181
182
1. Change directory to the boot EFI directory:
183
-
184
```bash
185
cd /boot/efi/EFI
186
```
187
188
2. Copy the ubuntu directory to a new directory named boot:
189
190
191
sudo cp -r ubuntu/ boot
192
193
194
3. Change directory to the newly created boot directory:
195
196
197
cd boot
198
199
200
4. Rename the shimx64.efi file:
201
202
203
sudo mv shimx64.efi bootx64.efi
204
205
206
5. Rename the grub.cfg file to bootx64.cfg:
207
208
209
sudo mv grub.cfg bootx64.cfg
210
0 commit comments