How to Dual Boot Arch Linux and Windows 11 (2024) // BRAND NEW INSTALL GUIDE

  Рет қаралды 170,580

Ksk Royal

Ksk Royal

Күн бұрын

Пікірлер: 600
@talhax68
@talhax68 8 ай бұрын
For anyone having struggles with plasma-wayland-session, the package got removed. It is now a part pf plasma-workspace. You can replace plasma-wayland-session with plasma-workspace.
@modd4185
@modd4185 8 ай бұрын
Thanks mate
@BloodyBladeKW
@BloodyBladeKW 8 ай бұрын
But plasma wayland sesión is hyprland?
@Pep0720
@Pep0720 8 ай бұрын
Ty!
@HYronek
@HYronek 8 ай бұрын
love you
@onearus5006
@onearus5006 7 ай бұрын
THANKS!
@momo_hl
@momo_hl 8 ай бұрын
Possibly the best arch dual boot tutorial I've ever seen
@18akashrajput45
@18akashrajput45 7 ай бұрын
If your os-prober is unable to detect Windows Boot Manager, try to install fuse3. Apparently os-prober is dependent on fuse3 to work properly.
@Devanshsrv
@Devanshsrv 6 ай бұрын
Thanks for this comment
@Bigrizz69
@Bigrizz69 6 ай бұрын
Don’t mess with the whistle ❤
@Bigrizz69
@Bigrizz69 6 ай бұрын
Obey the whistle ❤
@herclasnido
@herclasnido 5 ай бұрын
Thanks that solved my problem! ✌️
@raghuveersinghbora1424
@raghuveersinghbora1424 2 ай бұрын
Thanks bro, you are awesome ❤
@motionless6449
@motionless6449 6 ай бұрын
If none has mentioned yet, you dont necessarily need the swap partition unless your using an older device or one with scarce RAM, you can still use it if you have a decent amount but it is neither going to hinder the performance nor is it likely going to increase performance.
@kesocos
@kesocos 5 ай бұрын
Also base-devel isn't necessary too unless you want to compile c,c++ code and build from source
@KachiYES
@KachiYES 2 ай бұрын
​@@kesocos... which is something that ALL arch linux users would do on a daily basis
@bomb5994
@bomb5994 Ай бұрын
What about EFI? I heardit's not needed if you already have a windows EFI
@robertdavis5664
@robertdavis5664 3 күн бұрын
​@bomb5994 The point of a separate EFI is Arch can be completely removed easily without effecting Windows. Watch end very end.
@anuragburute5561
@anuragburute5561 6 ай бұрын
I have used arch for last 7 years on many.......many machines... That includes dual booting with Linux s and windows Evrytime it's a different experience... Different problems and different googlin tactics. All I want to say you have done a stunning job on this video and attention details is impeccable ( font size in first prompt, windows not showing in grub, connecting to net iwctl and nm etc). Well done, keep it up and thanks a lot.
@aju5955
@aju5955 6 ай бұрын
Bro which is better i going to dual boot arch linux then black arch linux download alternatively top of arch its safe
@rolandkiss4958
@rolandkiss4958 5 ай бұрын
Just dont use blackarch lmao
@aju5955
@aju5955 5 ай бұрын
@@rolandkiss4958 y bro
@therealcrispin
@therealcrispin 4 ай бұрын
I don't usually leave comments on KZbin, but because of how you guided me through the installation process of this hellish, yet rewarding challenge, you can confidently call yourself the technological GOAT of KZbin. Amazing job, thank you for such a great video. I'm just starting my Linux and programming journey, but seeing the community around this operating system, I realize that after 10 years of torture in advertising, I've found my place and the desire to change careers is the best thing I could have done. Thanks again and good luck!
@mathiashenriksen5307
@mathiashenriksen5307 5 ай бұрын
If you are having trouble adding windows bootloader as a grub option (os-prober not discovering it), it worked for me only after mounting the windows bootloader, i.e., lsblk to identify the windows bootloader partition and then sudo mkdir /mnt/win11 sudo mount /dev/ /mnt/win11 and running grub-mkconfig again
@AliceLycoris
@AliceLycoris 4 ай бұрын
thank you for this!
@azreyleonchannel4773
@azreyleonchannel4773 3 ай бұрын
Noted
@the_dark_kerm
@the_dark_kerm 17 күн бұрын
How did you identify the windows bootloader?
@terminalvelocity4858
@terminalvelocity4858 10 ай бұрын
Fyi, while using */boot* as esp works, when doing efi, */boot/efi* should be the boot partition location. This is easily accomplished by mounting only your root partition, installing the base system, then create an "efi" folder in /boot of the newly installed system. After, mount the boot partition, swap, etc. The next step is also genfstab, so it fits perfectly. Once you reach the grub-install command, simply point esp to your /boot/efi path. Again, using /boot works, but for correctness, that is the proper way to do it with grub and also how many other distros do as well (Debian, for example). GREAT video and truly appreciate you installing the official Arch way, I've used Arch for 16 years now and felt like it your guide was done properly, straight from the wiki. 🐧
@UniceSmith-yt
@UniceSmith-yt 10 ай бұрын
How do you access the boot/efi if it is on another disk. All dual boot videos are using the same drive. I wish there a video with two drives. 1 windows and 1 linux
@terminalvelocity4858
@terminalvelocity4858 10 ай бұрын
@@UniceSmith-yt Then lets say */dev/sda1* (first drive) is where you want your efi and */dev/sdb1* (second drive) is where you want the rest of your system. The only difference here would be mounting */dev/sda1* to */boot/efi* folder on */dev/sdb1* and then pointing your grub-install path the same exact way to */boot/efi* - It's that simple. If you are installing Linux on it's own drive, then you would just do a normal install as I my initial comment said. Multiple EFI boot partitions on one machine is common with dual-boot and makes it easy to chain load via grub or bios boot menu.
@terminalvelocity4858
@terminalvelocity4858 10 ай бұрын
@@UniceSmith-yt Also, as shown in the video here, you can easily setup os-prober to have grub detect other OS like Windows. It doesn't matter if Linux is installed on the same drive or not. Once done, use your bios to point to the Linux boot and from there you can choose Windows or Linux.
@UniceSmith-yt
@UniceSmith-yt 10 ай бұрын
@@terminalvelocity4858 Great information, thank you. I remember trying that with no success. I finally used endeavour OS installer because I could not do it with Arch and os-prober and grub. Endeavour OS used systemd-boot instead of grub. I figured that was the only to do it.
@ridhamsachde
@ridhamsachde 8 ай бұрын
@terminalvelocity4858 @kskroyaltech In most of the uefi arch installation tutorials I have seen, most of them mount the efi partition to /boot/EFI (All uppercase efi). Is there any difference between both of these methods? I just can't understand and I am just too lazy to search a proper answer from the web.
@MarcinGomulak
@MarcinGomulak 3 ай бұрын
When grub-mkconfig is not detecting the Win11, then: 1. Install os-probe `sudo pacman -S os-probe` 2. Set the grub.cfg as in the video by uncommenting the disable os-probe 3. Do `sudo mkdir /mnt/win11` 4. Mount EFI part with `sudo mount /dev/nvme0n1p1 /mnt/win11` 5. Then run the grub-mkconfig
@InfoRevv
@InfoRevv Ай бұрын
It is /mnt bot /mint but thx bro
@MarcinGomulak
@MarcinGomulak Ай бұрын
@@InfoRevv edited, thx
@praveen_kumar227
@praveen_kumar227 Ай бұрын
Thanks🎉
@casualchou
@casualchou 10 ай бұрын
I am getting a laptop soon. Decided to install arch with hyprland ❤
@bharatmadho3742
@bharatmadho3742 Ай бұрын
18:45 plasma-wayland-session has been changed with plasma-workspace :)
@kskroyaltech
@kskroyaltech 16 күн бұрын
Yes sir. It's a new package.
@ebrahimsiami-td5ti
@ebrahimsiami-td5ti Ай бұрын
Thank you, thank you so much. I had the problem of installing this for 1 month. It's 4:53 am and I'm working on this for 5h. Finally it's installed and worked. Thank you sir
@kskroyaltech
@kskroyaltech Ай бұрын
Awesome and glad to hear that.
@robertdavis5664
@robertdavis5664 3 күн бұрын
Dude!!! You ROCK!!! Thank you so much for your awesome tutorials. I've tried out a few KZbin tutorials your's are the best IMO.
@aidenmunro6142
@aidenmunro6142 5 ай бұрын
Great tutorial. Got it done in an hour. Was scared to install archlinux before, thanks!
@drksquash
@drksquash 4 ай бұрын
Very nice tutorial but I have a problem. After leaving the USB drive I do not boot into Grub, but rather Windows 11. I can't prioritize Grub or the hardrive with Grub in the BIOS. I do in fact have the option to boot into Grub, but this only boot Windows 11. What am I doing wrong?
@Kyosune
@Kyosune 4 ай бұрын
Same problem here, using galaxy book 2 btw, dunno if the limited options in BIOS for UEFI are not enabling something necessary...
@ThatRandomLinuxUser
@ThatRandomLinuxUser 3 ай бұрын
If you can't make grub the main os to boot into, just enable the boot selector in bios and then select the arch Linux install.
@xpiravit1335
@xpiravit1335 3 ай бұрын
did you fix this?
@tiedninedash
@tiedninedash 3 ай бұрын
​@xpiravit1335 I had the same issue and was able to fix it by changing my boot order, for some reason Windows 11 was placed before Grub
@drksquash
@drksquash 3 ай бұрын
@@xpiravit1335 No, just ended up installing mint and decided doing this on a later point
@NithinSunnyKrishna
@NithinSunnyKrishna 3 ай бұрын
Setup Video is soo good that I kept it in my playlist for my reference installation process of this Linux Distro!
@kskroyaltech
@kskroyaltech 2 ай бұрын
Thank you so much
@Chris.Wiley.
@Chris.Wiley. 8 ай бұрын
Thank you for this tutorial. I was unaware that you could create an EFI partition for Arch separate from the Windows EFI partition. I thought they had to share the space so this makes it a lot easier!
@sharmaanmol162
@sharmaanmol162 8 ай бұрын
Did it work for you? I have been facing difficulties with the grub.
@sharmaanmol162
@sharmaanmol162 8 ай бұрын
I followed all the steps in this video and when asked to reboot I did that but the system loaded in win 11
@sharmaanmol162
@sharmaanmol162 8 ай бұрын
And now I can't boot Into arch without the usb
@kskroyaltech
@kskroyaltech 8 ай бұрын
Yes we can create a separate EFI for Arch .
@kskroyaltech
@kskroyaltech 8 ай бұрын
@sharmaanmol162 Hey, did u able to find Grub Boot Manager from the UEFI boot Menu ?
@sebby5336
@sebby5336 7 ай бұрын
Awesome tutorial. This has genuinely given me a better of stuff I previously didn't know regarding how dual boots even work in the first place and setting up other stuff, etc. Thank you so much for the amazing guidance. (took me four hours since i was documenting everything myself haha)
@kskroyaltech
@kskroyaltech 6 ай бұрын
Awesome.
@oaksaint4458
@oaksaint4458 5 ай бұрын
You're a lifesaver bro, this was my most seamless Arch installation ever.
@alexanderbelev610
@alexanderbelev610 8 ай бұрын
Very helpful and so easy. Thanks a lot!
@ml_bangla
@ml_bangla 8 ай бұрын
Plasma wayland session was changed to plasma workspace.
@Morningstar_-zz5oe
@Morningstar_-zz5oe 2 ай бұрын
Ily
@hi_659
@hi_659 2 ай бұрын
17:37 i have a problem here it says "connection activation failed: secrets were required, but not provided does anyone can help me with that please?
@salmon6327
@salmon6327 2 ай бұрын
Amazing tutorial thx 🙏
@viscerion2k206
@viscerion2k206 2 ай бұрын
if your efi partition size is small (100 or 150 mb), mounting EFI in /mnt/efi (/mnt/boot/efi is depreceated) will help instead of mounting in /boot, since grub will also be installed in the boot directory
@yaboi269
@yaboi269 7 ай бұрын
Why do you make a new efi partition when the Arch wiki says not to if you have an existing windows one?
@kskroyaltech
@kskroyaltech 7 ай бұрын
In some cases, when you update windows, I don't want to it to erase Arch Boot files from EFI partition if I use Windows ESP.
@yaboi269
@yaboi269 7 ай бұрын
@@kskroyaltech thank you. I have been curious of that. Thank you for your help getting me into arch
@aashuthoshsai
@aashuthoshsai 18 күн бұрын
Loved it, precise and accurate. The only thing I can think of that could have helped me better, is probably typing out the list of commands as an overlay in the video, so that I won't have to time my pauses. But otherwise a very helpful video that helped me install Arch 😊
@kskroyaltech
@kskroyaltech 16 күн бұрын
Thanks for the suggestion. Will put commands in my future videos.
@alexj-e7s
@alexj-e7s 2 ай бұрын
hey I loved your video! the first time I installed arch linux i just go straight with archinstall and never bother with this kind of setup. now after a few months of using arch i got a new laptop, ill followed all the steps here and boom i got my new arch setup. Thank you so much for this quality video!
@kskroyaltech
@kskroyaltech 2 ай бұрын
Awesome
@orikku
@orikku 7 ай бұрын
Thank you so much for this video!! Worked out perfectly for me!
@tuchboot857
@tuchboot857 17 күн бұрын
Tysm you're the legend ❤ (You received a new sub)
@kskroyaltech
@kskroyaltech 16 күн бұрын
Awesome, glad you like it!
@astroflexx82
@astroflexx82 10 ай бұрын
I’m not able to add Windows 10 to grub boot menu. os-prober is not detecting Windows 10 pleas help
@astroflexx82
@astroflexx82 10 ай бұрын
Edit: You have to mount windows and then run osprober. This fixed the issue for me
@astroflexx82
@astroflexx82 10 ай бұрын
@@matiaspincheira7571 mkdir /boot/windows then run mount /dev/nvme****(wherever partition you have your windows boot manager) /boot/windows
@hayatasama2394
@hayatasama2394 9 ай бұрын
Yeah this also fixed the issue for me
@lii3237
@lii3237 9 ай бұрын
sudo mount /dev/"insert name of your window partition" /mnt (usually windows partition is the first 100M option)
@gabrielamorim3516
@gabrielamorim3516 3 ай бұрын
@@lii3237 mine don't have the 100M partition, what to do in that case?
@RenaHauugu
@RenaHauugu 3 ай бұрын
Thank you so much you helped me figure this out since i didnt know much about grub!! Thank you again and have a great day!!
@kskroyaltech
@kskroyaltech 2 ай бұрын
awesome
@Josuegrs
@Josuegrs 6 ай бұрын
Thank you so much. This was really useful!
@Ryanttkelly
@Ryanttkelly 10 ай бұрын
Thanks for response!
@antoniomingione8577
@antoniomingione8577 9 ай бұрын
Hi, for everyone like who as the error device did not show after 30 second, when you use rufus when it ask for use ISO or dd, use dd. With iISO i haved this problem and some people haved my propblem too, just select dd on rufus
@breaddyPL
@breaddyPL 6 ай бұрын
Massive thanks dude, as a guy who started with linux by downloading ubuntu 2 days ago you really helped me with seting up arch! Thank you :) !
@kskroyaltech
@kskroyaltech 6 ай бұрын
Awesome.
@floams
@floams 2 ай бұрын
defo will use this when i want to install arch, for now im experimenting with debian and ubuntu but yea, thank you so much 🙏
@jayrowe6473
@jayrowe6473 10 ай бұрын
This is a very good and informative video! You've explained and shown things very well.
@kskroyaltech
@kskroyaltech 10 ай бұрын
Thank you very much!
@Henselt1
@Henselt1 9 ай бұрын
Update for anyone. Installing plasma-wayland-session wont work, they changed it to plasma-workspace
@noel_curray
@noel_curray Ай бұрын
its nice for you to also teach on how to revert back from its original setup (without the arch linux).
@kskroyaltech
@kskroyaltech 16 күн бұрын
Yes it's important to add that part.
@Chakelzam
@Chakelzam 4 ай бұрын
Thanks, i just used gnome and refind instead of kde and grub btw, it was the best tutorial for installing arch and at the end i have to mention that the Archlinux is the best
@leooo3220
@leooo3220 8 ай бұрын
Very useful and easy to follow guide specially for dual booting.
@MassimoPreviato
@MassimoPreviato 6 ай бұрын
Thank you so much! A very good tutorial!
@kskroyaltech
@kskroyaltech 6 ай бұрын
You're very welcome!
@ChuckWagon70
@ChuckWagon70 6 ай бұрын
Outstanding guide! Thank you!
@kskroyaltech
@kskroyaltech 6 ай бұрын
Thank you so much .
@Cumusi
@Cumusi 7 ай бұрын
Thank you so much. With you I installed my first arch Linux for the first time!!!
@kskroyaltech
@kskroyaltech 7 ай бұрын
Congratulations 🎉
@andreinhotep8102
@andreinhotep8102 10 ай бұрын
Thank you very much! It`s cool 😎👍
@abbddullahh
@abbddullahh 10 ай бұрын
thanks for the video mate!
@sairak3514
@sairak3514 9 ай бұрын
Thank you for the manual. I have a question - if i want to increase the arch os memory size by releasing from windows after linux installation done, is it possible?
@anshumaankhare6770
@anshumaankhare6770 9 ай бұрын
Are you noob 😂
@kskroyaltech
@kskroyaltech 9 ай бұрын
Bro you are running Arch Linux directly on top of hardware (BARE METAL). Entire hardware resources will be used By Arch.
@poc419
@poc419 9 ай бұрын
@@kskroyaltechhe means storage size not memory he’s asking if you can delete windows and increase arch partition size after
@sairak3514
@sairak3514 8 ай бұрын
@@anshumaankhare6770 Stay hungry, stay foolish.
@bobeebo1
@bobeebo1 22 күн бұрын
This is the best tutorial ive ever seen
@kskroyaltech
@kskroyaltech 22 күн бұрын
Thank you so much .
@irregulargamer1352
@irregulargamer1352 6 ай бұрын
9:57 that should be `mount --mkdir /dev/efi_system_partition /mnt/boot`. the --mkdir will make sure the directories are made if they don't exist already. still a good guide
@rolandkiss4958
@rolandkiss4958 5 ай бұрын
Same just longer
@fulcrumthewhite
@fulcrumthewhite 10 ай бұрын
so use AZERTY keyboard. I manage to change it during the installation, but now that Arch is installed it doesn't want to update. I'll tinker with that, but overall great guide, very easy to follow, thank you !
@kskroyaltech
@kskroyaltech 10 ай бұрын
Thank you so much.
@64Rosso
@64Rosso 10 ай бұрын
Nice job: easy and clean!
@avalagum7957
@avalagum7957 9 ай бұрын
Agreed.
@BensProgrammingLab
@BensProgrammingLab 10 ай бұрын
Best video for also just installing arch! Great work keep it up!
@kskroyaltech
@kskroyaltech 10 ай бұрын
Thanks you very much .
@Can_You_Hear_Me
@Can_You_Hear_Me 10 ай бұрын
from where you get high quality wallpapers ?
@kskroyaltech
@kskroyaltech 10 ай бұрын
Bro I mostly google them. Sometimes for Linux I use this repo: github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers
@danielrody427
@danielrody427 10 ай бұрын
i did exactly the same but when i reboot my arch doesn’t appear. someone help me please
@visheshsharma9424
@visheshsharma9424 9 ай бұрын
Same bro same issue i cant see grub meny apear and when i open it from the boot menu it only shows uefi settings option
@Incursion.
@Incursion. 9 ай бұрын
I used rEFInd boot loader instead of grub and it worked.
@itscrambles
@itscrambles 2 ай бұрын
@@visheshsharma9424did you ever fix this please help me
@itscrambles
@itscrambles 2 ай бұрын
@@Incursion.I tried this and it still didn’t hell
@Hattemhassan
@Hattemhassan 27 күн бұрын
@@itscrambles same for me, did you find solve it?
@fhunter2158
@fhunter2158 10 ай бұрын
Please make a video on things to do after installing arch linux
@raselriju
@raselriju 10 ай бұрын
meh, whatever you want
@fhunter2158
@fhunter2158 10 ай бұрын
@@raselriju Wtf
@kita7421
@kita7421 10 ай бұрын
kzbin.info/www/bejne/o5O0lWOYf7Zpl5o&ab_channel=Ja.KooLit @@fhunter2158
@rac1sta
@rac1sta 10 ай бұрын
@@fhunter2158 he is right, you can do whatever you want
@kskroyaltech
@kskroyaltech 10 ай бұрын
Here is the video I made : kzbin.info/www/bejne/pZXKdZKIma-debc
@prog-255
@prog-255 5 күн бұрын
I am sure this is best turorial for installing arch
@kskroyaltech
@kskroyaltech 4 күн бұрын
Yes it is..
@HafizYoosuf-du4dp
@HafizYoosuf-du4dp 5 ай бұрын
ERROR: device mounted successfully, but /sbin/init does not exist. Also sh:cant acces tty; job control turned off.... Its not going into archlinux. Instead the propt shows [rootfs ~] I tried mounting et4 again but its saying fstab does not exist
@dylan11142
@dylan11142 4 ай бұрын
Have you fixed the issue? If not, it may be the usb you are using. Try switching out the usb with a different one for the installation. I've run into that situation before.
@HafizYoosuf-du4dp
@HafizYoosuf-du4dp 4 ай бұрын
@@dylan11142 ohhh yeah i deleted it and tried again and it worked. Thanks
@UltraNoob61
@UltraNoob61 5 ай бұрын
I belive it should be /boot/efi during grub installation 15:35
@chintankrjana1902
@chintankrjana1902 10 ай бұрын
Man thanks a lot for the help most people do it on seperate SSD but you did it in the same one it was really helpful so from now how do I install hyparland on the existing system. Please reply with the answer if making a video is not possible ar Kolkata r chele toh Tumi ?
@kskroyaltech
@kskroyaltech 10 ай бұрын
Here is the link to the video: kzbin.info/www/bejne/jaa9Y4dsecRsr6s
@thehemantonly
@thehemantonly 9 ай бұрын
I have bitlocker enabled.... So Can I enable secure boot again or should I disable bitlocker??
@shauryasonar
@shauryasonar 9 ай бұрын
Disable bitlocker Not a big deal
@dawcioxx5655
@dawcioxx5655 9 ай бұрын
yes you can enable again
@dawcioxx5655
@dawcioxx5655 9 ай бұрын
after installing arch
@racingtheweb
@racingtheweb 7 ай бұрын
@@shauryasonar But if I disabke Bitlocker, I give Win11 security (encryption) up. Don't I?
@DrownedInDysphoria
@DrownedInDysphoria 2 ай бұрын
@@racingtheweb Ohhh noo…. Anyways.
@racingtheweb
@racingtheweb 7 ай бұрын
Probably I'll delete arch partitions, so I'd like to know if is possible to re-enable Windows 11 Secure Boot from Bios, which I previously disabled in order to install arch (I didn't erase any security key from Bios). Thank you
@konical.
@konical. 6 ай бұрын
You can always change your secure boot via your bios
@racingtheweb
@racingtheweb 6 ай бұрын
@@konical. Yeah, already done.it's ok
@666zulett
@666zulett 6 ай бұрын
Amazing 🎉🎉🎉 thank you so much
@rainrunner2233
@rainrunner2233 6 ай бұрын
Is there anything we should know about the sizes? What if we need more space for the Linux side of things? Do we just uninstall stuff from the Microsoft side, and install stuff on the Linux side?
@kskroyaltech
@kskroyaltech 6 ай бұрын
If you are dual booting linux alongside windows 11 on the same drive, Its recommended to shrink more free space . I personally use 200GB for Linux. Also you can install Arch Linux on the dedicated drive.
@Raj-sj1np
@Raj-sj1np 7 ай бұрын
hey i have installed arch linux with the help of your video and i want to know what kind of file system i got ,i want to switch to xfs file system (for faster performance)
@kskroyaltech
@kskroyaltech 7 ай бұрын
Didnt you remember while choosing the file system ? Use this command to find the current file system : *df -T*
@andrew___3233
@andrew___3233 6 ай бұрын
​@@kskroyaltechYou mean the mkfs command for mnt partition? I want to use btrfs, so can I just do mkfs.btrfs /dev/sda7 -f to change btrfs as primary fs in installation?
@reachB-p7b
@reachB-p7b 7 ай бұрын
I finally found the right tutorial and it’s the same as my computer Hp
@Ahmadjon_Norimqulov
@Ahmadjon_Norimqulov 7 ай бұрын
it's so useful video for me, thanks
@HoàngQuânĐặngVõ
@HoàngQuânĐặngVõ 7 сағат бұрын
Can you tell me this is MBR or UEFI?
@pingudaniel
@pingudaniel 7 ай бұрын
Thank you for this awesome tutorial!!! Now I have arch for the first time (btw)
@VWinck
@VWinck 6 ай бұрын
Just one more question! Great vídeo btw, liked and sub! How to install Intel graphics drivers?
@kskroyaltech
@kskroyaltech 6 ай бұрын
Thank you so much. try pacman -S mesa lib32-mesa xorg-server xf86-video-intel vulkan-intel lib32-vulkan-intel libva-intel-driver Also Please check out this article : wiki.archlinux.org/title/intel_graphics wiki.archlinux.org/title/Hardware_video_acceleration
@4kgamers618
@4kgamers618 5 ай бұрын
Thanks for helping arch linux to install in computer
@abhishekarnav1320
@abhishekarnav1320 9 күн бұрын
I have tried to dual boot into Ubuntu 22.04 previously, and it didn't go well due to inbuilt windows 11 bitlocker. On changing the secure boot to disable and installing Ubuntu, the flash didn't work, saying you have to disable bitlocker. But my windows 11 version doesn't support bitlocker to be disabled. Just wanted to confirm whether there would be any such problems with Arch installation as well...
@Hattemhassan
@Hattemhassan 27 күн бұрын
16:44 every step work correct with me , but i can't find arch linux choice only UEFI firmware settings any help?
@ronaldfilho1103
@ronaldfilho1103 12 күн бұрын
For me it was using --removable in the grub-install step, use --removable instead of --bootloader-id=GRUB
@begus1201
@begus1201 2 ай бұрын
9:12 formatting the partitions here does not work for me, I get an error saying the device is busy, any advice?
@adheep399
@adheep399 3 ай бұрын
You are a blessing my dude
@kskroyaltech
@kskroyaltech 3 ай бұрын
Awesome .
@kevindetolli
@kevindetolli Ай бұрын
At the part you installed kde, if I'd prefer xfce, what packages should I install to get the minimal possible xfce? I know about xfce4-goodies and xfce4, but I want even more minimal than that. Is it possible?
@kskroyaltech
@kskroyaltech Ай бұрын
Bro XFCE is already Minimal.
@Justafunnymanhaha
@Justafunnymanhaha Ай бұрын
Just a question, but the GRUB boot loader is interfering with Windows updates, is there any way to circumvent that?
@defenestratorr
@defenestratorr 6 ай бұрын
If anyone is having password issues, do faillock --reset. (You have to replace the hyphens I typed with a normal keyboards hyphens, Im on iOS haha)
@SimiVideoCreator
@SimiVideoCreator 2 ай бұрын
hell yeah. I'm gonna try this on my new Laptop bc it come preinstalled with windows and I don't want to just throw away that license.
@kskroyaltech
@kskroyaltech 2 ай бұрын
No need to worry the license is hardware based...
@callmemed3158
@callmemed3158 2 ай бұрын
great video highly recommended
@kskroyaltech
@kskroyaltech 2 ай бұрын
Glad you enjoyed it
@d0tmaxx376
@d0tmaxx376 9 ай бұрын
A legend thank you !!!!
@ІО-16АндрійЛисак
@ІО-16АндрійЛисак 9 ай бұрын
Thank you!
@DanielGonzalez-dx9jo
@DanielGonzalez-dx9jo 8 ай бұрын
22:00 Anyone have a fix for running “sudo grub-mkconfig -o /boot/grub/grub.cfg” and grub NOT finding windows efi manager ? I’ve followed the previous step of downloading os-prober and uncommenting the last line in config. I’ve also tried changing storage from Raid On to a Linux compatible option. No joy.
@Antonio-mz7wb
@Antonio-mz7wb 7 ай бұрын
i mounted the Windows EFI partition in /mnt and reran the grub-mkconfig -o /boot/grub/grub.cfg and it showed up
@DanielGonzalez-dx9jo
@DanielGonzalez-dx9jo 7 ай бұрын
Thank you sooo much 🙏🏻🙏🏻🙏🏻
@CabbarBinHayyam
@CabbarBinHayyam 10 ай бұрын
Man I dont have those changes in my boot menu, I am using a laptop. Is there a problem
@Vidhayakji-gd3ju
@Vidhayakji-gd3ju 9 ай бұрын
Same
@Cubify_
@Cubify_ 6 ай бұрын
I installed exactly the same packages as you did but on the desktop, the taskbar clock won't appear let alone the widget
@vanel_y
@vanel_y 7 күн бұрын
Thannnnkkkssss 🎉 ❤
@am8431
@am8431 4 ай бұрын
I tried using nmcli but it said “Can’t create object” and “Connection Refused”
@kskroyaltech
@kskroyaltech 4 ай бұрын
Make sure network manager is running in the background. Do this: *sudo systemctl enable NetworkManager* *sudo systemctl start NetworkManager* then run the below command to check the status of the network manager *sudo systemctl status NetworkManager* you can press Q to quit the status.. then run NMCLI command.
@tednaaa
@tednaaa 6 ай бұрын
Hey! Thank you for the tutorial, really helpful could you please help me? I have issues with GUI, using intel i5 13500hx and RTX 4060 sometimes I get artifacts using google chrome (installed using yay aur) also with vscode and neovim I have them sometimes when I open KDE Software Center, PC just crash, and I do force restart for my PC using flameshot I have issue like, when I run it, it scales my window, and everything becomes small, actually fixable with setting 100% display resolution, but in that case, in normal mode everything is small :D I think problem is inside KDE, maybe I should use gnome, or smth else better?
@talhax68
@talhax68 5 ай бұрын
I have made my best experience with gnome within the last months.
@tednaaa
@tednaaa 5 ай бұрын
@@talhax68 I reinstalled 5 times arch (1 time with archinstall), installed latest Nvidia and intel drivers bot had same issues, tried last time fedora 40 with kde, again same... so I just went back to to my macos edit: with gnome, same troubles, but tested only on arch
@SanjaySharma-l9t
@SanjaySharma-l9t 5 ай бұрын
Thank you @Ksk royal for the tutorial, I followed all the steps in the video but when booting I am just getting the grub prompt. I have manually load the Kernel and boot, I first set the root=(hd0,gpt5) and when setting linux, I get error that /boot/vmlinuz-linux does not exit ..it looks like the path for boot folder is not working for me, not sure why this is happening ..I have tried it three time so far but no luck
@jhnsntmthy
@jhnsntmthy 7 ай бұрын
Great 9/10 - I had a problem multiple times because of having an Nvidia card, so I got stuck and had to go elsewhere, far before you installed the utils at the end. That would have been helpful
@CadeVoidlighter
@CadeVoidlighter 5 ай бұрын
Where did you get stuck and how did you fix it?
@masudarahman1375
@masudarahman1375 5 ай бұрын
My screen went black after installing the Nvidia driver. Can you tell how you got past it?
@ja_sh9799
@ja_sh9799 3 ай бұрын
i booted without usb and it went into windows 11??
@-_vh_-
@-_vh_- Ай бұрын
Same problem here
@ja_sh9799
@ja_sh9799 Ай бұрын
@@-_vh_- go into boot menu and boot archlinux from there
@VWinck
@VWinck 6 ай бұрын
Hey, also... I have dual boot with kali and it do have its own grub, at 15:11, how should I proceed?
@andrew___3233
@andrew___3233 6 ай бұрын
Add a new entry to GRUB. Idk much bout this since I use systemd boot. There are many resources that tell you how to add new entry to GRUB, google it.
@anj000
@anj000 Ай бұрын
It is a nice tutorial. But I'm a little bit fearful of following it completely, because most of the time it just says "do this and do that", without really explaining why exactly we are doing it, we need something, what could go wrong. If something slightly changes or something does not work we have no ground to adapt, because this is a tutorial only gives this one linear explanation.
@Light13378
@Light13378 10 ай бұрын
Hello thank for your video can you make a video for parrot inux os dual boot and explain in each process like you did now and i didnt find other explain like you
@KevinNitro
@KevinNitro 10 ай бұрын
Hii, your video is great. But I wonder if there is the Linux EFI partion, so is the first EFI partition still in used? Which EFI partition does the computer boot to? Can I delete the first partition while dual boot like in your video? Thank you in advance ❤
@kskroyaltech
@kskroyaltech 10 ай бұрын
The reason why I created a separate EFI partition for ArchLinux is to prevent windows updates messing up the linux boot. DONT TOUCH THE FIRST SYSTEM EFI Partition which is related to windows. Basically OS-Prober probes into other partitions of the drive and looks for other operating systems if it finds any, adds them to the grub menu. It would be good if we maintain a copy of MICROSOFT FOLDER present inside the FIRST EFI PARTITION into Arch EFI partition..
@KevinNitro
@KevinNitro 10 ай бұрын
@@kskroyaltech So it's possible to have more than 1 EFI partitions and we can decide which one to boot into right? In the video, if we boot into the first EFI partition, it will boot normally to windows boot manager, right? Thank you for your kind answers.
@stormsith5169
@stormsith5169 4 ай бұрын
How about secure boot? You need it for Windows 11.
@kskroyaltech
@kskroyaltech 4 ай бұрын
Well you have to turn off bit locker and with secure boot turned off you can still use Windows 11 as long as you are working with HOME Edition.
@chalk2078
@chalk2078 3 ай бұрын
Here is what I did. For me the wlan0 adapter was off. So, I turned it ON using device wlan0 set-property Powered on If that doesnt work, try adapter phy0 set-property Powered on
@Light13378
@Light13378 10 ай бұрын
Hello thank for your video can you make a video for parrot inux os dual boot with in case i want delete it like you did for arch and explain in each process like you did now and i didnt find other explain like you
@withBorned
@withBorned 8 ай бұрын
Can you explain why in Rufus option partition scheme you selected MBR?
@kskroyaltech
@kskroyaltech 8 ай бұрын
At least the bootable USB can be recognized by Both UEFI or Legacy BIOS. Also if your system using UEFI boot you can use GPT and for Legacy choose MBR
@musashimiyamoto9035
@musashimiyamoto9035 6 ай бұрын
What would the internet be without India, although PAKISTAN #1.
@nerdprog
@nerdprog 6 ай бұрын
fr😂
@asahiwamouinai
@asahiwamouinai 10 ай бұрын
installed, but something went wrong and now i can't even boot in windows (it doesn't show up even in the BIOS)
@kskroyaltech
@kskroyaltech 10 ай бұрын
Do one thing, boot into UEFI boot menu, can you tell me if you can boot into Windows 11 from there ??? Also, Did u create a system restore point ? If so, using bootable Windows 11 USB you can restore that backup to fix the issue.
@asahiwamouinai
@asahiwamouinai 10 ай бұрын
@@kskroyaltech i fixed it, it was my system's fault when it just didn't created EFI partition for Windows, i created it by myself and now everything work properly (and you also didn't showed in your video that you need to mount this EFI partition as /boot/windows)
@gabrielamorim3516
@gabrielamorim3516 3 ай бұрын
how did you create the EFI partition for windows?
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,4 МЛН
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 69 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 2,9 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 57 МЛН
NEVER install these programs on your PC... EVER!!!
19:26
JayzTwoCents
Рет қаралды 4,3 МЛН
How I installed the HARDEST operating system
34:40
Bog
Рет қаралды 608 М.
Linux on Windows......Windows on Linux
23:54
NetworkChuck
Рет қаралды 531 М.
Building the ultimate ThinkPad!
19:22
Ionic1k
Рет қаралды 251 М.
So, I Tried Arch Linux.. (and Hyprland btw)
36:10
Livakivi
Рет қаралды 219 М.
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 69 МЛН