Article 4SD36 Artix base install issues

Artix base install issues

by
brokenkeys
from LinuxQuestions.org on (#4SD36)
I cannot register on Artix forums so I'm asking here.
In virtualbox I'm using default ArchLinux64 preset (one 8gb hdd).

Image is:
https://download.artixlinux.org/iso/...826-x86_64.iso

Install notes:
Code:cfdisk /dev/sda #partition type dos, [bootable], [write]

mkfs.ext4 -L SYS /dev/sda1
mount /dev/sda1 /mnt

ping artixlinux.org
pacman -Syy

basestrap /mnt base base-devel openrc
fstabgen -U /mnt >>/mnt/etc/fstab

nano /mnt/etc/fstab #to check fstab file

artools-chroot /mnt
pacman -S nano grub os-prober

ln -sf /usr/share/zoneinfo/Region/City /etc/localtime
hwclock --systohc

locale-gen
nano /etc/locale.gen #uncomment: en_US.UTF-8 UTF-8

grub-install --recheck /dev/sda
grub-mkconfig -o /boot/grub/grub.cfg

passwd #root pass

useradd -m myusername
passwd myusername

nano /etc/hostname # add: myhost

nano /etc/hosts
127.0.0.1 localhost
::1 localhost
127.0.1.1 myhost.localhost myhost

pacman -S networkmanager networkmanager-openrc network-manager-applet
rc-update add NetworkManager default

exit
umount -R /mnt
rebootI get grub console after reboot (see attachment).

Can anyone help?
Attached Thumbnailsattachment.php?attachmentid=31503&stc=1& latest?d=yIl2AUoC8zA latest?i=6-cOCauru-E:XcOZ13T_7jo:F7zBnMy latest?i=6-cOCauru-E:XcOZ13T_7jo:V_sGLiP latest?d=qj6IDK7rITs latest?i=6-cOCauru-E:XcOZ13T_7jo:gIN9vFw6-cOCauru-E
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments