[LINUX] I put Arch in XPS 13 (7390) (Note)

Introduction

A memorandum of the procedure and addiction when Arch was installed in XPS 13 (7390).

Referenced site

Archwiki Installation Guide My Arch Linux Install and Configuration on a Dell XPS 13 7390 (2019) Memo: Memo when Arch Linux is installed on Dell XPS 13 (7390) Arch Linux --wifi-menu is missing, so connect wirelessly with the iwctl command

Basically, I referred to this area.

Addictive and solution

Critical Error Message No bootable devices found. -> Install Arch Linux (settings for each of the three boot methods)

After rebooting, Error: device'/ dev/mapper/vg0-root' not found.

->[SOLVED] Installed LTS kernel- device '/dev/mapper/vg0-root' not found I was most addicted to this ...

/etc/mkinitcpio.conf


HOOKS=(base udev autodetect keyboard keymap consolefont modconf block lvm2 encrypt filesystems fsck)

/etc/default/grub


GRUB_CMDLINE_LINUX=”cryptdevice=UUID=[UUIDofdevice]:vg0 root=/dev/mapper/vg0-root”

Check the UUID with the command below.

# cryptsetup luksUUID /dev/nvme0n1p2

Reboot-> wifi connection is not possible after installation

-> Install iw, dhcpcd, wpa_supplicant in advance. My Arch Linux Install and Configuration on a Dell XPS 13 7390 (2019)

connect to wifi

-> wpa_supplicant -> netctl -> Arch Linux-Wireless LAN Connection -> Wireless Settings

This area was useful. wifi worked fine if I used NetworkManager instead of netctl. Also, if the driver does not work well, it is good to check if it conflicts with other drivers.

# systemctl list-unit-files --state=enabled

Recommended Posts

I put Arch in XPS 13 (7390) (Note)
I put Python 2.7 in Sakura VPS 1GB.
I put Linux (Ubuntu) in VAIO SX14.
Put matplotlib in Centos7.
Put scipy in ec2
I made a script to put a snippet in README.md
I get an error when I put opencv in pyautoGUI
Put pip in Blender
Note that I dealt with HTML in Beautiful Soup
[Note] I can't call the installed module in jupyter
I wrote python in Japanese
Python Input Note in AtCoder
(Note) Django in Vagrant environment
I understand Python in Japanese!
What I learned in Python
I participated in AtCoder (ABC158)
I put in a Bash called Powerline-shell that makes me crazy