Skip to content

Commit 3a2e94e

Browse files
authored
Update create-upload-ubuntu.md
1 parent d0ada35 commit 3a2e94e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

articles/virtual-machines/linux/create-upload-ubuntu.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,31 +180,26 @@ sudo rm -f ~/.bash_history
180180

181181

182182
1. Change directory to the boot EFI directory:
183-
184183
```bash
185184
cd /boot/efi/EFI
186185
```
187186

188187
2. Copy the ubuntu directory to a new directory named boot:
189-
190188
```bash
191189
sudo cp -r ubuntu/ boot
192190
```
193191

194192
3. Change directory to the newly created boot directory:
195-
196193
```bash
197194
cd boot
198195
```
199196

200197
4. Rename the shimx64.efi file:
201-
202198
```bash
203199
sudo mv shimx64.efi bootx64.efi
204200
```
205201

206202
5. Rename the grub.cfg file to bootx64.cfg:
207-
208203
```bash
209204
sudo mv grub.cfg bootx64.cfg
210205
```

0 commit comments

Comments
 (0)