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

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 570

  • @talhax68
    @talhax68 7 месяцев назад +260

    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 7 месяцев назад +1

      Thanks mate

    • @BloodyBladeKW
      @BloodyBladeKW 7 месяцев назад +2

      But plasma wayland sesión is hyprland?

    • @Pep0720
      @Pep0720 7 месяцев назад

      Ty!

    • @HYronek
      @HYronek 7 месяцев назад +1

      love you

    • @onearus5006
      @onearus5006 7 месяцев назад

      THANKS!

  • @momo_hl
    @momo_hl 8 месяцев назад +116

    Possibly the best arch dual boot tutorial I've ever seen

  • @therealcrispin
    @therealcrispin 3 месяца назад +19

    I don't usually leave comments on RUclips, 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 RUclips. 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!

    • @tuchboot
      @tuchboot 3 дня назад

      Wish you the best of luck man

  • @18akashrajput45
    @18akashrajput45 6 месяцев назад +43

    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 месяцев назад +1

      Thanks for this comment

    • @Bigrizz69
      @Bigrizz69 6 месяцев назад +1

      Don’t mess with the whistle ❤

    • @Bigrizz69
      @Bigrizz69 6 месяцев назад

      Obey the whistle ❤

    • @herclasnido
      @herclasnido 4 месяца назад

      Thanks that solved my problem! ✌️

    • @raghuveersinghbora1424
      @raghuveersinghbora1424 2 месяца назад

      Thanks bro, you are awesome ❤

  • @anuragburute5561
    @anuragburute5561 5 месяцев назад +15

    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 5 месяцев назад

      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

  • @motionless6449
    @motionless6449 5 месяцев назад +16

    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 месяцев назад +5

      Also base-devel isn't necessary too unless you want to compile c,c++ code and build from source

    • @KachiYES
      @KachiYES Месяц назад +4

      ​@@kesocos... which is something that ALL arch linux users would do on a daily basis

    • @bomb5994
      @bomb5994 27 дней назад

      What about EFI? I heardit's not needed if you already have a windows EFI

  • @ebrahimsiami-td5ti
    @ebrahimsiami-td5ti 28 дней назад +1

    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

  • @mathiashenriksen5307
    @mathiashenriksen5307 4 месяца назад +17

    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

  • @casualchou
    @casualchou 9 месяцев назад +10

    I am getting a laptop soon. Decided to install arch with hyprland ❤

  • @MarcinGomulak
    @MarcinGomulak 3 месяца назад +6

    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

  • @terminalvelocity4858
    @terminalvelocity4858 10 месяцев назад +11

    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. 🐧

    • @zubalea
      @zubalea 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 месяцев назад +1

      @@zubalea 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 месяцев назад

      @@zubalea 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.

    • @zubalea
      @zubalea 10 месяцев назад +1

      @@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.

  • @tuchboot
    @tuchboot 4 дня назад +1

    Thanks man (You received a new sub)
    You explained everything in detail and clearly ❤

  • @anj000
    @anj000 22 дня назад +1

    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.

  • @alexj-e7s
    @alexj-e7s Месяц назад

    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!

  • @aidenmunro6142
    @aidenmunro6142 5 месяцев назад +3

    Great tutorial. Got it done in an hour. Was scared to install archlinux before, thanks!

  • @bharatmadho3742
    @bharatmadho3742 19 дней назад +3

    18:45 plasma-wayland-session has been changed with plasma-workspace :)

  • @drksquash
    @drksquash 3 месяца назад +9

    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 3 месяца назад

      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 месяца назад +1

      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 2 месяца назад

      did you fix this?

    • @tiedninedash
      @tiedninedash 2 месяца назад +1

      ​@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 2 месяца назад

      @@xpiravit1335 No, just ended up installing mint and decided doing this on a later point

  • @oaksaint4458
    @oaksaint4458 4 месяца назад +1

    You're a lifesaver bro, this was my most seamless Arch installation ever.

  • @viscerion2k206
    @viscerion2k206 Месяц назад

    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

  • @antoniomingione8577
    @antoniomingione8577 8 месяцев назад +1

    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

  • @noel_curray
    @noel_curray 15 дней назад

    its nice for you to also teach on how to revert back from its original setup (without the arch linux).

  • @chalk2078
    @chalk2078 2 месяца назад

    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

  • @sebby5336
    @sebby5336 6 месяцев назад +4

    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)

  • @NithinSunnyKrishna
    @NithinSunnyKrishna 2 месяца назад +1

    Setup Video is soo good that I kept it in my playlist for my reference installation process of this Linux Distro!

  • @fulcrumthewhite
    @fulcrumthewhite 9 месяцев назад +1

    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 !

  • @Chris.Wiley.
    @Chris.Wiley. 7 месяцев назад +1

    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 7 месяцев назад

      Did it work for you? I have been facing difficulties with the grub.

    • @sharmaanmol162
      @sharmaanmol162 7 месяцев назад

      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 7 месяцев назад

      And now I can't boot Into arch without the usb

    • @kskroyaltech
      @kskroyaltech  7 месяцев назад

      Yes we can create a separate EFI for Arch .

    • @kskroyaltech
      @kskroyaltech  7 месяцев назад

      @sharmaanmol162 Hey, did u able to find Grub Boot Manager from the UEFI boot Menu ?

  • @breaddyPL
    @breaddyPL 5 месяцев назад

    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 :) !

  • @jhnsntmthy
    @jhnsntmthy 6 месяцев назад +3

    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 4 месяца назад

      Where did you get stuck and how did you fix it?

    • @masudarahman1375
      @masudarahman1375 4 месяца назад

      My screen went black after installing the Nvidia driver. Can you tell how you got past it?

  • @Dalsy97
    @Dalsy97 27 дней назад

    I got into a rabbit hole about why you should not disable "Secure Boot" on the BIOS settings, now I don't know if I should or should not do it. What is your opinion on the topic?

    • @DadleftU
      @DadleftU 25 дней назад

      Disabling is only upto installing after installation complete u can enable

  • @Henselt1
    @Henselt1 8 месяцев назад +16

    Update for anyone. Installing plasma-wayland-session wont work, they changed it to plasma-workspace

  • @yaboi269
    @yaboi269 7 месяцев назад +4

    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 месяцев назад +3

      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

  • @SimiVideoCreator
    @SimiVideoCreator Месяц назад +1

    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  Месяц назад

      No need to worry the license is hardware based...

  • @ml_bangla
    @ml_bangla 8 месяцев назад +4

    Plasma wayland session was changed to plasma workspace.

  • @Chakelzam
    @Chakelzam 3 месяца назад

    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

  • @hi_659
    @hi_659 2 месяца назад +1

    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?

  • @HafizYoosuf-du4dp
    @HafizYoosuf-du4dp 4 месяца назад +2

    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 месяца назад +1

      @@dylan11142 ohhh yeah i deleted it and tried again and it worked. Thanks

  • @RaveDevoloperr
    @RaveDevoloperr День назад

    Thanks for this excellent training my friend!

    • @kskroyaltech
      @kskroyaltech  День назад

      You're welcome, good luck with your install!

  • @slinnin7542
    @slinnin7542 2 месяца назад

    When adding windows entry to GRUB i made all steps correctly, but it just won't found windows boot manager
    The message i received was "Warning: os-prober will be executed to detect other bootable partitions"

  • @prasenjitnayak_
    @prasenjitnayak_ 9 месяцев назад +5

    I want to install it on F-drive, but I lost my hard drive two times (I have backup on github) , not going to try it again, I think I should install it on a complete new system.

    • @empty6088
      @empty6088 4 месяца назад +3

      Hard drive backup on github?! Wtf?

  • @BensProgrammingLab
    @BensProgrammingLab 9 месяцев назад +2

    Best video for also just installing arch! Great work keep it up!

  • @floams
    @floams Месяц назад

    defo will use this when i want to install arch, for now im experimenting with debian and ubuntu but yea, thank you so much 🙏

  • @irregulargamer1352
    @irregulargamer1352 5 месяцев назад

    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

  • @Hattemhassan
    @Hattemhassan 6 дней назад

    16:44
    every step work correct with me , but i can't find arch linux choice only UEFI firmware settings
    any help?

  • @rainrunner2233
    @rainrunner2233 6 месяцев назад +1

    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.

  • @bobeebo1
    @bobeebo1 День назад

    This is the best tutorial ive ever seen

  • @leooo3220
    @leooo3220 7 месяцев назад

    Very useful and easy to follow guide specially for dual booting.

  • @chintankrjana1902
    @chintankrjana1902 9 месяцев назад +1

    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  9 месяцев назад

      Here is the link to the video: ruclips.net/video/WuZ2T6D_9yI/видео.html

  • @fhunter2158
    @fhunter2158 10 месяцев назад +1

    Please make a video on things to do after installing arch linux

    • @raselriju
      @raselriju 10 месяцев назад +3

      meh, whatever you want

    • @fhunter2158
      @fhunter2158 10 месяцев назад +2

      @@raselriju Wtf

    • @kita7421
      @kita7421 9 месяцев назад

      ruclips.net/video/mbQd0bJQ6a8/видео.html&ab_channel=Ja.KooLit @@fhunter2158

    • @rac1sta
      @rac1sta 9 месяцев назад

      @@fhunter2158 he is right, you can do whatever you want

    • @kskroyaltech
      @kskroyaltech  9 месяцев назад

      Here is the video I made : ruclips.net/video/odgD_RdJjCU/видео.html

  • @Cumusi
    @Cumusi 7 месяцев назад

    Thank you so much. With you I installed my first arch Linux for the first time!!!

  • @jayrowe6473
    @jayrowe6473 10 месяцев назад +2

    This is a very good and informative video! You've explained and shown things very well.

  • @RenaHauugu
    @RenaHauugu 2 месяца назад

    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!!

  • @astroflexx82
    @astroflexx82 9 месяцев назад +4

    I’m not able to add Windows 10 to grub boot menu. os-prober is not detecting Windows 10 pleas help

    • @astroflexx82
      @astroflexx82 9 месяцев назад +4

      Edit: You have to mount windows and then run osprober. This fixed the issue for me

    • @astroflexx82
      @astroflexx82 9 месяцев назад

      @@matiaspincheira7571 mkdir /boot/windows then run mount /dev/nvme****(wherever partition you have your windows boot manager) /boot/windows

    • @hayatasama2394
      @hayatasama2394 8 месяцев назад +1

      Yeah this also fixed the issue for me

    • @lii3237
      @lii3237 8 месяцев назад +4

      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?

  • @musashimiyamoto9035
    @musashimiyamoto9035 6 месяцев назад +4

    What would the internet be without India, although PAKISTAN #1.

    • @nerdprog
      @nerdprog 5 месяцев назад

      fr😂

  • @danielrody427
    @danielrody427 9 месяцев назад +4

    i did exactly the same but when i reboot my arch doesn’t appear. someone help me please

    • @visheshsharma9424
      @visheshsharma9424 9 месяцев назад +1

      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. 8 месяцев назад +1

      I used rEFInd boot loader instead of grub and it worked.

    • @itscrambles
      @itscrambles Месяц назад

      @@visheshsharma9424did you ever fix this please help me

    • @itscrambles
      @itscrambles Месяц назад +1

      @@Incursion.I tried this and it still didn’t hell

    • @Hattemhassan
      @Hattemhassan 6 дней назад

      @@itscrambles same for me, did you find solve it?

  • @alexanderbelev610
    @alexanderbelev610 7 месяцев назад

    Very helpful and so easy. Thanks a lot!

  • @UltraNoob61
    @UltraNoob61 4 месяца назад +1

    I belive it should be /boot/efi during grub installation 15:35

  • @thehemantonly
    @thehemantonly 8 месяцев назад +2

    I have bitlocker enabled....
    So Can I enable secure boot again or should I disable bitlocker??

    • @shauryasonar
      @shauryasonar 8 месяцев назад +1

      Disable bitlocker
      Not a big deal

    • @dawcioxx5655
      @dawcioxx5655 8 месяцев назад

      yes you can enable again

    • @dawcioxx5655
      @dawcioxx5655 8 месяцев назад

      after installing arch

    • @racingtheweb
      @racingtheweb 6 месяцев назад

      @@shauryasonar But if I disabke Bitlocker, I give Win11 security (encryption) up. Don't I?

    • @DrownedInDysphoria
      @DrownedInDysphoria Месяц назад

      @@racingtheweb
      Ohhh noo…. Anyways.

  • @punitchauhan741
    @punitchauhan741 9 месяцев назад +1

    Your instructions were clear and I'm following your article and there is a minor mistake while installing package
    You mentioned base-level instead of a base-devel

    • @kskroyaltech
      @kskroyaltech  9 месяцев назад +1

      thanks for telling bro I will update it.

  • @sairak3514
    @sairak3514 8 месяцев назад +2

    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 8 месяцев назад

      Are you noob 😂

    • @kskroyaltech
      @kskroyaltech  8 месяцев назад

      Bro you are running Arch Linux directly on top of hardware (BARE METAL). Entire hardware resources will be used By Arch.

    • @poc419
      @poc419 8 месяцев назад +5

      @@kskroyaltechhe means storage size not memory he’s asking if you can delete windows and increase arch partition size after

    • @sairak3514
      @sairak3514 7 месяцев назад

      @@anshumaankhare6770 Stay hungry, stay foolish.

  • @racingtheweb
    @racingtheweb 6 месяцев назад +2

    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. 5 месяцев назад +1

      You can always change your secure boot via your bios

    • @racingtheweb
      @racingtheweb 5 месяцев назад

      @@konical. Yeah, already done.it's ok

  • @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?

  • @JathinShyam
    @JathinShyam 2 месяца назад

    I installed the same way bro. Thanks ❤. Now I want to allocate more space to arch. How to do that? Please tell me a way to do

    • @kskroyaltech
      @kskroyaltech  2 месяца назад

      Its not recommended
      to reshrink the free space.

  • @Cubify_
    @Cubify_ 5 месяцев назад

    I installed exactly the same packages as you did but on the desktop, the taskbar clock won't appear let alone the widget

  • @defenestratorr
    @defenestratorr 5 месяцев назад

    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)

  • @Raj-sj1np
    @Raj-sj1np 6 месяцев назад +2

    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  6 месяцев назад

      Didnt you remember while choosing the file system ? Use this command to find the current file system : *df -T*

    • @andrew___3233
      @andrew___3233 5 месяцев назад

      ​@@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?

  • @CabbarBinHayyam
    @CabbarBinHayyam 9 месяцев назад +2

    Man I dont have those changes in my boot menu, I am using a laptop. Is there a problem

  • @reachB-p7b
    @reachB-p7b 6 месяцев назад

    I finally found the right tutorial and it’s the same as my computer Hp

  • @am8431
    @am8431 3 месяца назад +1

    I tried using nmcli but it said “Can’t create object” and “Connection Refused”

    • @kskroyaltech
      @kskroyaltech  3 месяца назад

      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.

  • @Justafunnymanhaha
    @Justafunnymanhaha 25 дней назад

    Just a question, but the GRUB boot loader is interfering with Windows updates, is there any way to circumvent that?

  • @salmon6327
    @salmon6327 Месяц назад +1

    Amazing tutorial thx 🙏

  • @VWinck
    @VWinck 6 месяцев назад

    Just one more question! Great vídeo btw, liked and sub!
    How to install Intel graphics drivers?

    • @kskroyaltech
      @kskroyaltech  6 месяцев назад +1

      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

  • @ja_sh9799
    @ja_sh9799 2 месяца назад +2

    i booted without usb and it went into windows 11??

    • @-_vh_-
      @-_vh_- 29 дней назад

      Same problem here

    • @ja_sh9799
      @ja_sh9799 29 дней назад

      @@-_vh_- go into boot menu and boot archlinux from there

  • @zkrbnl
    @zkrbnl 4 месяца назад

    i'm using arch right now and I want to dual boot windows 11, can you make a tutorial about partition the disk?

    • @kskroyaltech
      @kskroyaltech  4 месяца назад

      I guess you have installed Arch Linux as Main os. Do one thins create a free space in ArchLinux and use Perfection tool to create a windows 11 bootable USB.

  • @wdkaza
    @wdkaza 2 месяца назад

    hey i have a problem i dont have 100 mb windows partition iv been trying to fix it for hours but i found no solution maybe you can help me?

  • @orikku
    @orikku 6 месяцев назад +1

    Thank you so much for this video!! Worked out perfectly for me!

  • @KevinNitro
    @KevinNitro 10 месяцев назад +1

    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  9 месяцев назад

      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 9 месяцев назад

      @@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.

  • @asahiwamouinai
    @asahiwamouinai 9 месяцев назад +1

    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  9 месяцев назад +2

      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 9 месяцев назад

      @@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?

  • @SanjaySharma-l9t
    @SanjaySharma-l9t 4 месяца назад

    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

  • @MohitJakhotra
    @MohitJakhotra 3 месяца назад

    I have dual display which works perfectly on windows but on arch i am unable to acess dual monitor and i have nvidia 1650 ti can someone help

  • @Hasan_bruh
    @Hasan_bruh 8 месяцев назад +1

    I have followed every instruction with no error but when i shutdown and remove pendrive it says no bootable device found

    • @strost7534
      @strost7534 8 месяцев назад +1

      Change your bootloader to grub in bios

    • @Hasan_bruh
      @Hasan_bruh 8 месяцев назад

      @@strost7534 I did it and when it loads it says "you are being dropped into an emergency shell"

  • @Can_You_Hear_Me
    @Can_You_Hear_Me 9 месяцев назад +2

    from where you get high quality wallpapers ?

    • @kskroyaltech
      @kskroyaltech  9 месяцев назад +2

      Bro I mostly google them. Sometimes for Linux I use this repo:
      github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers

  • @fluenzia8118
    @fluenzia8118 5 месяцев назад

    After shutting down and rebooting after installing grub I just boot into windows. No errors during any install and I have retried this 3 times now. When I press f10 on startup it only shows windows boot manager as well.

    • @kskroyaltech
      @kskroyaltech  5 месяцев назад

      I think the grub boot manager is not installed properly. You can still fix this issue, by connecting the bootable USB, mount root partition that was created, and chroot into root. Then install the grub boot loader again...
      grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
      grub-mkconfig -o /boot/grub/grub.cfg

    • @obrikash9123
      @obrikash9123 5 месяцев назад +2

      When writing grub install, add flag --removable, it worked for me! Had been struggling too. Then check discreetly your uefi for boot options (in My case on msi there was a different option where you choose not drives, but boot options, and there it happened to be after --removable flag)

    • @sepandbb3230
      @sepandbb3230 7 дней назад

      @@obrikash9123 I owe you a beer kind sir

  • @MudassirKhan-sx9jy
    @MudassirKhan-sx9jy 9 месяцев назад +1

    hey i hope you are doing good. when i install ubuntu it works well for 2-3 days but after that it starts to slow down. boot time is about 15 mins and apps take too long to open as well.
    my system specs are:
    RAM: 8GB
    SSD: 256 GB

    • @kskroyaltech
      @kskroyaltech  9 месяцев назад

      Did u try reinstalling the operating system ?

  • @Sukhihacker
    @Sukhihacker 10 месяцев назад +1

    i install window on MacBook pro i7, after 2 weeks Macos Not booted, Aslo mac recovery not opening, what i do now 🥺

    • @akm7622
      @akm7622 10 месяцев назад +1

      Buy a new laptop. Simple.

    • @raselriju
      @raselriju 10 месяцев назад +2

      You have to reinstall macos using a boot drive, just scearch it on RUclips (don't ask me how, I have never used macos)

  • @stormsith5169
    @stormsith5169 4 месяца назад +1

    How about secure boot? You need it for Windows 11.

    • @kskroyaltech
      @kskroyaltech  4 месяца назад +1

      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.

  • @4kgamers618
    @4kgamers618 4 месяца назад

    Thanks for helping arch linux to install in computer

  • @tednaaa
    @tednaaa 5 месяцев назад

    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

  • @bpbp1774
    @bpbp1774 Месяц назад

    Плохо знаю английский, но это был лутший гайд из всех что я видел ( не знал об plasma-workspace, но и об этом рассказали в первом же комменте)

  • @pingudaniel
    @pingudaniel 6 месяцев назад

    Thank you for this awesome tutorial!!! Now I have arch for the first time (btw)

  • @no-tg8pn
    @no-tg8pn 3 месяца назад +1

    My USB drive does not seem to support UEFI compatibility, so I had to turn on CSM to get it to work initially, but I got stuck at the part where Grub is meant to be installed. When I run the command, it tells me "EFI is not supported on this device." What can I do instead of buying a new USB?

    • @kskroyaltech
      @kskroyaltech  3 месяца назад

      Does your system has an option to turn on UEFI ?

    • @no-tg8pn
      @no-tg8pn 3 месяца назад

      @@kskroyaltech I’d have to check if there’s a specific option to turn on UEFI. I use an ASRock motherboard and I assumed that having CSM turned off would mean it would automatically use UEFI. The problem is that when I can only see my USB boot as an option when I turn CSM on.

  • @The_Fallen
    @The_Fallen 7 месяцев назад

    Im having a weird problem with dual booting on my laptop:
    the first time I boot to Linux Bluetooth doesn’t work, it says there aren’t any adapters available, but then I restart and the second boot it works without any problems. But the third time it’s the same as the first and the fourth is the same as the second. I tried with arch and endeavorOS and I had the same problem.
    Also the same session where Bluetooth doesn’t work, when I restart or shutdown, it gets stuck on the shutting down process until I force the pc to shutdown with the power button, but in the sessions where Bluetooth works it shuts down without problems

    • @kskroyaltech
      @kskroyaltech  7 месяцев назад

      Run these commands one by one, you can easily add Bluetooth support to your Arch Linux system.
      sudo pacman -S bluez blueman bluez-utils
      sudo modprobe btusb
      sudo systemctl enable bluetooth && sudo systemctl start bluetooth

    • @The_Fallen
      @The_Fallen 7 месяцев назад

      @@kskroyaltech I had already added bluetooth support support to arch, but it's just that the first time I boot it says that there aren't adapters available, but the second time I start the system it works fine, and it goes on like that.
      It happened the same with endeavorOS. along with rebooting staying on the text mode forever whenever bluetooth doesn't work.
      When I installed Manjaro it actually worked fine, bluetooth starts every single time and rebooting never hangs on the text mode. One thing to note is that both Arch and endeavorOS came with kde 6 while Manjaro came with kde 5, not sure if it is that or perhaps something to do with the kernel?

  • @peterjasik9235
    @peterjasik9235 2 месяца назад

    I have shrinked volume and unallocated space is showing in lsblk as a whole drive (like if i didn't shirink a volume) and when i open cfdisk there is no free space to be found any idea why?

    • @kskroyaltech
      @kskroyaltech  2 месяца назад

      Make sure bit locker encryption on windows is disabled.

  • @Light-f5g
    @Light-f5g 8 месяцев назад

    Hello, thank for the video and i have successfully install arch Linux , and could you make a video for dual boot cashyos linux

    • @kskroyaltech
      @kskroyaltech  8 месяцев назад +1

      It's very easy bro. You can try by yourself.

  • @Argxlxrd.21
    @Argxlxrd.21 День назад

    can i use my first EFI partition, it have rEFInd on that partition

  • @AlvinoCihuyy
    @AlvinoCihuyy 4 месяца назад

    Why the connection is not even detected while install? I'm using hotspot with my phone btw

  • @begus1201
    @begus1201 Месяц назад

    9:12 formatting the partitions here does not work for me, I get an error saying the device is busy, any advice?

  • @lucas9114
    @lucas9114 6 месяцев назад

    I completed all your steps up to the Grub installation, but when I removed my USB drive and turned my system back on, it was only loading Windows with no way to boot Arch. What should I do?

    • @orlandolopez9136
      @orlandolopez9136 6 месяцев назад

      Try Change the boot order in the BIOS

    • @gryzak5127
      @gryzak5127 6 месяцев назад

      @@orlandolopez9136Just looked into it also tried to assign letter and bcedit it still straight to windows the efi file is present on EFI drive. Nothing in bios i have msi motherboard.

  • @highoctaneharry
    @highoctaneharry 5 месяцев назад

    When trying to boot arch, I’m getting this: “boot device mounted successfully but /sbin/init does not exist”. Any idea what went wrong?

    • @hejello
      @hejello 5 месяцев назад

      That happens when you use ventoy, try booting the arch Linux iso in grub2 mode

  • @danimnh626
    @danimnh626 Месяц назад

    any guide for secure booting? I have a problem where my `/boot/efi` does not exist which mainly because I don't format it to be Linux EFI?

    • @danimnh626
      @danimnh626 Месяц назад

      my nvme0n1p5 is selected to be EFI btw

  • @sphinxmorningstar2631
    @sphinxmorningstar2631 9 месяцев назад +1

    Successfully installed the archlinux now how do I add hyprland on it now

    • @kskroyaltech
      @kskroyaltech  9 месяцев назад

      here is the video: ruclips.net/video/WuZ2T6D_9yI/видео.html
      you can simply use the Script..