[noob] Scared of chrooting without wifi packages [SOLVED] 29 October 2023, 20:56:38 Hi! I had this really bad experience once where I installed arch and then, coincidentally, the live iso died. Unfortunately I was stuck with pretty much nothing since I didn't bring along any network configuration stuff. It was a fun experience in retrospective but nowadays I'm scared of finalizing an arch install... I've gone through most of the steps right before chrooting into the system (except the system clock part where it just threw an error on runit), and I wanted to ask for your help to know what to do to safely go into the installation without fear of locking myself into an offline situation. Unfortunately ethernet is not an option at this moment. Thanks! Last Edit: 09 November 2023, 23:36:48 by Hitman
Re: [noob] Scared of chrooting without wifi packages Reply #1 – 30 October 2023, 01:58:42 If I find I forgot to install some important things when I try to boot a new install then I just boot the ISO and mount the relevant partitions like before and basestrap the missing packages in from there as before, that step of the installation can be repeated as needed. You can also transfer packages via USB and install with pacman -U if the new install can provide a working terminal to do this. Another thing that might help during setup of a new install, say you need to connect by wifi and you have two computers, both with ethernet ports, you can use wifi sharing, where you get a wifi connection on one machine and connect it to another by ethernet and allow it to use the wifi of the first. 1 Likes
Re: [noob] Scared of chrooting without wifi packages Reply #2 – 06 November 2023, 15:31:02 Quote from: ####### – on 30 October 2023, 01:58:42If I find I forgot to install some important things when I try to boot a new install then I just boot the ISO and mount the relevant partitions like before and basestrap the missing packages in from there as before, that step of the installation can be repeated as needed. You can also transfer packages via USB and install with pacman -U if the new install can provide a working terminal to do this. Another thing that might help during setup of a new install, say you need to connect by wifi and you have two computers, both with ethernet ports, you can use wifi sharing, where you get a wifi connection on one machine and connect it to another by ethernet and allow it to use the wifi of the first.Thank you very much 1 Likes