Just a little note that you should also disable 'fastboot' in windows better installing Linux so that the shutdown is actually doing a full shutdown and not the partial 'fastboot'.
So good Tutorial, especially for beginners. Had some issues because my C: drive was secured with BitLocker, but now everything is smoothly. Thank u so mutch
If you’re experiencing sound issues on your Arch Linux system, especially with Intel-based sound cards, installing the sof-firmware package might resolve the problem. This package provides the necessary software and firmware for Intel sound devices.
Thank you, it is a major pain in the ass to boot with UEFI , this video helped a lot. I am glad to use arch install this time, I did this all manually before and kept having to restart every time
Windows 11 doesn't remove Arch anymore when you start with Arch. Install Arch as usual, Free up some space, Now install windows, select the unallocated space (select new or just install). Windows will be default, go to your bios and rearrange the boot up sequence to Arch. then continue from there with os-prober and updating grub.
@@anonymoussavage9974 I've installed Arch Linux on dual boot along with Windows 11, and also deleted it using the process shown in this video. I've had no problem
BTRFS supports multiple compressions, I used chatGPT few months back and It told Me to use ZLIB compression. *mkfs.btrfs /dev/SDX* (Replace SDX with valid partition identifier ) To enable ZLIB Compression: *chattr +c /dev/SDX* You can verify that compression is enabled by using the *btrfs filesystem df*
At 14:49 after I reboot my PC it always forcefully boots windows up instead of arch linux. I don't even have the menu to choose from. However, if I go to advanced startup options and choose boot from a device I have 2 GRUBs. Even when I choose one of those GRUBs I always end back in windows. How can I fix this?
go to bios,boot menu and there should be a setting where you can change the priority of windows and grub. make grub 1st and it will open grub when u open ur computer.
The arch wiki says that you are supposed to use the EFI partition that Windows 11 has already created and mount it to /efi. To do that can I just create the /mnt/efi directory and mount the Windows 11 EFI partition like you did at 9:12? And if I install grub like you did at 14:06, will it delete the files windows has on the EFI partition? Also if I want to use btrfs instead of ext4 can I select that in the archinstall script or do I have to format the partition first like you did?
For those having trouble with GRUB - os-prober didn't work for me, I had to mount the windows EFI and rerun the commands /dev/nvme0n1p1 is Windows EFI System in my case mkdir /mnt/windows-efi mount /dev/nvme0n1p1 /mnt/windows-efi grub-mkconfig -o /boot/grub/grub.cfg Great video, saved me a lot of time ❤
Appreciate the video, very well done. Unfortunately, it failed miserably on my Lenovo Legion 9...probably due to the raid config. Couldn't find the partitions.
Some kind of error if you find like If you find pacstrap error it’s because few days ago kde plasma got updated so it cannot detect the new files so you must do pacman -Sy pacman -Sy archlinux-letting pacman -Sy archinstall Then go for archinstall
Hello, I have been having some issues with GRUB in this tutorial. Everything goes perfectly up until I have to restart my computer to boot into GRUB. It will boot into Windows 11 despite GRUB being at the top of the boot order, and when I press f12 on startup and try to boot into it from there, it refuses and leaves me in the boot menu with the screen cleared until I use the arrow keys to highlight options. Holding shift on startup brings me to Windows Boot Manager, which shows Windows 11 as the only operating system. I have disabled fast boot and my computer says secure boot is unsupported. Any help would be greatly appreciated, and let me know if any more information about my computer is needed!
I *had* the same problem following his other tutorial (without archinstall script) and unfortunately I don't know what I did to fix it. I just backtracked and tried doing things again until it worked? Maybe I missed a step somewhere.
how do you solve the issue of not finding efi in the type. I allocated 1GB for efi then i had to select primary or extended and after selecting primary i didn't see efi in type
I'm installing rn, gives me stress reading the error result in here 😭 I will update my fate in few minutes Update: It works guys, I wrote this using my newly installed arch linux 😁
great, easy to follow video. Thanks. Question: How can I change the default text size of grub when I select which OS to use? I have a 4k laptop screen and the text is really tiny Can I change the order in which GRUB displays? Right now it is set to Arch linux, than Advanced Arch and than Windows. I would like Windows to be first and default if nothing was chosen, than Arch linux.
Do this : *sudo nano /etc/default/grub* Look for the line that starts with GRUB_GFXMODE or add it if it doesn't exist. This line defines the screen resolution and color depth that GRUB should use. You can set it to a higher resolution appropriate for your 4K screen.For example *GRUB_GFXMODE=1920x1080* and I you want to set windows to boot first set this : *GRUB_DEFAULT=2* Remember that GRUB starts counting entries from zero, so if Windows is the third entry, its number would be 2. then *sudo update-grub*
After arch installation and reboot, there was no grup loader screen but a blue MS screen asking me to recover bitlocker key. After some googling, I noticed that in my windows 11, bitlocker encryption was enabled somehow. Anyway, I found my bitlocker key in online ms account, I could login Win11 and delete partitions as you described, that was a failure story I guess :)
Hey buddy , i am a college student and i wanted to explore linux , programming , app and android development , python , coding , etc . I am totally a new comer in this field , can you please suggest me a good linux distro for above requirements ❤😅😅
You can do that. But deleting Snap is like killing ubuntu. Canonical integrated Snap tightly with ubuntu. Anyway I will test it first and make a video on that.
If you’re experiencing sound issues on your Arch Linux system, especially with Intel-based sound cards, installing the sof-firmware package might resolve the problem. This package provides the necessary software and firmware for Intel sound devices.
@@kskroyaltechyes full process please like if I disable sddm or any display manager then how to login with tty all the time because I tried this but part of the screen is completely blank also touch gestures were not working
isn't installing your preferred login manager, setting it to the default and then removing the existing one enough? For removing a package in Arch it's basically sudo pacman -Rnds
@@nikhiljohnjose6739 i was able to reboot but i thing i installed hyprland using script so there are some customizations which preventing me to use another login manager without adding some commands in config file to use full screen
@@Amit-hb9ex ah i see.. I'm sorry that I can't help you there coz I've only worked with i3 and bspwm as window managers... Other than that I've only used desktop environments. Sorry again
For some systems, the wireless card isn't detected, so the first steps of using iwctl won't even work. Could you make video(s) about what to do when that happens?
Hello I was following your guide until an unexpected error came up after trying to install grub on the boot partition Input: grub-install - target=x86_64-efi -efi-directory=/boot -bootloader-id=GRUB Output: Installing for x86_64-efi platform. 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. I think the issue is that I am using BIOS and not UEFI but I still don’t know how to install grub to boot partition. I would be so thankful for help.
@@namanpandit9801 hey did you have to restart by wiping and reusing the same USB you used initially or did you buy a new one? I have the same problem with an ASRock motherboard and if I don't turn on UEFI I can't get the USB to show up as a booting option
Had to allow RUFUS boot manager to run in win11 23H2. Win11 fried 2 USB stIcks. Disabled secure boot, fast boot and enabled USB wake on S4 and win11 wouldn't allow USB to post after all that on ACER Nitro 7
at the end of archinstall while pressing install it says "boot partition not found", but in the disk configuration its showing the boot partition of 1G as said, whats the problem? i used balena etcher instead of rufus, is it the problem?
It works , Once ArchInstall is done installing arch linux a prompt to perform post installation will appear choose YEs to enter into CHROOT and install grub manually.
@@kskroyaltech no it litterally dosent let you install, i already figured it out by doing it manually so im pretty sure it was a problem with archinstall, thanks for the tutorial though
@@kskroyaltech it doesn't even let you select install option at the end of archinstall script to start the installation which you have shown in the video at 12:50 , i have seen some people commenting the same :(
I get this error “failed to install packages to new root” when running archinstall please help me. Btw im installing arch again on my laptop which led to this problem i guess
Hi, Thanks for the video I followed steps by steps got successfully installed arch using xfce, But in terminal when I press tab for autocompletion it does not show directories or files any solution??
Device in this particular scenario is PERIPHERAL Device such as USB drive.. Reconnect the USB Drive or Pen Drive to USB 2.0 Port and you will see Rufus recognising your drive.
Hello, I just purchased a brand new HP 15-fc0017nl Notebook (Ryzen 3 7320U, 8 GB DDR5 RAM, 500 GB nvme, Windows 11 Home S mode). I realized that Windows 11 partitions are encrypted by Bitlocker and secure boot is enabled. In order to install Arch, what do I have to do first? Disabling win11 encryption? Or disabling secure boot from the BIOS? Or both? Thank you
Hello ksk royal in the 12:56 I accidentally press Enter instead of 1 twice will there be effect in there arch or I should delete it then restart the process
@@kskroyaltech There was error, and it didn't work it can't exit so I turn off and restart when it took a little bit while to fix and delete in the second time I successful install arch thanks to Gode
Recently I tried installing Linux mint and faced a lot of issues like wifi driver not working and dual display not detected on my Gaming laptop. Will arch Linux be helpful for me?
@@kskroyaltech I just finished installing the dualboot from this video, I will wait eagerly and I thank you for what you do, you saved me a lot, a question I had is that to save the system changes you add in arch to roast them to another computer directly do a disk clone or do you make a save of the important files of the systems and already? Thank you and have a nice day.
Can you tell me which linux distro best for me. I'm web developer. I'm working on mern stack developer and focus react native. My desktop configuration intel core i3 7th Generation ram 8gb, SSD 240gb, hard disk 1tb. Also i want to use hyprland
Arch is just a good choise for most of stuff, but if you have nvidia gpu..... just dont go with hyprland if you have nvidia gpu. nvidia-settings just doesnt work on wayland
@@unitazerbut I am using hyperland with nvidia 2050 on Fedora and it's working good for now what's the problem people are facing Or what you recommend for arch wm or de and which one
Thank you for the video, but I really need your help, I have two problems first when I choose the windows 10 version when I boot the laptop it tells me that I have to locate the windows version. and the second problem I used a hard drive as flash USB with a lot of data on it and I put the ubuntu version on it as you ssaied but I lost all the data ante it can't read on another windows laptop. what I can do now ? Any help please
When you burn your flashdrive or harddrive with any iso it warns you that you will lose all your data. Now there's no way you can get that, and about the part where your laptop can't read it , you have to go to diskpart select that disk and use delete override something like this then you have to create new simple vol and your pc will recognise that however your data won't be back
ERROR, HELP NEEDED Under the Install in archinstall it's showing invalid configuration: Boot Partition not found, I've done everything as same as the video. What to do?
Help...i am getting two errors...1)Bad magic number in super-block while trying to open /dev/nvme0n1p8 , and 2)failed to mount '/dev/nvme0n1p8 on real root , was there a problem from my side during installation?
Just a little note that you should also disable 'fastboot' in windows better installing Linux so that the shutdown is actually doing a full shutdown and not the partial 'fastboot'.
Thank you very much, I've been suffering for 3 days. And then I did it in 40 minutes!
bro... you are a legend. ive had the problem of the windows boot not showing up in grub for several months and you fixed it so easily. thank you
great video, i was very overwhelmed by all of the other tutorials, but this one was easy to follow and well-paced.
So good Tutorial, especially for beginners. Had some issues because my C: drive was secured with BitLocker, but now everything is smoothly. Thank u so mutch
Spent hours fixxing the audio issue, finally found this
hope this helps someone in need.
sudo pacman -S sof-firmware
sudo reboot
If you’re experiencing sound issues on your Arch Linux system, especially with Intel-based sound cards, installing the sof-firmware package might resolve the problem. This package provides the necessary software and firmware for Intel sound devices.
Lifesaver
@@thexselimyn This is definitely a ChatGPT response.
Thank you, it is a major pain in the ass to boot with UEFI , this video helped a lot. I am glad to use arch install this time, I did this all manually before and kept having to restart every time
Awesome..
you saved me with the partition info. thank you so much
Did you figure out how to add swap?
Windows 11 doesn't remove Arch anymore when you start with Arch. Install Arch as usual, Free up some space, Now install windows, select the unallocated space (select new or just install). Windows will be default, go to your bios and rearrange the boot up sequence to Arch. then continue from there with os-prober and updating grub.
Make a tutorial
@@BloodyBladeKW Lol how? I'm not a youtuber
@@snlonlineuse ai voice
So if I have windows and I want to dualboot with arch, install it, then I try to remove arch I won't have problems right?
@@anonymoussavage9974
I've installed Arch Linux on dual boot along with Windows 11, and also deleted it using the process shown in this video.
I've had no problem
Fantastic tutorial. I was trying to find an tutorial talking about dual boot and using archinstall. You helped me a lot. Thanks
Super .. Subscribe to see more content.
@@kskroyaltech Done
Thank you very much bro, I successfully installed Linux on my external hard disk
I'm struggle with disk configuration on archinstall and need the easy one, using cfdisk is the quick way. Many thank's to solve mu problem
Best video ever, i finally installed arch linux and also i can still use windows! Thanks, like
Thanks, this is so cool im usually a window ps user but took me like a few hours to do it from today and yesterday
Thanks so much haha. Had a little hiccup with bitlocker but i resolved it
Great video and very easy to follow. Thanks for making it!
Now, I can say “ I use arch, btw 😎”
Really helpful, thanks! Can you describe how to enable compression on a btrfs volume instead of ext4?
BTRFS supports multiple compressions, I used chatGPT few months back and It told Me to use ZLIB compression.
*mkfs.btrfs /dev/SDX* (Replace SDX with valid partition identifier )
To enable ZLIB Compression:
*chattr +c /dev/SDX*
You can verify that compression is enabled by using the
*btrfs filesystem df*
Very helpful video. Have been trying to make it work and it helped so much!
You're welcome!
At 14:49 after I reboot my PC it always forcefully boots windows up instead of arch linux. I don't even have the menu to choose from. However, if I go to advanced startup options and choose boot from a device I have 2 GRUBs. Even when I choose one of those GRUBs I always end back in windows.
How can I fix this?
go to bios,boot menu and there should be a setting where you can change the priority of windows and grub. make grub 1st and it will open grub when u open ur computer.
@@EfrectThanks so much man, I thought I messed up the install ❤
Great video! Worked perfectly...thanks
The arch wiki says that you are supposed to use the EFI partition that Windows 11 has already created and mount it to /efi. To do that can I just create the /mnt/efi directory and mount the Windows 11 EFI partition like you did at 9:12? And if I install grub like you did at 14:06, will it delete the files windows has on the EFI partition? Also if I want to use btrfs instead of ext4 can I select that in the archinstall script or do I have to format the partition first like you did?
For those having trouble with GRUB - os-prober didn't work for me, I had to mount the windows EFI and rerun the commands
/dev/nvme0n1p1 is Windows EFI System in my case
mkdir /mnt/windows-efi
mount /dev/nvme0n1p1 /mnt/windows-efi
grub-mkconfig -o /boot/grub/grub.cfg
Great video, saved me a lot of time ❤
Thanks man you saved me
Still not working for me 😢
Sheesh you're a life saver, thanks man!
Yeah sorry i'm just a dumbass i was doing this from the installer so of course it doesn't work 😂
Appreciate the video, very well done. Unfortunately, it failed miserably on my Lenovo Legion 9...probably due to the raid config. Couldn't find the partitions.
thank u a lot! it was easier than i thought, u re a genius!
You are welcome.
I'll try this when I have a new laptop in 2 weeks. Hopefully that laptop's wireless card is supported by Linux.
Amazing setup ❤
Thanks 😁
Some kind of error if you find like
If you find pacstrap error it’s because few days ago kde plasma got updated so it cannot detect the new files so you must do
pacman -Sy
pacman -Sy archlinux-letting
pacman -Sy archinstall
Then go for archinstall
Thank you so much for telling. Yes this issue is there.But I mentioned the same in the video
pacman -Sy
pacman -Sy archlinux-keyring
THANK YOU!!! Very useful!
Hello, I have been having some issues with GRUB in this tutorial. Everything goes perfectly up until I have to restart my computer to boot into GRUB. It will boot into Windows 11 despite GRUB being at the top of the boot order, and when I press f12 on startup and try to boot into it from there, it refuses and leaves me in the boot menu with the screen cleared until I use the arrow keys to highlight options. Holding shift on startup brings me to Windows Boot Manager, which shows Windows 11 as the only operating system. I have disabled fast boot and my computer says secure boot is unsupported. Any help would be greatly appreciated, and let me know if any more information about my computer is needed!
I *had* the same problem following his other tutorial (without archinstall script) and unfortunately I don't know what I did to fix it. I just backtracked and tried doing things again until it worked? Maybe I missed a step somewhere.
great video brother thanks a ton
how do you solve the issue of not finding efi in the type. I allocated 1GB for efi then i had to select primary or extended and after selecting primary i didn't see efi in type
great video, helped me a lot! thank you!!
Wait is it possible to do this with a legacy bios? Or maybe a video link?
Worked like a charm thanks
Thank you so much!! Bro ❤
I should look for this video before trying to dual boot by myself xD
Sure
I'm installing rn, gives me stress reading the error result in here 😭 I will update my fate in few minutes
Update:
It works guys, I wrote this using my newly installed arch linux 😁
Thank you 😊
very useful, thank you!
Bro should I use full / or separate root and home directory
can I select a different Desktop environment(like Hyprland) using this tutorial?or do I have to follow a different tutorial?
i think you can. you can even install more DEs after installing Arch, if im not wrong
You're a life saver
Can you do a video with systemd and W11 dual boot for Arch?
OKAY
Thanks, that helped alot
Thanks! Can you reenable Secure Boot after the installation?
Nope
Why do you want to
@@xenizgaming3778Security reasons
I mean you won't be able to use Arch though
Yes
great, easy to follow video. Thanks.
Question:
How can I change the default text size of grub when I select which OS to use? I have a 4k laptop screen and the text is really tiny
Can I change the order in which GRUB displays? Right now it is set to Arch linux, than Advanced Arch and than Windows. I would like Windows to be first and default if nothing was chosen, than Arch linux.
Do this :
*sudo nano /etc/default/grub*
Look for the line that starts with GRUB_GFXMODE or add it if it doesn't exist. This line defines the screen resolution and color depth that GRUB should use. You can set it to a higher resolution appropriate for your 4K screen.For example
*GRUB_GFXMODE=1920x1080*
and I you want to set windows to boot first set this :
*GRUB_DEFAULT=2*
Remember that GRUB starts counting entries from zero, so if Windows is the third entry, its number would be 2.
then
*sudo update-grub*
After arch installation and reboot, there was no grup loader screen but a blue MS screen asking me to recover bitlocker key. After some googling, I noticed that in my windows 11, bitlocker encryption was enabled somehow. Anyway, I found my bitlocker key in online ms account, I could login Win11 and delete partitions as you described, that was a failure story I guess :)
OH My God. Bit locker is an enemy to linux.
I get boot partition not found.
Same did u find solution
Bro, thank you for your work.
really great tutorial ! you go a little fast for me i'm a noob when it come to linux but Thanks! LOL
Sorry!
Hey buddy , i am a college student and i wanted to explore linux , programming , app and android development , python , coding , etc .
I am totally a new comer in this field , can you please suggest me a good linux distro for above requirements ❤😅😅
Try Zorin OS, Ubuntu, pop os or linux mint.
@@kskroyaltech ok, thanks I will try it ✌️
Thanks man you are genius ❤
My greetings from saudia arabia ❤❤❤
Why didnt you use btrfs for /
Cool tuto
I request you to make a completely guide video on how to uninstall snap completely from ubuntu and also no let it install automatically in future.
You can do that. But deleting Snap is like killing ubuntu. Canonical integrated Snap tightly with ubuntu. Anyway I will test it first and make a video on that.
@@kskroyaltech thx a lot sir, I am waiting for further information
Thank you very much!
You are my hero, thank you
Thank you so much
great stuff thank you very much
If you’re experiencing sound issues on your Arch Linux system, especially with Intel-based sound cards, installing the sof-firmware package might resolve the problem. This package provides the necessary software and firmware for Intel sound devices.
Thanks for helping the community. I appreciate that.
Np@@kskroyaltech
can I use this guide to install arch linux on intel mac mini without t2? tnks
Yes you can ,, but be careful and follow the prompts accordingly.
@@kskroyaltech Need a tutorial, I follow this guide... I can't have at moments the dual boot😭
In your hyperland arch video tell me how to Remove login manager i want to use different different one or just use tty
You mean SDDM or GDM ?
@@kskroyaltechyes full process please like if I disable sddm or any display manager then how to login with tty all the time because I tried this but part of the screen is completely blank also touch gestures were not working
isn't installing your preferred login manager, setting it to the default and then removing the existing one enough? For removing a package in Arch it's basically sudo pacman -Rnds
@@nikhiljohnjose6739 i was able to reboot but i thing i installed hyprland using script so there are some customizations which preventing me to use another login manager without adding some commands in config file to use full screen
@@Amit-hb9ex ah i see.. I'm sorry that I can't help you there coz I've only worked with i3 and bspwm as window managers... Other than that I've only used desktop environments. Sorry again
My efi partition has 260mb. Will it be enough to boot arch. As it will be uavin windows boot laoder???
Thanks!
For some systems, the wireless card isn't detected, so the first steps of using iwctl won't even work. Could you make video(s) about what to do when that happens?
Will try addressing the issue..
Thank you!
u can always use ur phone's tether function if youre out of options
True, but to figure out which driver to install and how, that's also something!
Hello I was following your guide until an unexpected error came up after trying to install grub on the boot partition
Input: grub-install - target=x86_64-efi -efi-directory=/boot -bootloader-id=GRUB
Output: Installing for x86_64-efi platform.
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.
I think the issue is that I am using BIOS and not UEFI but I still don’t know how to install grub to boot partition.
I would be so thankful for help.
Bro happened to me just make a new usb and redo the whole process this is how I fixed it
@@namanpandit9801 hey did you have to restart by wiping and reusing the same USB you used initially or did you buy a new one? I have the same problem with an ASRock motherboard and if I don't turn on UEFI I can't get the USB to show up as a booting option
@@no-tg8pnyou can use the same USB by cleaning it and re-adding Arch with whatever program, also, your original iso may be corrupt.
@@Sinivaal i fixed the problem thanks anyway though man
thank you very much bro :)
Had to allow RUFUS boot manager to run in win11 23H2. Win11 fried 2 USB stIcks. Disabled secure boot, fast boot and enabled USB wake on S4 and win11 wouldn't allow USB to post after all that on ACER Nitro 7
what font is the one you use in your terminal?
Monaco
@@kskroyaltechthank you!
Why use proprietary and not open source nvidia drivers?
at the end of archinstall while pressing install it says "boot partition not found", but in the disk configuration its showing the boot partition of 1G as said, whats the problem? i used balena etcher instead of rufus, is it the problem?
same, i think its a problem with the recent update with arch(and i did use rufus)
just wait for a updated tutorial
It works , Once ArchInstall is done installing arch linux a prompt to perform post installation will appear choose YEs to enter into CHROOT and install grub manually.
@@kskroyaltech no it litterally dosent let you install, i already figured it out by doing it manually so im pretty sure it was a problem with archinstall, thanks for the tutorial though
@@kskroyaltech it doesn't even let you select install option at the end of archinstall script to start the installation which you have shown in the video at 12:50 , i have seen some people commenting the same :(
TYVM
I'm having audio issue
Hello, Can you make for parrot linux video how do to dual boot in window
initramfs unpacking failed: invalid magic at start of compressed archive
help
No module named 'pydantic'. How can I install this module?
After booting arch i get an error: initramfs unpacking failed: invalid magic at start of compressed archive
Pls someone help 😭
me too, any solution? please
Try to recreate a bootable USB again with Arch Linux..
I did it! thanks
I get this error “failed to install packages to new root” when running archinstall please help me. Btw im installing arch again on my laptop which led to this problem i guess
Hi, Thanks for the video I followed steps by steps got successfully installed arch using xfce,
But in terminal when I press tab for autocompletion it does not show directories or files any solution??
Use Oh MY ZSH ..
@@kskroyaltech Thanks its working 😊
what is device? when you open rufus? bc when i open the program i have no device like when i trying to choose a device it's completely nothing there
Device in this particular scenario is PERIPHERAL Device such as USB drive.. Reconnect the USB Drive or Pen Drive to USB 2.0 Port and you will see Rufus recognising your drive.
2:54 why you selected MBR instead of GPT?
Because MBR supports USB booting on Both BIOS and UEFI machines.
All this to get an error at the end of my installation
Hello, I just purchased a brand new HP 15-fc0017nl Notebook (Ryzen 3 7320U, 8 GB DDR5 RAM, 500 GB nvme, Windows 11 Home S mode). I realized that Windows 11 partitions are encrypted by Bitlocker and secure boot is enabled. In order to install Arch, what do I have to do first? Disabling win11 encryption? Or disabling secure boot from the BIOS? Or both? Thank you
I always reccommend doing a brand new windows install regardless what you are doing
Do both otherwise arch won't boot up and if some error happens windows would kich you out coz of bitlocker
@@reck_px15 Yes I did so and it was ok. Now can I re-enable Secure Boot from Bios?
@@racingtheweb it's better not to coz you might face error however if you use other distros like Ubuntu you can turn it back on since it uses shim4
@@reck_px15 thanks
Hello ksk royal in the 12:56 I accidentally press Enter instead of 1 twice will there be effect in there arch or I should delete it then restart the process
DOnt worry, it wont do anything, just follow the installer and see if it reports any error.
@@kskroyaltech There was error, and it didn't work it can't exit so I turn off and restart when it took a little bit while to fix and delete in the second time I successful install arch thanks to Gode
Recently I tried installing Linux mint and faced a lot of issues like wifi driver not working and dual display not detected on my Gaming laptop. Will arch Linux be helpful for me?
Give a try. Choose GNOME Desktop.
which graphics driver tp select for RTX 3050 with Ryzen 6800H
just use this command to auto install the latest driver
sudo pacman -Sy nvidia
thank you!
Wouldn't it be better to install arch first and then Windows so that it doesn't give problems with grub?
Yes it's much better in that way. Probably I will make a video on that topic.
@@kskroyaltech I just finished installing the dualboot from this video, I will wait eagerly and I thank you for what you do, you saved me a lot, a question I had is that to save the system changes you add in arch to roast them to another computer directly do a disk clone or do you make a save of the important files of the systems and already? Thank you and have a nice day.
Guys, dont know why, but in arch2024.05.01 and arch2024.04.01 archinstall script breaks when you update it. Tried without updating and it works.
Also don't use Optional repositories.
Can you tell me which linux distro best for me. I'm web developer. I'm working on mern stack developer and focus react native. My desktop configuration intel core i3 7th Generation ram 8gb, SSD 240gb, hard disk 1tb. Also i want to use hyprland
Arch is just a good choise for most of stuff, but if you have nvidia gpu..... just dont go with hyprland if you have nvidia gpu. nvidia-settings just doesnt work on wayland
I suggest you go with ubuntu LTS.
@@unitazerbut I am using hyperland with nvidia 2050 on Fedora and it's working good for now what's the problem people are facing
Or what you recommend for arch wm or de and which one
Why go with ubuntu can you tell me? Why not arch linux?
You can go with Arch Linux. but ubuntu community is bit high.
Thank you for the video, but I really need your help, I have two problems first when I choose the windows 10 version when I boot the laptop it tells me that I have to locate the windows version. and the second problem I used a hard drive as flash USB with a lot of data on it and I put the ubuntu version on it as you ssaied but I lost all the data ante it can't read on another windows laptop. what I can do now ? Any help please
When you burn your flashdrive or harddrive with any iso it warns you that you will lose all your data. Now there's no way you can get that, and about the part where your laptop can't read it , you have to go to diskpart select that disk and use delete override something like this then you have to create new simple vol and your pc will recognise that however your data won't be back
How about Arch Hyprdots for Dual Setup (win11) ? can i just install hyprdots on this Arch setup ?
Yes you can install Hyprdots on the arch Linux
*Setup Hyprland Manually Step BY Step Guide*
th-cam.com/video/FTVZ5f7Wg6U/w-d-xo.html ...
ERROR, HELP NEEDED
Under the Install in archinstall it's showing invalid configuration: Boot Partition not found,
I've done everything as same as the video. What to do?
Yep same problem here...
yep same problem here
:(
modprobe ahci
try this before archinstall
@@kumigaoo7590 i did handle the disk selection manually
helpful❤
Glad it helped
Does it work with win 10
yes it does, tried it and worked flawlessly on my laptop
Help...i am getting two errors...1)Bad magic number in super-block while trying to open /dev/nvme0n1p8 , and 2)failed to mount '/dev/nvme0n1p8 on real root , was there a problem from my side during installation?
Did u format the Partitions with Vaild File Systems ?
Is it okay if I don't connect to wifi while installing Arch I don't have wifi and it doesn't show mobile hotspot when I enter the command ??
You have to connect to wifi.. Otherwise how can you setup..
how to install windows on arch as a dual boot make a video please