This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a virtual machine, with 4GB + 4cpus. This such that compilation | |
# goes fast and you can pass for jobs (-j4) to make. | |
# Mark the checkbox in System / Motherboard / Enable EFI (special OSes only) | |
# | |
# Choose VBoxSvga as the display adapter IF you want guest auto-resize to work. | |
# This is because the autoresize is triggered by fooling the guest that the | |
# monitor changed by injecting a new serial#. This can't be done under VMSVGA. | |
# See this link -> https://wiki.gentoo.org/wiki/VirtualBox#Resizing_doesn.27t_work | |
# | |
# Use any live disk to drive the install. I used the archlinux boot disk because |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Note: Still WIP | |
# | |
# Create a virtual machine, with 8GB + 4cpus. This such that compilation | |
# goes fast and you can pass for jobs (-j4) to make. | |
# | |
# | |
# Use any disk to boot. I used the archlinux boot disk because it works | |
# and it has the genfstab utility which makes it easy to create the mount table. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install Arch Linux on VirtualBox | |
# | |
# References I used: | |
# | |
# Install Arch Linux on Dell XPS-13 (https://bit.ly/32P6t61): | |
# Has some of the BTRFS commands, but uses encryption. | |
# Install.txt file in Arch ISO image. | |
# | |
# How to install Gnome on Arch Linux (https://bit.ly/2MRPB96): | |
# or https://www.wikihow.com/Install-Gnome-on-Arch-Linux#Installing-GNOME_sub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# References: | |
# Install Arch Linux on XPS 13 9370: https://gist.github.com/android10/3b36eb4bbb7e990a414ec4126e7f6b3f | |
# Install Arch Linux + EFI + Gnome in VMWare player VM: https://gist.github.com/Coffee-fan/05a2f33509998993336ccbbba0d92ce6 | |
# How to install Google Chrome on Arch Linux: https://linuxhint.com/install-google-chrome-on-arch-linux/ | |
# Enter BIOS with F2 and configure: | |
# - "System Configuration" > "SATA Operation": "AHCI" | |
# - "Secure Boot" > "Secure Boot Enable": "Disabled" | |
# - Make sure you disable legacy boot, otherwise EFI vars will not be present below. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install Arch Linux on VMWare player 15 | |
# | |
# References I used: | |
# | |
# Install Arch Linux on Dell XPS-13 (https://bit.ly/32P6t61): | |
# Has some of the BTRFS commands, but uses encryption. | |
# Install.txt file in Arch ISO image. | |
# | |
# Arch Linux Installation and Configuration on UEFI Machines (https://bit.ly/2PtvIY1): | |
# This tutorial includes same info as others, but also some network commands if you |
NewerOlder