@@ -70,8 +70,8 @@ Identify the virtual machines (VMs) to migrate on your VMware platform:
7070### Identify VMs to migrate
7171
72721 . Review the VMs in the VMware environment to determine which ones to migrate.
73- 2 . Ensure the VM boots with UEFI (not Legacy BIOS), as Scaleway Instances require UEFI.
74- 3 . Match the VM’s resource requirements (CPU, RAM, storage) to an appropriate Scaleway Instance type:
73+ 2 . Ensure the VMs boot with UEFI (not Legacy BIOS), as Scaleway Instances require UEFI.
74+ 3 . Match each VM’s resource requirements (CPU, RAM, storage) to an appropriate Scaleway Instance type:
7575 - For Windows VMs, use a POP2-WIN Instance (e.g., POP2-8C-32G-WIN).
7676 - For RHEL VMs, use a General-Purpose Instance (e.g., POP2-8C-32G).
77774 . Refer to [ Validating the inventory of machines to migrate] ( #validating-the-inventory-of-machines-to-migrate ) for detailed guidance.
@@ -86,7 +86,7 @@ This section outlines the migration of a Windows 2019 or 2022 VM with a single v
8686 - Image: Ubuntu 24.04 Noble Bat.
8787 - Block Storage: At least twice the storage size of the VM to be migrated.
8888 - SSH Key: Configure an SSH key for access.
89- 2 . Connect to the Instance via SSH.
89+ 2 . [ Connect to the Instance via SSH] ( /instances/how-to/connect-to-instance/ ) .
90903 . Install the required migration tools:
9191
9292 ``` shell
@@ -140,7 +140,7 @@ This section outlines the migration of a Windows 2019 or 2022 VM with a single v
140140
141141#### Preparing the Windows VM in VMware
142142
143- 1 . Optional: Configure serial Console output (for viewing boot sequences in Scaleway’s console):
143+ 1 . Optional: Configure serial console output (for viewing boot sequences in Scaleway’s console):
144144
145145 In PowerShell (on the Windows VM):
146146
@@ -210,7 +210,7 @@ This section outlines the migration of a Windows 2019 or 2022 VM with a single v
210210 virt-v2v -i disk vmware-to-migrate/vmware-to-migrate.qcow2 -block-driver virtio-scsi -o qemu -os ./out
211211 ```
212212
213- 3 . Upload and apply the Static IP Script :
213+ 3 . Upload and apply the static IP script :
214214 - Upload ` set_if.ps1 ` to the converter Instance (e.g., via ` scp ` ).
215215 - Copy the script to the VM image:
216216
@@ -282,14 +282,14 @@ This section outlines the migration of a Windows 2019 or 2022 VM with a single v
282282
283283# ### Creating snapshot, Block Volume, and Instance
284284
285- 1. Convert and Upload the Image :
285+ 1. Convert and Upload the image :
286286
287287 ` ` ` shell
288288 qemu-img convert -p -Oqcow2 out/vmware-to-migrate-sda out/vmware-to-migrate.qcow2
289289 aws s3 cp out/vmware-to-migrate.qcow2 s3://< bucket_name> /vmware-to-migrate.qcow2
290290 ` ` `
291291
292- 2. Import as a Snapshot :
292+ 2. Import as a snapshot :
293293
294294 ` ` ` shell
295295 scw block snapshot import-from-object-storage bucket=< bucket_name> key=vmware-to-migrate.qcow2 name=vmware-to-migrate
@@ -301,7 +301,7 @@ This section outlines the migration of a Windows 2019 or 2022 VM with a single v
301301 scw instance server create name=windows-vm image=none root-volume=sbs:< snapshot_uuid> type=POP2-8C-32G-WIN admin-password-encryption-ssh-key-id=< ssh_key_uuid>
302302 ` ` `
303303
304- 4. Generate RDP Credentials :
304+ 4. Generate RDP credentials :
305305
306306 ` ` ` shell
307307 scw instance server get-rdp-password < server_uuid> key=~ /.ssh/< private_key_path>
@@ -345,7 +345,7 @@ This section outlines the migration of an RHEL 9 VM with a single volume to a Sc
345345 yum install python3-libguestfs virt-v2v
346346 ` ` `
347347
348- 4. Configure Credentials :
348+ 4. Configure credentials :
349349 - Scaleway CLI: Run ` scw init` .
350350 - AWS CLI for Object Storage: Refer to [Using Object Storage with the AWS-CLI](/object-storage/api-cli/object-storage-aws-cli/).
351351 - Adjust ` multipart_chunksize` in ` ~/.aws/config` for large file uploads.
@@ -359,9 +359,9 @@ This section outlines the migration of an RHEL 9 VM with a single volume to a Sc
359359
360360# ### Converting the VM on the Converter Instance
361361
362- 1. Upload or Export the VM image:
362+ 1. Upload or export the VM image:
363363 - Use ` govc` (as shown in the Windows section) or upload the ` .ova` /` .vmdk` file manually.
364- 2. Extract the ` .ova` File (if applicable):
364+ 2. Extract the ` .ova` file (if applicable):
365365
366366 ` ` ` shell
367367 tar xf < VM_NAME> .ova
@@ -384,13 +384,13 @@ This section outlines the migration of an RHEL 9 VM with a single volume to a Sc
384384
385385# ### Creating snapshot, Block Volume, and Instance
386386
387- 1. Upload the Image :
387+ 1. Upload the image :
388388
389389 ` ` ` shell
390390 aws s3 cp povrhel9_scaleway.qcow2 s3://< bucket_name> /povrhel9_scaleway.qcow2
391391 ` ` `
392392
393- 2. Import as a Snapshot :
393+ 2. Import as a snapshot :
394394
395395 ` ` ` shell
396396 scw block snapshot import-from-object-storage bucket=< bucket_name> key=povrhel9_scaleway.qcow2 name=rhel9-vm
0 commit comments