Note - during the installation of desktop environment you may see keyring/ signing keys issue - try running this commands sudo pacman-key --init sudo pacman-key --populate archlinux this could sign the packages and will be installed.
@antoniostorcke2 жыл бұрын
It is not easy getting secureboot working on Arch. I have found 1 video that describes the process.kzbin.info/www/bejne/iIfOdHyZbaitiJo
@themrunknown850 Жыл бұрын
Just remmeber to killall gpg-agent first
@DangerHiVolt Жыл бұрын
You are a life saver!!! Best comment ever!! Great advice, this worked for me after alot of attempts.
@TheHollrp Жыл бұрын
Hi, you did't mention one thing: During installation of grub i was command "grub-mkconfig -o /boot/grub/grub.cfg" was not able to detect windows os. Looks like when you are running it using chroot os-prober can't search for data in mounted directories. I solved this in the following way: 1. I ran grub-mkconfig -o /boot/grub/grub.cfg comman to configure grub.cfg with only arch. 2. I logged in into newly installed arch system, mounted EFI directory and executed "grub-mkconfig -o /boot/grub/grub.cfg" again. I hope that this will help someone :)
@llvmpipe Жыл бұрын
I LOVE YOU
@NotCrankyAnymore Жыл бұрын
Oh my God thanks
@ho3einovsky124 Жыл бұрын
Thank you
@delanovictor7405 Жыл бұрын
Thank you!!
@ICollectTax Жыл бұрын
Thanks mate
@RoboJut2 жыл бұрын
A FEW NOTES/TIPS: WINDOWS NOT PICKED UP: My install didnt pick up my windows 11 boot with os-prober, but I was able to fix it by installing the package "ntfs-3g" and rebooting into arch, then redoing the grub config. KDE HAD SOME BLOAT FOR ME: Instead of installing kde-applications, I chose to install just the plasma package, and then install the other software I wanted on top of that (like my konsole, chromium, etc). BLACK SCREEN ON BOOT WITH NVIDIA: I also had the problem where my install would not launch SDDM on boot, to fix this I used the key combo "ctrl+alt+f2" , "ctrl alt f3" or " ctrl alt f4" to get to the terminal, logged into my account, and installed the packages "nvidia" AND "nvidia-lts" (with just the nvidia package it didnt work, had to install the nvidia-lts package as well). That fixed it for me after a reboot. INSTALLING MORE APPS: Check the arch wiki for packages. The documentation on how to install them and troubleshooting is incredible and it should help with getting what you want on your pc (like for example on my gaming setup, to install steam I had to enable multilibs, arch wiki went into detail and I just used nano text editor to uncheck the line and was good to go). Hope this helped some of you! Im not the best with linux, so take these instructions with a grain of salt, but its what worked for me :)
@chocopndn17282 жыл бұрын
Hi can you elaborate about ntfs-3g ☺️ I'm new to linux and windows didn't pick up in os-prober
@RoboJut2 жыл бұрын
@@chocopndn1728 Yeah for sure. I believe I read somewhere that os-prober uses ntfs-3g which is the older version of ntfs (im not entirely sure if thats correct but thats what I read a while back if I remember right). When I installed ntfs-3g it also didnt pick up my windows install right away, I had to restart first for it to pick it up for some reason. I cant remember but I may have also mounted my partition to /mnt before running the mkconfig after reboot, so that may also help pick it up. Cant remember exactly everything but u can probably look up the archwiki as well to learn more on it.
@alvaes8248 Жыл бұрын
I love you
@itsmechaosguy Жыл бұрын
Same thing happened to me the grub didnt picked up windows
@coolghoullio9745 Жыл бұрын
OH MY GOD YOU SAVED ME! I have tried so many things but the nvidia-lts package completely fixed my issue on boot! Thank you so much
@johncorn7905 Жыл бұрын
Before rebooting and removing the usb, you may need to run "systemctl daemon-reload" to make sure that grub is visible in the bootloader Note that this is after exiting the chroot environment
@alduraji Жыл бұрын
i didnt do this, suffice it to say i can no longer see grub in my bootloader, and only see the windows boot ….
@MythStarsYT Жыл бұрын
Well that's great to know after already exiting the live boot. Time to start from scratch. (thx for the help tho)
@arunfelix9059 Жыл бұрын
If anyone has the issue of Windows Boot Manager not showing up on Grub, try mounting the Windows EFI partition to /mnt/windows (make the directory before mounting) instead of /boot/efi. After, make the grub config as usual. That worked for me. Try running efibootmgr to see if Windows boot manager is recognized as well.
@a.z.m-arif11 ай бұрын
Brother. I have same issues. Plz help me! 😢
@arunfelix905911 ай бұрын
@@a.z.m-arif Did you try running efibootmgr? does it show the windows partition?
@starzilla297511 ай бұрын
when you do this, do you unmount from /boot/efi? I have this same issue, windows boot manager shows up though when I run the command efibootmgr
@androidterminal39242 жыл бұрын
you are the reason i started dual booting on my acer nitro 5 without any fear, thanks man
@kskroyaltech2 жыл бұрын
Thank you for the feedback .. Enjoy
@dud4y10 ай бұрын
An incredible tutorial. I had been struggling with setting up the dual boot for a long time, especially the boot loader installation stage, but after this video I finally managed to get it right. Thank you!
@raboool2 жыл бұрын
done twice and worked like a charm boot->uefi bbs [which is usually at the bottom] then set grub to the top and you will launch into grub on startup!)
@nabhs71752 жыл бұрын
Thanks! Was really scratching my head at this part for a while. Glad someone pointed this out
@gobardhanmeher787 Жыл бұрын
Thank you
@justin-ju4eo Жыл бұрын
i love you
@dumpsta-divrr3652 жыл бұрын
I've installed arch 3 times and this was BY FAR the best guide. Thank you sir
@kskroyaltech2 жыл бұрын
You're welcome!
@reidlab2 жыл бұрын
if you get a grub rescue error, try reflashing the image on rufus with DD instead of ISO!
@goldenslaughterer Жыл бұрын
i just watched this entire video before going to sleep at 4am.. thx!!
@jf.6164 Жыл бұрын
Man this is an incredible tutorial, first time installing arch in a actual machine (not a VM) and without archinstall script. You explain really well. Thanks man ❤
@kskroyaltech Жыл бұрын
Thank you very much for watching my video
@autumnjeserich26897 ай бұрын
I remember the first time doing the arch CLI install feeling impossibly hard and no videos were helping me until I stumbled across one of your videos of a CLI install and it was the only one I could follow. After some practice I can now do the CLI install myself easily. I also believe learning that way instead of script helped me learn a lot more about arch and linux in general. Can't thank you enough for the knowledge you gave me
@kskroyaltech7 ай бұрын
Thank you so much for the support. It was my pleasure.
@cabrio0769 Жыл бұрын
I installed it successful at first try. Thank you very much bro.
@kskroyaltech Жыл бұрын
You are welcome
@maheshmagalage18862 жыл бұрын
I'm new to Linux. This is really a comprehensive installation guide. I got Arch Linux installed in my AMD Ryzen with Windows dual-boot successfully. Thank you very much for creating such a helpful video. The wifi link was not turning up. I followed some troubleshooting steps, installed Network Manager and disabled the dhcpcd service, then I was able to connect to wifi. The Plasma Desktop is really fast. Not sure if it's because of the ssd drive, or by nature Arch Linux + Plasma is a really good combination!
@matthewpaolini2 жыл бұрын
Maybe this is why I had problems after the install. I had dhcpcd loaded as well.
@Prysonflecher Жыл бұрын
@@TheSpikefunyou can't get around that. You will need an internet connection either with wifi or ethernet. Otherwise you won't be able to download a package from the internet because you cannot connect with any server that can serve you the package files. Only way would be to physically go to a server that has the package files and pull them onto your laptop
@BerndHilgenberg2 жыл бұрын
This is really the best guide to install an Arch Linux system alongside Windows 11! However, I almost failed because of one small thing. The video assumes that the EFI boot partition is on SDA1. With me, however, it was SDA2. It would be good to use here still the command sudo fdisk -l. Then it is shown without any doubt which partition is the EFI partition.
@kskroyaltech2 жыл бұрын
Thank you, I could have elaborated much about EFI.
@SShreyas172 жыл бұрын
I actually failed and now am unable to boot to Windows. What should I do in such case?
@BerndHilgenberg2 жыл бұрын
@@SShreyas17 I have had the same situation. Run the command which generates the grub bootloader entries again. (grub-mkconfig) After the second run I was able to boot windows again. Be aware, that you mount the correct uefi partition before running the grub generation again.
@mananpreetsingh12232 жыл бұрын
Bro how to do it with legacy bios???
@BerndHilgenberg2 жыл бұрын
@@mananpreetsingh1223 I'm sorry. I have no idea. There are so many different bios versions outside. I can only give advice for bios versions I have in my environment.
@Techcoder333Ай бұрын
Thank you so much i watched tones of tutorials how to install arch non of them helped only yours helped me to install arch linux
@kskroyaltech25 күн бұрын
Glad to hear that
@rishikeshkatakam95802 жыл бұрын
Sir, after successfully following all the steps I rebooted the system but I am getting a grub CLI instead of grub menu.. how do I boot into arch linux and update my grub to get grub menu
@johncorn7905 Жыл бұрын
Note: if you get problems with signatures being unknown trust you can fix it by running "pacman -S archlinux-keyring"
@kskroyaltech Жыл бұрын
Yes I added that as a pinned comment.
@JoyfulWordPuzzle-oe4oz11 ай бұрын
hello KSI, i have some issues, first: windows boot manager is not showing on grub, but I followed 100% second: I have no desktop enviroment, because it's showing "couldn't resolve host arch linux", plz reply
@kskroyaltech11 ай бұрын
For those that aren't able to find Windows in their Grub Menu after installing Arch, here's your fix: Install Arch linux as intended. Once you've exited chroot and installed arch on your disk, reboot your PC so that it may load the GRUB menu. Don't worry if you don't see Windows at the moment, just boot into Arch. Login to your machine as the standard user that you created. Just to confirm, run: sudo grub-mkconfig-o/boot/grub/grub.ofg Yet again, you'll notice that os-prober doesn't detect Windows. To fix this, mount your EFI partition to /boot/efi like this: sudo mount /dev/sda1 /boot/efi Note: if you have an nome drive like me, replace 'sdal' with your nome ef partition name (mine for example was nvmeOn1p1) Once you've successfully mounted the partition, run the grub-mkconfig command again: *sudo grub-mkconfig-o/boot/grub/grub.cfg Time time, you should be able to see that os-prober is able to detect Windows and adds it to the grub bootloader menu. Reboot your PC and boot into Windows just to make sure it boots as intended.
@ringelden9685 Жыл бұрын
Thanks!
@kskroyaltech Жыл бұрын
Thank you so much.
@danielqiu3320 Жыл бұрын
if the ln -sf with /etc/localtime doesnt work, just try getting rid of the /etc/ and just do ln -sf ___ localtime. hope this comment helped :)
@95cardboard5 ай бұрын
THANK YOU SO MUCH, i was stuck because i didnt know you needed to put the directory after cfdisk and couldnt figure out why it couldnt fine my nvme drive
@al8905 Жыл бұрын
took a little while to extend the efi partition but this works, thanks man
@ghosthunter0950 Жыл бұрын
How do you extend it?
@JohnDoe-vp6qr3 ай бұрын
@@ghosthunter0950third party software
@RelAxGamingKing772 жыл бұрын
I can't believe, first try by following your video!! Thanks for the great help
@kskroyaltech2 жыл бұрын
Glad it helped!
@imnotrev2 жыл бұрын
this seems straight forward, thank you man :)
@maraszynko2 жыл бұрын
Hello, I did everything right as in the video until 29:17, when i rebooted the system, i've got the message: "end Kernel panic - not syncing: Attempted do kill init! exicode=0x00000000". Additionally, when I restarted the system manually (by holding power key) grub worked alright, but when I chose linux, there was an error: "Root device mounted successfully, but /sbin/init doesn't exist. Balling out, you are on your own. Good luck" Could I ask you to help me solve this problem? Do you have any solution for that?
@LPH-c2p2 жыл бұрын
hi I git the exact same problem here now, tried goggle but not quite helpful, have you solved it and can you remember how? thanks
@maraszynko2 жыл бұрын
@@LPH-c2p Haha, long time ago. If my memory serves me right, there was a lack of space in the reboot partition. I had to increase the memory capacity there.
@maraszynko2 жыл бұрын
@@LPH-c2p In my case, initial reboot disk space was 100mb which is too few for two operation systems
@kacpinio20112 жыл бұрын
Very good and straight forward explenation, my first installation went without a problem, thanks
@uwuifyingransomware2 жыл бұрын
Thank you for this guide, it was really helpful for clearing up what needs to be done differently to a regular arch install (without dual boot). I'm wondering though, why did you create separate partitions for root and home? I usually follow the wiki install guide and that part isn't included in it.
@Gunnl2 жыл бұрын
It is an 'old' common standard practice in linux. This way users of the system can completely fill their home directories, e.g. with downloads, without screwing up the operating system that will still have free disk space to so regular operations and install software... Since most systems are in fact single user, e.g. personal laptops, it doesnt matter much to do this..hence the wiki doesnt mention it.. advanced users will know this...
@uwuifyingransomware2 жыл бұрын
@@Gunnl Ooo that makes sense, thank you!
@pedrovinicius5128 Жыл бұрын
Ótima dica pra usar ssh, nunca tinha usado
@teachkhmerbinary2 жыл бұрын
greate video, easy to understand and does not waste time
@BoonkiCoC14 Жыл бұрын
Great video! It was very easy to follow your instructions, however for some reason Windows doesn’t show up in grub. I might have messed up somewhere along the way. Either way the installation process was very smooth. Hopefully i haven’t removed my windows partition. lol.
@thedramamaker Жыл бұрын
i assume smth has changed during this year. I followed all steps and windows hasn't been added too.
@pms5235 Жыл бұрын
do 'suso pacman -S ntfs-3g update-grub' then run 'sudo os-prober' and then 'sudo update-grub' and reboot
@pms5235 Жыл бұрын
I think you should've fixed it by now but I saw it so
@GodLikeonly110 ай бұрын
Thanks brother Just to some other that to mount efi use the command - sudo mount /dev/sda1 /boot/efi/ And then The above command
@DemonX825 ай бұрын
can you help ne with something ?
@ghosthunter0950 Жыл бұрын
I followed basically everything to the T but for some reason grub won't load either Linux or windows when I grub-mkconfig
@mainkt92122 жыл бұрын
Great tutorial as always ❤️
@kskroyaltech2 жыл бұрын
Thank you! Cheers!
@aniketteredesai2 жыл бұрын
Could you make a video on Secure-Booting Arch and/or automatic signing of kernel drivers on updates?
@cubdukat2 жыл бұрын
Does Arch finally allow it? From what I gather none of the Arch-based distros support Secure Boot, and they seem not to have any intention of ever doing so.
@aniketteredesai2 жыл бұрын
@@cubdukat I have secure-booted Arch on a couple of systems. There are instructions in the Wiki. Tooling is a bit messy.
@PrasadLakmal912 жыл бұрын
I'm also very anticipated to learn how to do this, the wiki is bit complicated to me.
@Tetroner Жыл бұрын
if anyone has done it can they share how to enable secure boot with proper steps? from one of the videos i added shim file tried both in Boot and grub folder still no fix.....
@flaviolopes7586 Жыл бұрын
Thanks!...Great Video...Help me a lot!
@jimdrumheller66152 жыл бұрын
Great job! I bought a new Dell XPS to run Arch but it came Windows 11 Pro. After messing with Windows for the first time in years, I decided I wanted to keep it and dual boot Arch. The only hitch was configuring wireless. This tutorial was spot on.
@kskroyaltech2 жыл бұрын
Thank you so much ..
@pirann7003 Жыл бұрын
10:47 Interesting how i just sold my Thinkpad and needed to watch this video 1 year exactly later...
@htmlboss2815 Жыл бұрын
Hi bro, while booting when I click pendrive, in installation of black arch I get error like, "Error:Failed to mount dev/disk/by-label/pendrivename , Falling back interactive promt"
@SenkoKitsune2 жыл бұрын
Good guide, thank you
@kskroyaltech2 жыл бұрын
Glad it was helpful!
@MrManGoYou Жыл бұрын
on grub-install error: /boot/efi doesn't look like an eft partition
@victortesla2935 Жыл бұрын
25:12 In my pc there is window dual booted with ubuntu with ububtu's grub if I skip this step Will my ubuntu grub will be the default grub? I want to triple boot with ubuntu as my main os and arch and window secondary
@saisitaramanapradyumnamall54082 жыл бұрын
This is an amazing tutorial !!!!! Great Job !!!!!
@MrKvanter2 жыл бұрын
Thx man! 😊👍👍👍👍
@waytakaq Жыл бұрын
Windows was not detected by grub what do I do?
@thango70832 жыл бұрын
Thank you for your video, At the 09:02, you said if my device is using Wifi, check the description, but I checked the description and did not see any mention of how to connect to wifi on Arch.
@kskroyaltech2 жыл бұрын
Check this article - www.debugpoint.com/connect-wifi-terminal-linux/
@thango70832 жыл бұрын
@@kskroyaltech Thanks very much
@shatroop1674 Жыл бұрын
I had to connect to the wifi again just after the installation. For that nmtui works very well.
@kskroyaltech Жыл бұрын
*sudo nmcli dev wifi connect WIFI_SSID password "YOUR WIFI PASSWORD"*
@VLiviu Жыл бұрын
wonderful tutorial! thanks for that
@kskroyaltech Жыл бұрын
You're very welcome!
@Josh-iu7jr9 ай бұрын
Phenomenal Tutorial
@jarifferdous13642 жыл бұрын
during formatting partitions, it shows /dev/sda6 is apparently in use by the system; will not make a filesystem here. The tuts looks really good, but im stuck here, and will remain here till you help me out. Kinda new to the linux filesystem, so yeah stack overflow is taking me here and there sadly.
@leonlee9518 Жыл бұрын
Save me a lot time , that's video is what i looking for , thanks a lot , very helpful
@francoarellano1929 Жыл бұрын
awesome video, I could install Arch Linux easily
@prahe86 Жыл бұрын
Great video, thank you.
@aliahmadi8686 Жыл бұрын
This was so easy to install i expected it to be more complicated but it was Not it was Pretty chill and fun to do
@kskroyaltech Жыл бұрын
Give a try also feel free to check out my other video: kzbin.info/www/bejne/mmbVoqh8hdybY7s
@lexbutron Жыл бұрын
Muchas gracias, el unico tutorial que me funciono. 👍
@sefirotrmx2 жыл бұрын
Muchísimas gracias estuvo excelente mil gracias
@kskroyaltech2 жыл бұрын
De nada
@antekliyue9874 Жыл бұрын
Hi, if i want to install hyprland instead of plasma KDE, i just use sudo pacman -S hyprland at 30:00 ? thanksss
@uditkundu58832 жыл бұрын
Thanks for keeping my request
@kskroyaltech2 жыл бұрын
Most welcome 😊
@Pattch Жыл бұрын
Good video, thanks!!
@kskroyaltech Жыл бұрын
Welcome
@raghavravishankar6262 Жыл бұрын
hey I can't see windows or arch in my grub meny and I followed all your instructions till 27:00 I don't know what went wrong
@AyushSingh-gm8ce2 жыл бұрын
login failed is showing,even after correctly filling the username and password,what to do to resolve it?
@drchaos9242 Жыл бұрын
Before installing,make sure you connected to power adaptor if you are in laptop...
@kskroyaltech Жыл бұрын
YES SIR
@drchaos9242 Жыл бұрын
@kskroyaltech btw,your channel is the only channel that I trust in dual booting and many other Linux-based tutorials.Hope you do many more videos like this and thank you 🫡
@matthewpaolini2 жыл бұрын
If you try to install the latest Arch ISO the way you did it here, you will encounter problems installing and configuring grub. I suggest updating this video.
@kskroyaltech2 жыл бұрын
Thanks for the suggestion, I will make an updated video .
@raghavravishankar6262 Жыл бұрын
@@kskroyaltech Can you help me because I have an issue with the grub menu. It is not recognising windows or arch in the menu
@shadept Жыл бұрын
hey uh my grub wont detect the windows install, whats up? my setup is basically one ssd for windows, hdd for whatever and one ssd split in two volumes, one meant for whatever and the other for arch. i can boot into windows somehow if i do exit in the grub but i cannot select windows within the grub loader and it did not detect windows there at all. whats up? i set my boot/efi/ to be the same one as on my windows drive. was i supposed to do that on my new ssd and allocate space for it?
@Justin-bn2ob9 ай бұрын
Same problem, hoping for an answer
@HeikesFootSlave Жыл бұрын
Doesn't show me a windows Bootmanager found! Now I just see arch Linux in grub?! What can I do? And after first start using first time > sudo pacman - Sy = all 10 mirrors give me core.db error trying retrieving the file
@justin-ju4eo Жыл бұрын
thanks for this video
@romanyanchevsky8669 Жыл бұрын
Q: I noticed that you didn't increase the size of the EFI partition when installing arch. In my case the partition is full and I cannot create new files there. Any advice?
@al8905 Жыл бұрын
extend the efi partition, lots of tutorial on youtube about it
@famoustv3682 жыл бұрын
Bro while downloading GUI plasma it downloaded upto 800mb and after it said failed to retrieve some packages and could not enable the network service and said the file does not exist. What should I do ?. HELP!!
@lockinvarprasanna9949 Жыл бұрын
@kskroyaltech could you please do dual boot Nobara(initially installed) & Arch Hyprland
@kskroyaltech Жыл бұрын
We can do that but fairly complicated, Better try it on a separate drives !
@carlosyazigi21362 жыл бұрын
It worked very well! Thanks! One question: what about install the BlackArch into Arch ? Isn´t interesting you make a video about it ?
@kskroyaltech2 жыл бұрын
Great suggestion!
@AndrewFairservice2 жыл бұрын
you just have to add the mirrors to pacman's mirrorlist. There's a howTo on BlackArch's website
@carpii2 жыл бұрын
I've followed so many different tutorials (including the arch wiki) and they all seem to go well, but the end result is always the same. The PC boots straight into Windows 11 using EFI, and never presents the grub menu. OS Prober detects windows, grub config all looks ok, secure boot is disabled in BIOS, fast restart is disabled in BIOS. Ive added lvm to the grub preload modules. Im not trying to use MBR/BIOS boot Grub is set to use menu with 5 second timeout, so its not automatically skipping it, I just dont think GRUB is even kicking in at all. Any ideas please?
@superallipalli2 жыл бұрын
Same
@carpii2 жыл бұрын
@@superallipalli you could try adding --removable onto grub install line. seems to work for lots of people, but sadly not me. I have to F11 on each boot, then select grub from the UEFI list. Starting to think its my MSI motherboard
@superallipalli2 жыл бұрын
@@carpii I also have a MSI
@carpii2 жыл бұрын
@@superallipalli finally fixed my problem. Forget about using efibootmgr to set the boot order, it doesnt work at all for me. My MSI firmware keeps a seperate list in BIOS under 'UEFI BBS Priorities', which overrides the list efibootmgr changes. I changed that to Grub then Windows and it works.
@rtemchenko Жыл бұрын
Super! Thank you!
@kskroyaltech Жыл бұрын
Welcome!
@jadenarceneaux Жыл бұрын
my ufi partition is formatted as ntfs do I have to restart the whole process
@UlissesCarneiro Жыл бұрын
Hi. If I install the Arch but in another SSD, the steps are the same? I mean, GRUB will detect the Windows in another SSD? By the way, excellent tutorial. Thanks!
@radswfiihq9 ай бұрын
Yes, just mount your existing boot partition (even if it is on another drive) The boot partition is 100mb
@theduck0012 жыл бұрын
Hi. I want to use my notebook for dual boot 2x Windows 11. One OS is for private use the other is for my own small company. Is this possible with TPM ?
@ayaanp2 жыл бұрын
thanks a lot man!
@ParkerPixel2 жыл бұрын
26:33 when I run this command it's error: EFI variables are not supported on this system. EFI variables are not supported on this system. grub-install: error: efibootmgr failed to register the boot entry: No such file or directory
@kskroyaltech2 жыл бұрын
I told you this guide is clearly for UEFI computers . it seems like your system has boot up using BIOS mode.
@inky3 Жыл бұрын
26:39 when i try to install grub with that command it tells me "boot/efi doesnt look like an efi partition"
@kunnu_4 Жыл бұрын
29:10 I was stuck on this step, all i needed to do was ditch the wifi method and connect my ethernet connection Apparently my wifi turned off after the reboot and was wierdly not turning back on Switching to ethernet fixed the issue
@bepisman31612 жыл бұрын
after installing grub and rebooting even when i put correct id password it still says login incorrect
@jesusarzola68222 жыл бұрын
Me too
@matthewpaolini2 жыл бұрын
I am installing Arch again with Windows 10. It doesn't seem to work this time. I have followed your video to a Tee. The problem I am having is, os-prober is not finding my Windows installation during grub-mkconfig. Also, I already have an EFI directory under /boot/. Has the installation process changed since this video was released?
@kskroyaltech2 жыл бұрын
If you are having spare drive, you can use archinstall script to do the magic.
@matthewpaolini2 жыл бұрын
@@kskroyaltech It's all on the same drive. This worked perfectly when I last used it 10 months ago. Is there a different install process with the newer ISOs?
@fluffy-kalashnikov Жыл бұрын
Other comments mentioned installing ntfs-3g as grub-mkconfig appears unable to search NTFS drives by default. Installing it using pacman -S ntfs-3g and rerunning grub-mkconfig + reboot worked for me
@selfdescedgelord7699 Жыл бұрын
I would suggest using swap files rather than swap partition. These days we have more than enough RAM and the newer linux kernel has become efficient in using swap files. They can also be expanded or shrunk much more easily than partitions. Otherwise nice video!
@kskroyaltech Жыл бұрын
Agreed ...
@zoro_065 Жыл бұрын
@@kskroyaltechn how the heck we do that??
@Tetroner Жыл бұрын
i know it's late to comment here. But after installing the grub won't even load on secure boot it shows invalid signature. And is there anyway to increase partition size after arch linux installation using tools like gparted? because gparted gives me greyed out for resize/move. If i boot into some other iso with usb it gives the option to resize/move but i can only reduce it (EXT4) not increase from unallocated space. I tried one method of linux swap but it still doesnt allow me to increase size.
@arsenmkrtchyan4832 Жыл бұрын
os-prober didn't find windows boot manager for me, tried it two times, don't know why
@imrichmorvay2227 Жыл бұрын
super well done
@matthewpaolini2 жыл бұрын
I followed your tutorial and everything worked except, after the installation; my wifi adapter was not detected. You mentioned something about how to setup the wifi in your description. I don't see it listed anywhere. Could you possibly explain how to do this. My wifi worked during the installation but not after.
@kskroyaltech2 жыл бұрын
My bad sorry. Check this article it may help you -www.linuxandubuntu.com/home/how-to-setup-a-wifi-in-arch-linux-using-terminal
@matthewpaolini2 жыл бұрын
@@kskroyaltech Thank you. I figured it out with the menu nmtui setup.
@ロレロ2 жыл бұрын
thank you brother 🙏
@kskroyaltech2 жыл бұрын
You're most welcome
@uwemu-hs9bf Жыл бұрын
Hello, first of all thank you for the really well done video. I was able to set up a bootable and working Arch Linux in parallel to my Windows 11 with it yesterday. Before that I had turned off the "secure boot" in my BIOS (UEFI) and set up the grub just like in the video. However, the grub did not mount the Windows boot partition and I could only boot the desired system by switching the boot sequence in the BIOS. Maybe I have to change a setting in the BIOS - ROG Strix X570-E?
@kskroyaltech Жыл бұрын
Same issues I am getting on my HP Pavilion Gaming Laptop !! Will find a solution and update this comment.
@mpowereer6992 Жыл бұрын
can i do all shown in this tutorial when i have separated disk?
@kskroyaltech Жыл бұрын
100% for that matter. I made a dedicated video which is very easy to do. Here is a link: kzbin.info/www/bejne/mmbVoqh8hdybY7s&pp=ygURYXJjaGxpbnV4IGluc3RsYWw%3D
@nddsa Жыл бұрын
i cant see windows boot loader anymore in the grub install
@oyasumigabriel2 жыл бұрын
fun fact you can literally use the part of the video which contains 'Formating disk partitions' on archinstall, if you're lazy as me.
@namelname83712 жыл бұрын
12:55 Only shows me dev/sda1 it's all allocated to Microsoft basic data and my total size is 14.7 so no free space. SOS HELP MEE
@totallyzenmode2 жыл бұрын
When are you going to post the legacy bios video 😢
@SADDE Жыл бұрын
what's the font you use for the console you ssh'd from?
@kskroyaltech Жыл бұрын
Monaco
@fartball78 Жыл бұрын
At 26:30 when i enter the command it says it "failed to get canonical path of 'airootfs' "
@Wolfyxon2 жыл бұрын
os-prober can't find windows for me
@darwinzaldana56762 жыл бұрын
Can you resolve? I dont
@IonelCristea Жыл бұрын
25:53 Unfortunately for me it went this far! It doesn't appear like that to me, it's empty space...
@1965kings11 ай бұрын
Phenominal!!!🎉
@szvq2 жыл бұрын
Hey man after rebooting and using the command sudo pacman -Sy, I got this error: failed to synchronize all databases (invalid URL for server). Anyway I can fix this?