Guest User

endavourarm

a guest
Sep 19th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.75 KB | None | 0 0
  1. [liveuser@eos-2020.09.19 ~]$ git clone https://github.com/endeavouros-arm/image-install.git
  2. Cloning into 'image-install'...
  3. remote: Enumerating objects: 108, done.
  4. remote: Counting objects: 100% (108/108), done.
  5. remote: Compressing objects: 100% (96/96), done.
  6. remote: Total 108 (delta 36), reused 21 (delta 8), pack-reused 0
  7. Receiving objects: 100% (108/108), 39.75 KiB | 515.00 KiB/s, done.
  8. Resolving deltas: 100% (36/36), done.
  9. [liveuser@eos-2020.09.19 ~]$ cd image-install/
  10. [liveuser@eos-2020.09.19 image-install]$ ls
  11. install_image.sh  LICENSE  README.md
  12. [liveuser@eos-2020.09.19 image-install]$ sudo su
  13. [root@archiso image-install]# ls -l
  14. total 48
  15. -rwxr-xr-x 1 liveuser users  7519 Sep 19 20:01 install_image.sh
  16. -rw-r--r-- 1 liveuser users 35149 Sep 19 20:01 LICENSE
  17. -rw-r--r-- 1 liveuser users   997 Sep 19 20:01 README.md
  18. [root@archiso image-install]# ./
  19. .git/             install_image.sh  
  20. [root@archiso image-install]# ./
  21. .git/             install_image.sh  
  22. [root@archiso image-install]# ./install_image.sh
  23.  
  24. Partitioning, & formatting storage device...
  25.  
  26. Partitioning storage device /dev/sdc...
  27.  
  28. Formatting storage device /dev/sdc...
  29.  
  30. If "/dev/sdx contains a ext4 file system Labelled XXXX" or similar appears, Enter: y
  31.  
  32.  
  33. mkfs.fat 4.1 (2017-01-24)
  34. Creating filesystem with 7725312 4k blocks and 1933312 inodes
  35. Filesystem UUID: 2db279c6-5c13-418e-bcf0-e1c237c5ae07
  36. Superblock backups stored on blocks:
  37.     32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
  38.     4096000
  39.  
  40. Allocating group tables: done                            
  41. Writing inode tables: done                            
  42. Creating journal (32768 blocks): done
  43. Writing superblocks and filesystem accounting information: done  
  44.  
  45. --2020-09-19 20:03:01--  http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz
  46. Resolving os.archlinuxarm.org (os.archlinuxarm.org)... 50.116.36.110
  47. Connecting to os.archlinuxarm.org (os.archlinuxarm.org)|50.116.36.110|:80... connected.
  48. HTTP request sent, awaiting response... 302 Found
  49. Location: http://de3.mirror.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz [following]
  50. --2020-09-19 20:03:01--  http://de3.mirror.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz
  51. Resolving de3.mirror.archlinuxarm.org (de3.mirror.archlinuxarm.org)... 137.226.34.46
  52. Connecting to de3.mirror.archlinuxarm.org (de3.mirror.archlinuxarm.org)|137.226.34.46|:80... connected.
  53. HTTP request sent, awaiting response... 200 OK
  54. Length: 588727819 (561M) [application/octet-stream]
  55. Saving to: ‘ArchLinuxARM-rpi-aarch64-latest.tar.gz’
  56.  
  57. ArchLinuxARM-rpi-aarch64 100%[==================================>] 561.45M  59.2MB/s    in 8.4s    
  58.  
  59. 2020-09-19 20:03:10 (66.6 MB/s) - ‘ArchLinuxARM-rpi-aarch64-latest.tar.gz’ saved [588727819/588727819]
  60.  
  61.  
  62.  
  63. Untarring the image...may take a few minutes.
  64.  
  65.  
  66. Syncing partitions...may take a few minutes.
  67.  
  68.  
  69. Almost done! Just a couple of minutes more for the last step.
  70.  
  71.  
  72.  
  73. End of script!
  74.  
  75. Be sure to use a file manager to umount the device before removing the USB SD reader
  76.  
  77. The default user is alarm with the password alarm
  78. The default root password is root
  79.  
  80.  
  81. [root@archiso image-install]# ssh root@192.168.188.30
  82. The authenticity of host '192.168.188.30 (192.168.188.30)' can't be established.
  83. ECDSA key fingerprint is SHA256:4wO7O7Tx8W/fTJ6UkWzOBjCAAg7SDryoxtjRY3IO234.
  84. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
  85. Warning: Permanently added '192.168.188.30' (ECDSA) to the list of known hosts.
  86. root@192.168.188.30's password:
  87. Permission denied, please try again.
  88. root@192.168.188.30's password:
  89. Permission denied, please try again.
  90. root@192.168.188.30's password:
  91.  
  92. [root@archiso image-install]# ssh root@192.168.188.30
  93. root@192.168.188.30's password:
  94. Permission denied, please try again.
  95. root@192.168.188.30's password:
  96.  
  97. [root@archiso image-install]# ssh alarm@192.168.188.30
  98. alarm@192.168.188.30's password:
  99. [alarm@alarm ~]$ ls
  100. [alarm@alarm ~]$ passwd -S root
  101. passwd: You may not view or modify password information for root.
  102. [alarm@alarm ~]$ passwd -u root
  103. passwd: Permission denied.
  104. [alarm@alarm ~]$ sudo passwd -S root
  105. -bash: sudo: command not found
  106. [alarm@alarm ~]$ su -
  107. Password:
  108. [root@alarm ~]# passwd -S root
  109. root P 08/09/2020 -1 -1 -1 -1
  110. [root@alarm ~]# passwd -u root
  111. passwd: password expiry information changed.
  112. [root@alarm ~]# ^C
  113. [root@alarm ~]# exit
  114. logout
  115. [alarm@alarm ~]$ exit
  116. logout
  117. Connection to 192.168.188.30 closed.
  118. [root@archiso image-install]# ssh root@192.168.188.30
  119. root@192.168.188.30's password:
  120. Permission denied, please try again.
  121. root@192.168.188.30's password:
  122. Permission denied, please try again.
  123. root@192.168.188.30's password:
  124.  
  125. [root@archiso image-install]# ssh alarm@192.168.188.30
  126. alarm@192.168.188.30's password:
  127. Last login: Sat Sep 19 20:10:50 2020 from 192.168.188.21
  128. [alarm@alarm ~]$ su -
  129. Password:
  130. [root@alarm ~]# nano /etc/pacman.d/mirrorlist
  131. [root@alarm ~]# pacman-key --init
  132. gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
  133. gpg: no ultimately trusted keys found
  134. gpg: starting migration from earlier GnuPG versions
  135. gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
  136. gpg: migration succeeded
  137. gpg: Generating pacman keyring master key...
  138. gpg: key 65A480E95B9DA4BB marked as ultimately trusted
  139. gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
  140. gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/ABD9CFA7B648CCF30FDD598D65A480E95B9DA4BB.rev'
  141. gpg: Done
  142. ==> Updating trust database...
  143. gpg: marginals needed: 3  completes needed: 1  trust model: pgp
  144. gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
  145. [root@alarm ~]# pacman-key --populate archlinuxarm
  146. ==> Appending keys from archlinuxarm.gpg...
  147. ==> Locally signing trusted keys in keyring...
  148.  -> Locally signing key 69DD6C8FD314223E14362848BF7EEF7A9C6B5765...
  149.  -> Locally signing key 02922214DE8981D14DC2ACABBC704E86B823CD25...
  150.  -> Locally signing key 9D22B7BB678DC056B1F7723CB55C5315DCD9EE1A...
  151. ==> Importing owner trust values...
  152. gpg: setting ownertrust to 4
  153. gpg: inserting ownertrust of 4
  154. gpg: setting ownertrust to 4
  155. ==> Updating trust database...
  156. gpg: marginals needed: 3  completes needed: 1  trust model: pgp
  157. gpg: depth: 0  valid:   1  signed:   3  trust: 0-, 0q, 0n, 0m, 0f, 1u
  158. gpg: depth: 1  valid:   3  signed:   1  trust: 0-, 0q, 0n, 3m, 0f, 0u
  159. gpg: depth: 2  valid:   1  signed:   0  trust: 1-, 0q, 0n, 0m, 0f, 0u
  160. [root@alarm ~]# pacman -Syyu
  161. :: Synchronizing package databases...
  162. core                            195.8 KiB  1632 KiB/s 00:00 [################################] 100%
  163. extra                             2.2 MiB  3.13 MiB/s 00:01 [################################] 100%
  164. community                         4.8 MiB  8.77 MiB/s 00:01 [################################] 100%
  165. alarm                            49.3 KiB  0.00   B/s 00:00 [################################] 100%
  166. aur                               3.6 KiB  0.00   B/s 00:00 [################################] 100%
  167. :: Starting full system upgrade...
  168. :: Replace libutil-linux with core/util-linux-libs? [Y/n] Y
  169. resolving dependencies...
  170. looking for conflicting packages...
  171.  
  172. Packages (48) bash-5.0.018-1  ca-certificates-mozilla-3.56-1  cryptsetup-2.3.4-1  curl-7.72.0-2
  173.              dhcpcd-9.2.0-1  filesystem-2020.08.21-1  gcc-libs-10.2.0-1  gettext-0.21-1
  174.              glib2-2.66.0-1  glibc-2.32-2  gnupg-2.2.23-1  gnutls-3.6.15-1  hwids-20200813.1-1
  175.              iana-etc-20200905-1  iproute2-5.8.0-1  iputils-20200821-1  iw-5.8-1  kbd-2.3.0-2
  176.              kmod-27-2  libcap-2.43-1  libcap-ng-0.7.11-2  libedit-20191231_3.1-2
  177.              libgpg-error-1.39-1  libksba-1.4.0-2  libldap-2.4.52-1  libp11-kit-0.23.21-1
  178.              libpsl-0.21.1-1  libutil-linux-2.36-1 [removal]  libxcrypt-4.4.17-1
  179.              linux-aarch64-5.8.9-2  linux-api-headers-5.8-1  linux-firmware-20200817.7a30af1-1
  180.              mkinitcpio-busybox-1.31.1-2  mpfr-4.1.0-1  nano-5.2-1  openresolv-3.11.0-1
  181.              openssh-8.3p1-4  p11-kit-0.23.21-1  pam-1.4.0-3  pambase-20200721.1-2
  182.              raspberrypi-bootloader-20200917-1  shadow-4.8.1-4  sqlite-3.33.0-2  systemd-246.5-1
  183.              systemd-libs-246.5-1  systemd-sysvcompat-246.5-1  util-linux-2.36-4
  184.              util-linux-libs-2.36-4
  185.  
  186. Total Download Size:    264.40 MiB
  187. Total Installed Size:  1044.62 MiB
  188. Net Upgrade Size:        -9.23 MiB
  189.  
  190. :: Proceed with installation? [Y/n] Y
  191. :: Retrieving packages...
  192. linux-api-headers-5.8-1-any    1027.5 KiB  3.86 MiB/s 00:00 [################################] 100%
  193. iana-etc-20200905-1-any         371.3 KiB  3.02 MiB/s 00:00 [################################] 100%
  194. filesystem-2020.08.21-1-aa...    27.9 KiB  1397 KiB/s 00:00 [################################] 100%
  195. glibc-2.32-2-aarch64              8.6 MiB  3.86 MiB/s 00:02 [################################] 100%
  196. gcc-libs-10.2.0-1-aarch64        27.7 MiB  40.7 MiB/s 00:01 [################################] 100%
  197. bash-5.0.018-1-aarch64         1523.3 KiB  6.47 MiB/s 00:00 [################################] 100%
  198. libcap-2.43-1-aarch64            57.4 KiB   522 KiB/s 00:00 [################################] 100%
  199. libgpg-error-1.39-1-aarch64     204.6 KiB  2.22 MiB/s 00:00 [################################] 100%
  200. systemd-libs-246.5-1-aarch64    478.8 KiB   557 KiB/s 00:01 [################################] 100%
  201. libp11-kit-0.23.21-1-aarch64    358.6 KiB  3.89 MiB/s 00:00 [################################] 100%
  202. p11-kit-0.23.21-1-aarch64       139.9 KiB   999 KiB/s 00:00 [################################] 100%
  203. ca-certificates-mozilla-3....   322.0 KiB  3.93 MiB/s 00:00 [################################] 100%
  204. util-linux-libs-2.36-4-aarch64  365.1 KiB  3.24 MiB/s 00:00 [################################] 100%
  205. cryptsetup-2.3.4-1-aarch64      505.9 KiB  3.80 MiB/s 00:00 [################################] 100%
  206. libpsl-0.21.1-1-aarch64          74.7 KiB   202 KiB/s 00:00 [################################] 100%
  207. libldap-2.4.52-1-aarch64        277.9 KiB   287 KiB/s 00:01 [################################] 100%
  208. curl-7.72.0-2-aarch64          1004.2 KiB  7.01 MiB/s 00:00 [################################] 100%
  209. pambase-20200721.1-2-any          3.2 KiB  0.00   B/s 00:00 [################################] 100%
  210. libcap-ng-0.7.11-2-aarch64       36.7 KiB   611 KiB/s 00:00 [################################] 100%
  211. pam-1.4.0-3-aarch64             560.6 KiB   824 KiB/s 00:01 [################################] 100%
  212. kbd-2.3.0-2-aarch64            1138.9 KiB  8.56 MiB/s 00:00 [################################] 100%
  213. kmod-27-2-aarch64               100.5 KiB   173 KiB/s 00:01 [################################] 100%
  214. hwids-20200813.1-1-any          422.3 KiB  1836 KiB/s 00:00 [################################] 100%
  215. libxcrypt-4.4.17-1-aarch64       86.6 KiB  2.82 MiB/s 00:00 [################################] 100%
  216. shadow-4.8.1-4-aarch64         1127.3 KiB  8.47 MiB/s 00:00 [################################] 100%
  217. util-linux-2.36-4-aarch64         2.2 MiB   260 KiB/s 00:09 [################################] 100%
  218. systemd-246.5-1-aarch64           5.3 MiB  25.4 MiB/s 00:00 [################################] 100%
  219. dhcpcd-9.2.0-1-aarch64          185.6 KiB  3.02 MiB/s 00:00 [################################] 100%
  220. glib2-2.66.0-1-aarch64            2.5 MiB  1365 KiB/s 00:02 [################################] 100%
  221. gettext-0.21-1-aarch64         1942.0 KiB  11.2 MiB/s 00:00 [################################] 100%
  222. libksba-1.4.0-2-aarch64         123.2 KiB   821 KiB/s 00:00 [################################] 100%
  223. gnutls-3.6.15-1-aarch64           2.5 MiB  11.5 MiB/s 00:00 [################################] 100%
  224. sqlite-3.33.0-2-aarch64        1524.2 KiB  9.92 MiB/s 00:00 [################################] 100%
  225. gnupg-2.2.23-1-aarch64            2.1 MiB  12.6 MiB/s 00:00 [################################] 100%
  226. iproute2-5.8.0-1-aarch64        890.3 KiB  4.58 MiB/s 00:00 [################################] 100%
  227. iputils-20200821-1-aarch64      116.8 KiB  11.4 MiB/s 00:00 [################################] 100%
  228. iw-5.8-1-aarch64                 91.5 KiB  2.98 MiB/s 00:00 [################################] 100%
  229. libedit-20191231_3.1-2-aarch64   98.4 KiB  1640 KiB/s 00:00 [################################] 100%
  230. linux-firmware-20200817.7a...   119.3 MiB  82.3 MiB/s 00:01 [################################] 100%
  231. mkinitcpio-busybox-1.31.1-...   238.9 KiB  2.33 MiB/s 00:00 [################################] 100%
  232. mpfr-4.1.0-1-aarch64            298.0 KiB  4.16 MiB/s 00:00 [################################] 100%
  233. linux-aarch64-5.8.9-2-aarch64    74.1 MiB  73.4 MiB/s 00:01 [################################] 100%
  234. nano-5.2-1-aarch64              499.9 KiB  3.25 MiB/s 00:00 [################################] 100%
  235. openresolv-3.11.0-1-any          22.0 KiB  1099 KiB/s 00:00 [################################] 100%
  236. openssh-8.3p1-4-aarch64         831.6 KiB  7.38 MiB/s 00:00 [################################] 100%
  237. systemd-sysvcompat-246.5-1...     5.6 KiB  0.00   B/s 00:00 [################################] 100%
  238. raspberrypi-bootloader-202...     3.3 MiB  11.5 MiB/s 00:00 [################################] 100%
  239. (47/47) checking keys in keyring                             [################################] 100%
  240. (47/47) checking package integrity                           [################################] 100%
  241. (47/47) loading package files                                [################################] 100%
  242. (47/47) checking for file conflicts                          [################################] 100%
  243. (48/48) checking available disk space                        [################################] 100%
  244. :: Processing package changes...
  245. (1/1) removing libutil-linux                                 [################################] 100%
  246. ( 1/47) upgrading linux-api-headers                          [################################] 100%
  247. ( 2/47) upgrading iana-etc                                   [################################] 100%
  248. ( 3/47) upgrading filesystem                                 [################################] 100%
  249. ( 4/47) upgrading glibc                                      [################################] 100%
  250. Generating locales...
  251. Generation complete.
  252. ( 5/47) upgrading gcc-libs                                   [################################] 100%
  253. ( 6/47) upgrading bash                                       [################################] 100%
  254. ( 7/47) upgrading libcap                                     [################################] 100%
  255. ( 8/47) upgrading libgpg-error                               [################################] 100%
  256. ( 9/47) upgrading systemd-libs                               [################################] 100%
  257. (10/47) upgrading libp11-kit                                 [################################] 100%
  258. (11/47) upgrading p11-kit                                    [################################] 100%
  259. (12/47) upgrading ca-certificates-mozilla                    [################################] 100%
  260. (13/47) installing util-linux-libs                           [################################] 100%
  261. (14/47) upgrading cryptsetup                                 [################################] 100%
  262. (15/47) upgrading libpsl                                     [################################] 100%
  263. (16/47) upgrading libldap                                    [################################] 100%
  264. (17/47) upgrading curl                                       [################################] 100%
  265. (18/47) upgrading pambase                                    [################################] 100%
  266. (19/47) upgrading libcap-ng                                  [################################] 100%
  267. (20/47) upgrading pam                                        [################################] 100%
  268. (21/47) upgrading kbd                                        [################################] 100%
  269. (22/47) upgrading kmod                                       [################################] 100%
  270. (23/47) upgrading hwids                                      [################################] 100%
  271. (24/47) installing libxcrypt                                 [################################] 100%
  272. (25/47) upgrading shadow                                     [################################] 100%
  273. (26/47) upgrading util-linux                                 [################################] 100%
  274. (27/47) upgrading systemd                                    [################################] 100%
  275. (28/47) upgrading dhcpcd                                     [################################] 100%
  276. warning: directory permissions differ on /var/lib/dhcpcd/
  277. filesystem: 700  package: 755
  278. (29/47) upgrading glib2                                      [################################] 100%
  279. (30/47) upgrading gettext                                    [################################] 100%
  280. (31/47) upgrading libksba                                    [################################] 100%
  281. (32/47) upgrading gnutls                                     [################################] 100%
  282. (33/47) upgrading sqlite                                     [################################] 100%
  283. (34/47) upgrading gnupg                                      [################################] 100%
  284. (35/47) upgrading iproute2                                   [################################] 100%
  285. (36/47) upgrading iputils                                    [################################] 100%
  286. (37/47) upgrading iw                                         [################################] 100%
  287. (38/47) upgrading libedit                                    [################################] 100%
  288. (39/47) upgrading linux-firmware                             [################################] 100%
  289. (40/47) upgrading mkinitcpio-busybox                         [################################] 100%
  290. (41/47) upgrading mpfr                                       [################################] 100%
  291. (42/47) upgrading linux-aarch64                              [################################] 100%
  292. (43/47) upgrading nano                                       [################################] 100%
  293. (44/47) upgrading openresolv                                 [################################] 100%
  294. (45/47) upgrading openssh                                    [################################] 100%
  295. (46/47) upgrading raspberrypi-bootloader                     [################################] 100%
  296. (47/47) upgrading systemd-sysvcompat                         [################################] 100%
  297. :: Running post-transaction hooks...
  298. ( 1/14) Creating system user accounts...
  299. ( 2/14) Updating journal message catalog...
  300. ( 3/14) Reloading system manager configuration...
  301. ( 4/14) Updating udev hardware database...
  302. ( 5/14) Applying kernel sysctl settings...
  303. Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
  304. Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
  305. Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
  306. Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
  307. Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  308. Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
  309. ( 6/14) Creating temporary files...
  310. ( 7/14) Reloading device manager configuration...
  311. ( 8/14) Arming ConditionNeedsUpdate...
  312. ( 9/14) Rebuilding certificate stores...
  313. (10/14) Updating module dependencies...
  314. (11/14) Updating linux-aarch64 module dependencies...
  315. (12/14) Updating linux-aarch64 initcpios...
  316. ==> Building image from preset: /etc/mkinitcpio.d/linux-aarch64.preset: 'default'
  317.  -> -k 5.8.9-2-ARCH -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
  318. ==> Starting build: 5.8.9-2-ARCH
  319.  -> Running build hook: [base]
  320.  -> Running build hook: [udev]
  321.  -> Running build hook: [autodetect]
  322.  -> Running build hook: [modconf]
  323.  -> Running build hook: [block]
  324.  -> Running build hook: [filesystems]
  325.  -> Running build hook: [keyboard]
  326.  -> Running build hook: [fsck]
  327. ==> Generating module dependencies
  328. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
  329. ==> Image generation successful
  330. ==> Building image from preset: /etc/mkinitcpio.d/linux-aarch64.preset: 'fallback'
  331.  -> -k 5.8.9-2-ARCH -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
  332. ==> Starting build: 5.8.9-2-ARCH
  333.  -> Running build hook: [base]
  334.  -> Running build hook: [udev]
  335.  -> Running build hook: [modconf]
  336.  -> Running build hook: [block]
  337. ==> WARNING: Possibly missing firmware for module: wd719x
  338.  -> Running build hook: [filesystems]
  339.  -> Running build hook: [keyboard]
  340.  -> Running build hook: [fsck]
  341. ==> Generating module dependencies
  342. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
  343. ==> Image generation successful
  344. (13/14) Updating linux initcpios...
  345. ==> Building image from preset: /etc/mkinitcpio.d/linux-aarch64.preset: 'default'
  346.  -> -k 5.8.9-2-ARCH -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
  347. ==> Starting build: 5.8.9-2-ARCH
  348.  -> Running build hook: [base]
  349.  -> Running build hook: [udev]
  350.  -> Running build hook: [autodetect]
  351.  -> Running build hook: [modconf]
  352.  -> Running build hook: [block]
  353.  -> Running build hook: [filesystems]
  354.  -> Running build hook: [keyboard]
  355.  -> Running build hook: [fsck]
  356. ==> Generating module dependencies
  357. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
  358. ==> Image generation successful
  359. ==> Building image from preset: /etc/mkinitcpio.d/linux-aarch64.preset: 'fallback'
  360.  -> -k 5.8.9-2-ARCH -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
  361. ==> Starting build: 5.8.9-2-ARCH
  362.  -> Running build hook: [base]
  363.  -> Running build hook: [udev]
  364.  -> Running build hook: [modconf]
  365.  -> Running build hook: [block]
  366. ==> WARNING: Possibly missing firmware for module: wd719x
  367.  -> Running build hook: [filesystems]
  368.  -> Running build hook: [keyboard]
  369.  -> Running build hook: [fsck]
  370. ==> Generating module dependencies
  371. ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
  372. ==> Image generation successful
  373. (14/14) Reloading system bus configuration...
  374. [root@alarm ~]# reboot
  375. Connection to 192.168.188.30 closed by remote host.
  376. Connection to 192.168.188.30 closed.
  377. [root@archiso image-install]# ssh alarm@192.168.188.30
  378. ^C
  379. [root@archiso image-install]# ssh alarm@192.168.188.30
  380. ssh: connect to host 192.168.188.30 port 22: No route to host
  381. [root@archiso image-install]# ssh alarm@192.168.188.30
  382. ssh: connect to host 192.168.188.30 port 22: No route to host
  383. [root@archiso image-install]# ssh alarm@192.168.188.30
  384. ssh: connect to host 192.168.188.30 port 22: No route to host
  385. [root@archiso image-install]# hostname
  386. archiso
  387. [root@archiso image-install]#
  388.  
Add Comment
Please, Sign In to add comment