Advertisement
Guest User

Installation Issues

a guest
Nov 2nd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. live@solus ~ $ sudo os-installer-gtk
  2. /usr/lib/python2.7/site-packages/os_installer2/mainwindow.py:272: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  3. self.installer_stack.set_visible_child_name(page.get_name())
  4. /usr/bin/os-installer-gtk:50: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  5. r = app.run(sys.argv)
  6. WARNING: Failed to connect to lvmetad. Falling back to device scanning.
  7. No matching physical volumes found
  8. WARNING: Failed to connect to lvmetad. Falling back to device scanning.
  9. Reading all physical volumes. This may take a while...
  10. WARNING: Failed to connect to lvmetad. Falling back to device scanning.
  11. resize2fs 1.42.13 (17-May-2015)
  12. Analyzing installation configuration
  13. Simulating disk operations
  14. SIMULATING
  15. Create msdos partition table on /dev/sda
  16. Create 300.00 MB /boot partition on /dev/sda
  17. Create 999.90 GB physical volume on /dev/sda
  18. Create volume group 'SolusSystem' on /dev/sda
  19. Create logical volume 'Swap' on group 'SolusSystem'
  20. Format /dev/SolusSystem/Swap as swap partition
  21. Use /dev/SolusSystem/Swap as swap partition
  22. Create logical volume 'Root' on group 'SolusSystem'
  23. Format /dev/SolusSystem/Root as ext4 root partition
  24. NO LONGER SIMULATING
  25. Create msdos partition table on /dev/sda
  26. Create 300.00 MB /boot partition on /dev/sda
  27. Create 999.90 GB physical volume on /dev/sda
  28. Create volume group 'SolusSystem' on /dev/sda
  29. Create logical volume 'Swap' on group 'SolusSystem'
  30. Format /dev/SolusSystem/Swap as swap partition
  31. Use /dev/SolusSystem/Swap as swap partition
  32. Create logical volume 'Root' on group 'SolusSystem'
  33. Format /dev/SolusSystem/Root as ext4 root partition
  34. Verifying existence of /dev/sda1
  35. Applying operation: Create 300.00 MB /boot partition on /dev/sda
  36. mke2fs 1.42.13 (17-May-2015)
  37. /dev/sda1 alignment is offset by 1536 bytes.
  38. This may result in very poor performance, (re)-partitioning suggested.
  39. Creating filesystem with 292968 1k blocks and 73440 inodes
  40. Filesystem UUID: 1582ddbd-0808-422c-a8fd-32a24efed8cd
  41. Superblock backups stored on blocks:
  42. 8193, 24577, 40961, 57345, 73729, 204801, 221185
  43.  
  44. Allocating group tables: done
  45. Writing inode tables: done
  46. Creating journal (8192 blocks): done
  47. Writing superblocks and filesystem accounting information: done
  48.  
  49. Verifying existence of /dev/sda2
  50. Applying operation: Create 999.90 GB physical volume on /dev/sda
  51. WARNING: Failed to connect to lvmetad. Falling back to device scanning.
  52. Physical volume "/dev/sda2" successfully created.
  53. Applying operation: Create volume group 'SolusSystem' on /dev/sda
  54. WARNING: Failed to connect to lvmetad. Falling back to device scanning.
  55. Volume group "SolusSystem" successfully created
  56. Applying operation: Create logical volume 'Swap' on group 'SolusSystem'
  57. WARNING: Failed to connect to lvmetad. Falling back to device scanning.
  58. Rounding up size to full physical extent 3.73 GiB
  59. Logical volume "Swap" created.
  60. Applying operation: Format /dev/SolusSystem/Swap as swap partition
  61. Setting up swapspace version 1, size = 3.7 GiB (4001361920 bytes)
  62. no label, UUID=cdffbe68-482b-404f-bc8d-e79b32c5a313
  63. Applying operation: Create logical volume 'Root' on group 'SolusSystem'
  64. WARNING: Failed to connect to lvmetad. Falling back to device scanning.
  65. Logical volume "Root" created.
  66. Applying operation: Format /dev/SolusSystem/Root as ext4 root partition
  67. mke2fs 1.42.13 (17-May-2015)
  68. Creating filesystem with 243139584 4k blocks and 60792832 inodes
  69. Filesystem UUID: 166a51c3-046d-4c46-9d52-5769cdcfc68c
  70. Superblock backups stored on blocks:
  71. 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
  72. 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
  73. 102400000, 214990848
  74.  
  75. Allocating group tables: done
  76. Writing inode tables: done
  77. Creating journal (32768 blocks): done
  78. Writing superblocks and filesystem accounting information: done
  79.  
  80. DEBUG: / (/dev/SolusSystem/Root) mounted at /tmp/tmpPnBHOGinstaller
  81. DEBUG: /boot (/dev/sda1) mounted at /tmp/tmpPnBHOGinstaller/boot
  82. Need to copy 3425243136 bytes
  83. Unmounting filesystems - might take a while
  84. Finished idle_monitor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement