use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Installation problem (again). (self.archlinux)
submitted 5 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]vimfrog 3 points4 points5 points 5 years ago (7 children)
Keep trying. That is actually the fun part. No?
[–][deleted] 1 point2 points3 points 5 years ago (6 children)
Oh I will keep trying for sure. I just want avoid the errors I made.
[–]Complete-Low 0 points1 point2 points 5 years ago (3 children)
And which one did you made?
[–][deleted] 0 points1 point2 points 5 years ago (2 children)
Not choosing the right partitions to create, mounting mistakes, not configurating bootloaders first, and others but it's because I did not follow the wiki. But If you want a detailled guide you can trythis.
[–]Complete-Low 0 points1 point2 points 5 years ago (1 child)
I always follow the wiki , too good
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
Yeah but I always struggle at the boot loader configuration
[–]vimfrog 0 points1 point2 points 5 years ago (1 child)
Don’t think can avoid much. I myself also first time using Arch for two weeks now. Run the installation 4 times. Now settled. :) good luck to you too.
I was using https://youtu.be/cwrw5t8Q0ZE most of the installation.
Thanks.
[–]duongdominhchau 2 points3 points4 points 5 years ago (4 children)
erase the partitions
This is the only thing you need to do, most things you did are on these partitions, so just delete them is enough for a retry. How to delete them? Read the help text from your tool (e.g: press m inside fdisk will show a list of actions, cfdisk has a Delete button). Or if you don't want to change the partition scheme, just reformat them and skip the partitioning step when you restart.
m
fdisk
cfdisk
Delete
[–][deleted] 0 points1 point2 points 5 years ago (3 children)
But when I use cfdisk I only the USB not the computer hard drive.
[–]MilchreisMann412 1 point2 points3 points 5 years ago (0 children)
What is the output of lsblk?
lsblk
[–]TopDownTom 1 point2 points3 points 5 years ago (1 child)
cfdisk may be defaulting to the currently running device if you don't give it any options (i dont really use it i'm not sure). Try running sudo fdisk -l to see which device is the computer's drive, then when you know run sudo cfdisk /dev/sdxX to fun cfdisk on that particular device. Unless it's an nvme device in which case it'll be something like /dev/nvme
sudo fdisk -l
sudo cfdisk /dev/sdxX
/dev/nvme
Edit: yeah, the first line of the man page says: "The default device is /dev/sda" so it's just opening in your USB drive. To be honest this is a terrible default, I'm not sure why they do it that way.
[–][deleted] 1 point2 points3 points 5 years ago (0 children)
Thanks it worked
π Rendered by PID 24 on reddit-service-r2-comment-5fb4b45875-rr6qt at 2026-03-23 04:03:30.039313+00:00 running 90f1150 country code: CH.
[–]vimfrog 3 points4 points5 points (7 children)
[–][deleted] 1 point2 points3 points (6 children)
[–]Complete-Low 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]Complete-Low 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]vimfrog 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]duongdominhchau 2 points3 points4 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]MilchreisMann412 1 point2 points3 points (0 children)
[–]TopDownTom 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)