File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -179,27 +179,27 @@ sudo rm -f ~/.bash_history
179
179
15 . To bring a Generation 2 VM on Azure, follow these steps:
180
180
181
181
182
- 1 . Change directory to the boot EFI directory:
182
+ 16 . Change directory to the boot EFI directory:
183
183
``` bash
184
184
cd /boot/efi/EFI
185
185
```
186
186
187
- 1 . Copy the ubuntu directory to a new directory named boot:
187
+ 17 . Copy the ubuntu directory to a new directory named boot:
188
188
``` bash
189
189
sudo cp -r ubuntu/ boot
190
190
```
191
191
192
- 1 . Change directory to the newly created boot directory:
192
+ 18 . Change directory to the newly created boot directory:
193
193
``` bash
194
194
cd boot
195
195
```
196
196
197
- 1 . Rename the shimx64.efi file:
197
+ 19 . Rename the shimx64.efi file:
198
198
``` bash
199
199
sudo mv shimx64.efi bootx64.efi
200
200
```
201
201
202
- 1 . Rename the grub.cfg file to bootx64.cfg:
202
+ 20 . Rename the grub.cfg file to bootx64.cfg:
203
203
``` bash
204
204
sudo mv grub.cfg bootx64.cfg
205
205
```
You can’t perform that action at this time.
0 commit comments