devdoc:devdoc_switch_genx86_64_and_vm

This is an old revision of the document!


Switching Images between genx86_64 and genx86_64-vm

Beginning with AstLinux 1.3.0, you may do an upgrade-switch to/from genx86_64 and genx86_64-vm. This may be particularly useful with VMware installations that were originally deployed with the bare-metal genx86_64 (VGA console) image, and with new features of AstLinux 1.3 you may want to switch to the VM-kernel genx86_64-vm (VGA console) image.

Info -> List of board types

Switching images requires using the CLI and SVN r8390 or later. You must see the trailing [32|64|vm] with the following:

pbx ~ # upgrade-run-image 
Usage: upgrade-run-image check|upgrade|show|revert firmware_repository_url [32|64|vm]

Example 1 - Currently using genx86_64, switch to genx86_64-vm:

upgrade-run-image check http://bla-bla.tld/beta-firmware-1.x vm
(if it looks good, then)
upgrade-run-image upgrade http://bla-bla.tld/beta-firmware-1.x vm

Example 2 - Currently using genx86_64-vm image, switch to genx86_64:

upgrade-run-image check http://bla-bla.tld/beta-firmware-1.x 64
(if it looks good, then)
upgrade-run-image upgrade http://bla-bla.tld/beta-firmware-1.x 64

Tip -> You may need to first do an upgrade-run-image revert (no reboot) to be able to upgrade if the repo versions match.

  • devdoc/devdoc_switch_genx86_64_and_vm.1497186350.txt.gz
  • Last modified: 2017/06/11 08:05
  • by abelbeck