userdoc:hosted_guest_vm_linode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userdoc:hosted_guest_vm_linode [2018/05/30 07:25]
abelbeck
userdoc:hosted_guest_vm_linode [2022/01/25 21:14] (current)
abelbeck
Line 56: Line 56:
 Installer Profile: Installer Profile:
  
-!!Tip ->!! Don't miss the boot device is ''/dev/sdb''+!!Tip ->!! Don't miss that the boot device is set to ''/dev/sdb''
  
 {{:userdoc:hosted_guest_vm_linode_installer-config.jpeg?nolink|Installer Config}} {{:userdoc:hosted_guest_vm_linode_installer-config.jpeg?nolink|Installer Config}}
Line 65: Line 65:
  
 Using "Rescue Mode" ''dd'' copy the AstLinux ISO Installer to the raw installer image, Using "Rescue Mode" ''dd'' copy the AstLinux ISO Installer to the raw installer image,
-We boot into the rescue Linux image to copy the AstLinux Install ISO onto the raw installer disk.  Note where the installer disk is mounted, assuming ''/dev/sda''.+we boot into the rescue Linux image to copy the AstLinux Install ISO onto the raw installer disk.  Note where the installer disk is mounted, assuming ''/dev/sda''.
  
 {{:userdoc:hosted_guest_vm_linode-rescue.jpeg?nolink|Rescue Mode}} {{:userdoc:hosted_guest_vm_linode-rescue.jpeg?nolink|Rescue Mode}}
Line 73: Line 73:
 Access Lish via "Lish via SSH" using Linodes -> Remote Access Access Lish via "Lish via SSH" using Linodes -> Remote Access
  
-This example command copies the AstLinux 1.3.3 ISO onto ''/dev/sda'', adjust accordingly.+This example command copies the AstLinux 1.3.3 "Guest VM x86-64bit" ISO onto ''/dev/sda'', adjust accordingly.
  
-  curl --capath /usr/share/ca-certificates/mozilla https://s3.amazonaws.com/mirror.astlinux-project/downloads/iso/astlinux-1.3.3-genx86_64-vm.iso | dd of=/dev/sda+  curl -L --capath /usr/share/ca-certificates/mozilla https://astlinux-project.org/mirror/downloads/iso/astlinux-1.3.3-genx86_64-vm.iso | dd of=/dev/sda
  
 Look for any errors with the ''curl'' and ''dd'' commands. Look for any errors with the ''curl'' and ''dd'' commands.
Line 118: Line 118:
 to this... to this...
   ttyS0::respawn:/sbin/getty -L 19200 /dev/ttyS0 vt100   ttyS0::respawn:/sbin/getty -L 19200 /dev/ttyS0 vt100
 +
 +!!Tip ->!! You may want to replace ''vt100'' with ''xterm-color'' as the ''TERM'' variable setting.
  
 Reboot AstLinux to apply the change. Reboot AstLinux to apply the change.
  • userdoc/hosted_guest_vm_linode.1527683134.txt.gz
  • Last modified: 2018/05/30 07:25
  • by abelbeck