Advertisement
Guest User

Untitled

a guest
Aug 30th, 2022
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.27 KB | None | 0 0
  1. Hardware model detected: Hewlett-Packard HP t620 Quad Core TC; UEFI mode: True
  2. Processor model detected: AMD GX-415GA SOC with Radeon(tm) HD Graphics
  3. Memory statistics: 2817156 available out of 3207040 total installed
  4. Could not detect virtual system: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n'
  5. System is not running in a VM: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n'
  6. Virtualization detected: None; is VM: None
  7. Graphics devices detected: dict_keys(['Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8330E]'])
  8. Disk states before installing: {'blockdevices': [{'name': 'loop0', 'fstype': 'squashfs', 'fsver': '4.0', 'label': None, 'uuid': None, 'fsavail': '0', 'fsuse%': '100%', 'mountpoints': ['/run/archiso/airootfs'], 'type': 'loop', 'size': '689.8M'}, {'name': 'sda', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '14.9G', 'children': [{'name': 'sda1', 'fstype': 'vfat', 'fsver': 'FAT32', 'label': None, 'uuid': 'F410-4334', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '511M'}, {'name': 'sda2', 'fstype': 'ext4', 'fsver': '1.0', 'label': None, 'uuid': 'b7cf1232-b2b5-4a49-b8cc-d158d4a3eeb4', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '14.4G'}]}, {'name': 'sdb', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_202207', 'uuid': '2022-07-01-13-20-00-00', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '115.6G', 'children': [{'name': 'sdb1', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_202207', 'uuid': '2022-07-01-13-20-00-00', 'fsavail': '0', 'fsuse%': '100%', 'mountpoints': ['/run/archiso/bootmnt'], 'type': 'part', 'size': '782M'}, {'name': 'sdb2', 'fstype': 'vfat', 'fsver': 'FAT16', 'label': 'ARCHISO_EFI', 'uuid': '4D09-F5F8', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '13M'}]}]}
  9. Testing connectivity to the Arch Linux mirrors ...
  10. Updating archlinux-keyring ...
  11. -- Chosen configuration --
  12. {
  13. "HSM": null,
  14. "__separator__": null,
  15. "additional-repositories": [
  16. "multilib"
  17. ],
  18. "archinstall-language": "English",
  19. "audio": null,
  20. "bootloader": "systemd-bootctl",
  21. "config_version": "2.5.0",
  22. "debug": false,
  23. "desktop-environment": "i3",
  24. "gfx_driver": "AMD / ATI (open-source)",
  25. "harddrives": [
  26. "/dev/sda"
  27. ],
  28. "hostname": "homeassistant",
  29. "kernels": [
  30. "linux-lts"
  31. ],
  32. "keyboard-layout": "us",
  33. "mirror-region": {},
  34. "mount_point": null,
  35. "nic": {},
  36. "ntp": true,
  37. "packages": [
  38. "lib32-mesa",
  39. "docker-compose"
  40. ],
  41. "plugin": null,
  42. "profile": {
  43. "path": "/usr/lib/python3.10/site-packages/archinstall/profiles/desktop.py"
  44. },
  45. "save_config": null,
  46. "script": "guided",
  47. "silent": false,
  48. "swap": true,
  49. "sys-encoding": "UTF-8",
  50. "sys-language": "en_US",
  51. "timezone": "America/New_York",
  52. "version": "2.5.0"
  53. }
  54. {
  55. "/dev/sda": {
  56. "partitions": [
  57. {
  58. "boot": true,
  59. "encrypted": false,
  60. "filesystem": {
  61. "format": "fat32"
  62. },
  63. "mountpoint": "/boot",
  64. "size": "512MiB",
  65. "start": "1MiB",
  66. "type": "primary",
  67. "wipe": true
  68. },
  69. {
  70. "encrypted": false,
  71. "filesystem": {
  72. "format": "ext4",
  73. "mount_options": []
  74. },
  75. "mountpoint": "/",
  76. "size": "100%",
  77. "start": "513MiB",
  78. "type": "primary",
  79. "wipe": true
  80. }
  81. ],
  82. "wipe": true
  83. }
  84. }
  85. Creating a new partition label on /dev/sda
  86. Adding partition to BlockDevice(/dev/sda, size=14.9GB, free_space=1031kB+1049kB+73.2kB, bus_type=sata), 1MiB->512MiB
  87. Adding partition using the following parted command: /dev/sda mkpart primary fat32 1MiB 512MiB
  88. Formatting /dev/sda1 -> vfat
  89. Could not locate mount information for /dev/sda1: ['/usr/bin/findmnt', '--json', '-R', '/dev/sda1'] exited with abnormal exit code [256]: b''
  90. Marking partition Partition(path=/dev/sda1, size=0.5, PARTUUID=E9CE-F30F, fs=vfat) as bootable.
  91. Setting boot on on (parted) partition index 1
  92. Adding partition to BlockDevice(/dev/sda, size=14.9GB, free_space=1031kB+1049kB+73.2kB, bus_type=sata), 513MiB->100%
  93. Adding partition using the following parted command: /dev/sda mkpart primary ext4 513MiB 100%
  94. Formatting /dev/sda2 -> ext4
  95. Could not locate mount information for /dev/sda2: ['/usr/bin/findmnt', '--json', '-R', '/dev/sda2'] exited with abnormal exit code [256]: b''
  96. Mounting / to /mnt/archinstall/ using Partition(path=/dev/sda2, size=14.4, PARTUUID=c71db200-37e4-4572-a4c3-c578ac2eea13, fs=ext4)
  97. Could not locate mount information for /dev/sda1: ['/usr/bin/findmnt', '--json', '-R', '/dev/sda1'] exited with abnormal exit code [256]: b''
  98. Mounting /boot to /mnt/archinstall/boot using Partition(path=/dev/sda1, size=0.5, PARTUUID=E9CE-F30F, fs=vfat)
  99. Using mount order: [('/', <function Installer.mount_ordered_layout.<locals>.<lambda> at 0x7fc139c19360>), ('/boot', <function Installer.mount_ordered_layout.<locals>.<lambda> at 0x7fc139c19480>)]
  100. Could not locate mount information for /dev/sda2: ['/usr/bin/findmnt', '--json', '-R', '/dev/sda2'] exited with abnormal exit code [256]: b''
  101. Could not locate mount information for /dev/sda2: ['/usr/bin/findmnt', '--json', '-R', '/dev/sda2'] exited with abnormal exit code [256]: b''
  102. Mounting Partition(path=/dev/sda2, size=14.4, PARTUUID=c71db200-37e4-4572-a4c3-c578ac2eea13, fs=ext4) to /mnt/archinstall/
  103. Getting mount information for device path /mnt/archinstall
  104. Could not locate mount information for /dev/sda1: ['/usr/bin/findmnt', '--json', '-R', '/dev/sda1'] exited with abnormal exit code [256]: b''
  105. Could not locate mount information for /dev/sda1: ['/usr/bin/findmnt', '--json', '-R', '/dev/sda1'] exited with abnormal exit code [256]: b''
  106. Mounting Partition(path=/dev/sda1, size=0.5, PARTUUID=E9CE-F30F, fs=vfat) to /mnt/archinstall/boot
  107. Getting mount information for device path /mnt/archinstall/boot
  108. Unreliable results might be given for /dev/sdb1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sdb'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sdb have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n'
  109. Unreliable results might be given for /dev/sdb1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sdb'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sdb have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n'
  110. Filtering available mounts {'/mnt/archinstall': Partition(path=/dev/sda2, size=14.4, PARTUUID=c71db200-37e4-4572-a4c3-c578ac2eea13, fs=ext4, mounted=/mnt/archinstall), '/run/archiso/bootmnt': Partition(path=/dev/sdb1, size=0.8, PARTUUID=None, fs=iso9660, mounted=/run/archiso/bootmnt), '/mnt/archinstall/boot': Partition(path=/dev/sda1, size=0.5, PARTUUID=E9CE-F30F, fs=vfat, mounted=/mnt/archinstall/boot)} to those under /mnt/archinstall
  111. Available partitions: {'/mnt/archinstall': Partition(path=/dev/sda2, size=14.4, PARTUUID=c71db200-37e4-4572-a4c3-c578ac2eea13, fs=ext4, mounted=/mnt/archinstall), '/mnt/archinstall/boot': Partition(path=/dev/sda1, size=0.5, PARTUUID=E9CE-F30F, fs=vfat, mounted=/mnt/archinstall/boot)}
  112. Waiting for automatic mirror selection (reflector) to complete.
  113. Waiting for dbus-org.freedesktop.timesync1.service to enter running state
  114. Unreliable results might be given for /dev/sdb1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sdb'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sdb have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n'
  115. Unreliable results might be given for /dev/sdb1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sdb'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sdb have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n'
  116. Filtering available mounts {'/mnt/archinstall': Partition(path=/dev/sda2, size=14.4, PARTUUID=c71db200-37e4-4572-a4c3-c578ac2eea13, fs=ext4, mounted=/mnt/archinstall), '/run/archiso/bootmnt': Partition(path=/dev/sdb1, size=0.8, PARTUUID=None, fs=iso9660, mounted=/run/archiso/bootmnt), '/mnt/archinstall/boot': Partition(path=/dev/sda1, size=0.5, PARTUUID=E9CE-F30F, fs=vfat, mounted=/mnt/archinstall/boot)} to those under /mnt/archinstall
  117. Available partitions: {'/mnt/archinstall': Partition(path=/dev/sda2, size=14.4, PARTUUID=c71db200-37e4-4572-a4c3-c578ac2eea13, fs=ext4, mounted=/mnt/archinstall), '/mnt/archinstall/boot': Partition(path=/dev/sda1, size=0.5, PARTUUID=E9CE-F30F, fs=vfat, mounted=/mnt/archinstall/boot)}
  118. System is not running in a VM: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n'
  119. The multilib flag is set. This system will be installed with the multilib repository enabled.
  120. The testing flag is not set. This system will be installed without testing repositories enabled.
  121. Installing packages: ['base', 'base-devel', 'linux-firmware', 'linux-lts', 'amd-ucode']
  122. Enabling periodic TRIM
  123. Enabling service fstrim.timer
  124. Setting up swap on zram
  125. Installing packages: ('zram-generator',)
  126. Enabling service systemd-zram-setup@zram0.service
  127. Unreliable results might be given for /dev/sdb1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sdb'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sdb have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n'
  128. Unreliable results might be given for /dev/sdb1 due to partprobe error: ['/usr/bin/partprobe', '/dev/sdb'] exited with abnormal exit code [256]: b'Error: Partition(s) 1 on /dev/sdb have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.\r\n'
  129. Filtering available mounts {'/mnt/archinstall': Partition(path=/dev/sda2, size=14.4, PARTUUID=c71db200-37e4-4572-a4c3-c578ac2eea13, fs=ext4, mounted=/mnt/archinstall), '/run/archiso/bootmnt': Partition(path=/dev/sdb1, size=0.8, PARTUUID=None, fs=iso9660, mounted=/run/archiso/bootmnt), '/mnt/archinstall/boot': Partition(path=/dev/sda1, size=0.5, PARTUUID=E9CE-F30F, fs=vfat, mounted=/mnt/archinstall/boot)} to those under /mnt/archinstall
  130. Available partitions: {'/mnt/archinstall': Partition(path=/dev/sda2, size=14.4, PARTUUID=c71db200-37e4-4572-a4c3-c578ac2eea13, fs=ext4, mounted=/mnt/archinstall), '/mnt/archinstall/boot': Partition(path=/dev/sda1, size=0.5, PARTUUID=E9CE-F30F, fs=vfat, mounted=/mnt/archinstall/boot)}
  131. Adding bootloader systemd-bootctl to Partition(path=/dev/sda1, size=0.5, PARTUUID=E9CE-F30F, fs=vfat, mounted=/mnt/archinstall/boot)
  132. Installing packages: ('efibootmgr',)
  133. System is not running in a VM: ['/usr/bin/systemd-detect-virt'] exited with abnormal exit code [256]: b'none\r\n'
  134. Getting mount information for device path /mnt/archinstall
  135. Identifying root partition by PARTUUID on Partition(path=/dev/sda2, size=14.4, PARTUUID=c71db200-37e4-4572-a4c3-c578ac2eea13, fs=ext4, mounted=/mnt/archinstall), looking for '46964f31-2df3-463f-82ac-1788d4ae59a7'.
  136. No audio server will be installed.
  137. Installing packages: ['lib32-mesa', 'docker-compose']
  138. Installing archinstall profile Profile(desktop)
  139. Installing packages: ['nano', 'vim', 'openssh', 'htop', 'wget', 'iwd', 'wireless_tools', 'wpa_supplicant', 'smartmontools', 'xdg-utils']
  140. Installing archinstall profile Profile(i3)
  141. Installing packages: ['i3lock', 'i3status', 'i3blocks', 'xterm']
  142. Installing archinstall profile Profile(xorg)
  143. Installing packages: ('xorg-server xorg-xinit mesa xf86-video-amdgpu xf86-video-ati libva-mesa-driver vulkan-radeon',)
  144. Installing packages: ['lightdm-gtk-greeter', 'lightdm', 'dmenu']
  145. Enabling service lightdm
  146. Installing packages: ('i3-gaps',)
  147. Creating user emmy
  148. Setting password for emmy
  149. Activating systemd-timesyncd for time synchronization using Arch Linux and ntp.org NTP servers.
  150. Enabling service systemd-timesyncd
  151. Setting password for root
  152. Setting keyboard language to us
  153. Keyboard language for this installation is now set to: us
  154. Updating /mnt/archinstall/etc/fstab
  155. For post-installation tips, see https://wiki.archlinux.org/index.php/Installation_guide#Post-installation
  156. Installation completed without any errors. You may now reboot.
  157.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement