Advertisement
Guest User

archinstalllog

a guest
Nov 6th, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. 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': '673.7M'}, {'name': 'sda', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '465.8G', 'children': [{'name': 'sda1', 'fstype': 'ntfs', 'fsver': None, 'label': 'Recovery', 'uuid': 'D8C4BC2FC4BC122C', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '512M'}, {'name': 'sda2', 'fstype': 'ext4', 'fsver': '1.0', 'label': None, 'uuid': 'a1b8b442-bf09-48c4-9a4d-885108d8c69a', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '465.3G'}]}, {'name': 'sdb', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_202111', 'uuid': '2021-11-01-07-53-41-00', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'disk', 'size': '14.5G', 'children': [{'name': 'sdb1', 'fstype': 'iso9660', 'fsver': 'Joliet Extension', 'label': 'ARCH_202111', 'uuid': '2021-11-01-07-53-41-00', 'fsavail': '0', 'fsuse%': '100%', 'mountpoints': ['/run/archiso/bootmnt'], 'type': 'part', 'size': '760M'}, {'name': 'sdb2', 'fstype': 'vfat', 'fsver': 'FAT16', 'label': 'ARCHISO_EFI', 'uuid': 'D326-2B49', 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'part', 'size': '86M'}]}, {'name': 'sr0', 'fstype': None, 'fsver': None, 'label': None, 'uuid': None, 'fsavail': None, 'fsuse%': None, 'mountpoints': [None], 'type': 'rom', 'size': '1024M'}]}
  2. Unknown blockdevice type for /dev/sr0: rom
  3. You can skip selecting a drive and partitioning and use whatever drive-setup is mounted at /mnt (experimental)
  4. BlockDevice(/dev/sda) contains the following partitions:
  5. Partition(path=/dev/sda1, size=512M, fs=ntfs) (Filesystem not supported)
  6. Partition(path=/dev/sda2, size=465.3G, fs=ext4)
  7. No network configuration was selected. Network is going to be unavailable until configured manually!
  8. Hardware time and other post-configuration steps might be required in order for NTP to work. For more information, please check the Arch wiki.
  9. -- Guided template chosen (with below config) --
  10. {
  11. "!root-password": "******",
  12. "audio": "pulseaudio",
  13. "bootloader": "grub-install",
  14. "filesystem": "ext4",
  15. "harddrive": {
  16. "model": "CT500MX500SSD1",
  17. "path": "/dev/sda",
  18. "size": "465.8G"
  19. },
  20. "hostname": "araneae",
  21. "kernels": [
  22. "linux"
  23. ],
  24. "keyboard-language": "it",
  25. "mirror-region": {},
  26. "nic": {},
  27. "ntp": true,
  28. "packages": [],
  29. "profile": {
  30. "path": "/usr/lib/python3.9/site-packages/archinstall/profiles/desktop.py"
  31. },
  32. "script": "guided",
  33. "superusers": {
  34. "webster": {
  35. "!password": "******"
  36. }
  37. },
  38. "sys-encoding": "utf-8",
  39. "sys-language": "en_US",
  40. "timezone": "Europe/Rome",
  41. "users": {}
  42. }
  43. Wiping BlockDevice(/dev/sda) by using partition format 1
  44. Using and formatting the entire BlockDevice(/dev/sda).
  45. Adding partition to BlockDevice(/dev/sda)
  46. Adding partition to BlockDevice(/dev/sda)
  47. Set the root partition Partition(path=/dev/sda2, size=465.3G, fs=ext4) to use filesystem ext4.
  48. Partition Partition(path=/dev/sda1, size=512M, fs=vfat, rel_mountpoint=/boot) is a boot partition and has content inside.
  49. Did not format Partition(path=/dev/sda1, size=512M, fs=vfat, rel_mountpoint=/boot) because .safe_to_format() returned False or .allow_formatting was False.
  50. Formatting /dev/sda2 -> ext4
  51. Mounting Partition(path=/dev/sda2, size=465.3G, fs=ext4, rel_mountpoint=/) to /mnt
  52. Mounting Partition(path=/dev/sda1, size=512M, fs=vfat, rel_mountpoint=/boot) to /mnt/boot
  53. Waiting for automatic mirror selection (reflector) to complete.
  54. Installing packages: ['base', 'base-devel', 'linux-firmware', 'linux', 'intel-ucode']
  55. Installing packages: ('grub',)
  56. Adding bootloader grub-install to Partition(path=/dev/sda2, size=-1, fs=ext4, mounted=/mnt)
  57. Installing packages: ('grub',)
  58. Installing packages: ('efibootmgr',)
  59. This audio server will be used: pulseaudio
  60. Installing packages: ('pulseaudio',)
  61. Installing network profile Profile(desktop)
  62. Installing packages: ['nano', 'vim', 'openssh', 'htop', 'wget', 'iwd', 'wireless_tools', 'wpa_supplicant', 'smartmontools', 'xdg-utils']
  63. Installing network profile Profile(awesome)
  64. Installing network profile Profile(xorg)
  65. Installing packages: ('xorg-server xorg-xinit mesa xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware libva-mesa-driver libva-intel-driver intel-media-driver vulkan-radeon vulkan-intel',)
  66. Installing packages: ['awesome', 'xorg-xrandr', 'xterm', 'feh', 'slock', 'terminus-font', 'gnu-free-fonts', 'ttf-liberation', 'xsel']
  67. Installing packages: ['nemo', 'gpicview', 'maim', 'alacritty']
  68. Creating user webster
  69. Setting password for webster
  70. Enabling sudo permissions for webster.
  71. Installing and activating NTP.
  72. Installing packages: ('ntp',)
  73. Enabling service ntpd
  74. Setting password for root
  75. Keyboard language for this installation is now set to: it
  76. For post-installation tips, see https://wiki.archlinux.org/index.php/Installation_guide#Post-installation
  77. Updating /mnt/etc/fstab
  78. Installation completed without any errors. You may now reboot.
  79.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement