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'.
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.
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
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.
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
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?
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
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
Hello, i got this far in the video 15:09 , when the loading is over it takes me to a terminal interface, unlike the gui in the video, can you help me solve this please? It says "arch Linux 6.12.4-arch1-1 (tty1)" And arch Linux login
try to login with your credentials. And type *startx* to start GUI. If it doesn't work or show any error: Check if a GUI is Installed using the below commands. pacman -Q | grep -E 'plasma|gnome|xfce' pacman -Q | grep -E 'gdm|sddm|lightdm' if not installed you need to setup the desktop environment again .. To setup plasma: sudo pacman -S plasma-meta kde-applications sudo pacman -S sddm sudo systemctl enable sddm.service sudo systemctl start gdm.service
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
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.
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
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 ❤
@@khaild2819 the thing is I don't have a uefi bios. I got a legacy bios. I think that's the issue. And I don't really want to delete whole c drive. Im gonna install arch on my phone instead. But thank u for replaying.
I folloed everything as you said except i took hyperland but the problem is , when i enter password in login screen , cursor disappears and it gets stuck on that screen
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 :(
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
Make sure you are inside IWD shell mode.. First type IWCTL in lowercase... the prompt will be changed to iWD then enter the command over there to connect to wifi.
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*
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 :)
is the usb reusable again after burning some iso's in it or it is not? I mean can you show us how to format the used usb/flashdisk after burning iso in it?
Simply USE a software named SD FORMATTER. Link is here- www.sdcard.org/downloads/formatter/ Then install the EXE on windows and connect your USB pendrive and format it. To make it normal.
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
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
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.
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
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?
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?
I trued this method before but back then windows entry cam be find but now when i try to update grub it saying adding boot meny entry but not detecting windows bootmgr why? I even fresh install windows 11 please help
I choosed diak configuration to ' use a best option to partition disk' now my whole 900 gb storage has gone under linux and i can't find windows boot no matter how much i tried😢 Please help me tell me what to do now....
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?
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?
Hey I followed this tutorial and I am on arch but grub menu is not showing when booting also "grub-mkconfig -o /boot/grub/grub.cfg" can't find windows boot manager What to do ? Please help anyone..
@kskroyaltech yes , i did all all that. Also when booting to win10 and Linux , I need to change bios to uefi for booting Linux and again to Legacy for booting windows.(From bios settings) . Did I do something wrong?
After deleting most of the temporary files to create space on the C drive, I followed your steps and booted the pen drive,but encountered the error 'rtw_8822be 0000:04:00.0: failed to send h2c command.' Please provide a solution
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.
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??
Hi, hope you are well. After a while using Arch in dual boot, I believe one of W11 updates broke the Arch installation and I am getting "file vmlinuz-linux not found" when selecting Arch in GRUB. Any ideas how to fix this without installing Arch all over again? Both systems are in the same drive. Thank you.
You can fix that issue. Boot Arch From LIVE USB and mount the root partition to /mnt and chroot into /mnt.. And install the grub boot loader.. See this timestamp: 13:17
@@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
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*
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
@@reck_px15 but then you won't be able to boot arch.. only signed linux distros boot after secure boot being enabled. Well u can tweak it using rEFInd bootloader to try and boot it with secure boot enabled but out of the box it won't work
hello brother, i installed archlinux properly but my wifi is not working. It is not detecting wifi driver in linux but works in windows. when i run dmesg | grep mt7615e (which is my driver) it says probe with driver mt7615e failed with error -12. please help me solve this problem
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 ❤😅😅
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'.
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.
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
Thank you very much, I've been suffering for 3 days. And then I did it in 40 minutes!
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 ❤
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..
great video, i was very overwhelmed by all of the other tutorials, but this one was easy to follow and well-paced.
you saved me with the partition info. thank you so much
Did you figure out how to add swap?
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?
did you found a response?
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
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
hi i got the installation hanged up at [12/15] updating linux initcpios ... running build hook: [auto detect] 13:02 . how to fix this. thank you
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
Hello, i got this far in the video 15:09 , when the loading is over it takes me to a terminal interface, unlike the gui in the video, can you help me solve this please?
It says "arch Linux 6.12.4-arch1-1 (tty1)"
And arch Linux login
try to login with your credentials.
And type *startx* to start GUI. If it doesn't work or show any error:
Check if a GUI is Installed using the below commands.
pacman -Q | grep -E 'plasma|gnome|xfce'
pacman -Q | grep -E 'gdm|sddm|lightdm'
if not installed you need to setup the desktop environment again ..
To setup plasma:
sudo pacman -S plasma-meta kde-applications
sudo pacman -S sddm
sudo systemctl enable sddm.service
sudo systemctl start gdm.service
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
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
Can confirm that this method works with the new archinstall version. I was able to set it up with no problems.
Almost same. But planning to drop an update on this video this weekend.
It would be great, I am waiting for it
🙏
@@kskroyaltech need it so much by any how i am facing issues with disk configuration
@@kskroyaltech aslo if possible can you do it with hyprland and ly
12:52 boot partition not found
Same issue here
Found any fix?
same here
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
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
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
Thanks so much haha. Had a little hiccup with bitlocker but i resolved it
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 😂
heyy, it's been a lot of time but, if your WI-FI has a blank space you can add it with "\ " without quotation marks
Thank you so much for telling ..
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
Great video and very easy to follow. Thanks for making it!
December update broke something in archinstall, do not upgrade it using pacman, use one that is already included in the iso🙏🙏🙏
Thank you very much bro, I successfully installed Linux on my external hard disk
7:44 why i cant find any efi system
You need to look carefully the option will be there.
@@kskroyaltechthe options are not the same
Me too, I have checked the whole thing and there isn't any EFI system. Only efi
@@ad.8n I think your disk is MBR, you need to change it to GPT. But this my delete data on the disk
@@khaild2819 the thing is I don't have a uefi bios. I got a legacy bios. I think that's the issue. And I don't really want to delete whole c drive. Im gonna install arch on my phone instead. But thank u for replaying.
I folloed everything as you said except i took hyperland but the problem is , when i enter password in login screen , cursor disappears and it gets stuck on that screen
Did u install any GPU Drivers.
@@kskroyaltech problem was i needed to login through tty as i was using hyprland , sddm doesn't work
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 :(
Wait is it possible to do this with a legacy bios? Or maybe a video link?
I should look for this video before trying to dual boot by myself xD
Sure
Now, I can say “ I use arch, btw 😎”
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
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
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..
while installing arch linux i tried to connect to internet by iwctl but when i try device list it dosent show anything. Pls can anyone help me 🙏🙏🙏
Make sure you are inside IWD shell mode..
First type IWCTL in lowercase...
the prompt will be changed to iWD then enter the command over there to connect to wifi.
2:54 why you selected MBR instead of GPT?
Because MBR supports USB booting on Both BIOS and UEFI machines.
I get boot partition not found.
Same did u find solution
Did you find the solution?
@@naturelove801 yea
All this to get an error at the end of my installation
A new archinstall Version came out. Is there anything done different?
We cant use / to search anymore, i HATE IT. Sucks. But it doesnt changed that much.
I will upload the new video on this topic by this week.
Nope, you can use / to search ...
Very helpful video. Have been trying to make it work and it helped so much!
You're welcome!
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*
Great video! Worked perfectly...thanks
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.
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.
is the usb reusable again after burning some iso's in it or it is not? I mean can you show us how to format the used usb/flashdisk after burning iso in it?
Simply USE a software named SD FORMATTER. Link is here- www.sdcard.org/downloads/formatter/
Then install the EXE on windows and connect your USB pendrive and format it. To make it normal.
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
initramfs unpacking failed: invalid magic at start of compressed archive
help
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
My efi partition has 260mb. Will it be enough to boot arch. As it will be uavin windows boot laoder???
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.
yeah, im sticking ith endeavour os. dual booting that is one click. its arch with an easy installer
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
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 ?
Bro should I use full / or separate root and home directory
I'm having audio issue
thank u a lot! it was easier than i thought, u re a genius!
You are welcome.
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
I'll try this when I have a new laptop in 2 weeks. Hopefully that laptop's wireless card is supported by Linux.
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..
I trued this method before but back then windows entry cam be find but now when i try to update grub it saying adding boot meny entry but not detecting windows bootmgr why? I even fresh install windows 11 please help
Read this ; kskroyal.com/arch-win11-dualboot-2024/
great video, helped me a lot! thank you!!
is there a reason as to why grub still wont add windows to the list even after doing the commands and everything?
check at min 16:10 u need to uncomment a line on the grub config file
Once removing arch linux. Can i reinstall the same way? I forgot to at my fav desktop environment hyprland and i cant figure it out how to solve it.
Yes why not.
I choosed diak configuration to ' use a best option to partition disk' now my whole 900 gb storage has gone under linux and i can't find windows boot no matter how much i tried😢
Please help me tell me what to do now....
rip
HOW did u do that > I clearly mentioned right everything. You have messed up the drive data..
Bro after completing process and shutdown the system and after ejecting usb , when i start PC windows only get booted, I'm trying from 2 days
In uefi settings put arch upper
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!
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.
Can you do a video with systemd and W11 dual boot for Arch?
OKAY
Archinstall showing error in install of grub in red and grub install showing not a efi partition error.
Hi. Uf i write install...........
I see error that EFI variables are not supported on this system
Hey I followed this tutorial and I am on arch
but grub menu is not showing when booting also "grub-mkconfig -o /boot/grub/grub.cfg" can't find windows boot manager
What to do ? Please help anyone..
Did u install the OS-pRober and modified the grub configuration by uncommenting GRUB_DISBALE_OS_PROBER ?
@kskroyaltech yes , i did all all that.
Also when booting to win10 and Linux , I need to change bios to uefi for booting Linux and again to Legacy for booting windows.(From bios settings) . Did I do something wrong?
okay i remember my window10 is on legacy bios mode, and Arch linux on uefi i need to install windows as uefi too? or any other method exists.
After deleting most of the temporary files to create space on the C drive, I followed your steps and booted the pen drive,but encountered the error 'rtw_8822be 0000:04:00.0: failed to send h2c command.' Please provide a solution
did u boot into Arch Linux live session ?
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.
Why use proprietary and not open source nvidia drivers?
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 font is the one you use in your terminal?
Monaco
@@kskroyaltechthank you!
Hi, hope you are well. After a while using Arch in dual boot, I believe one of W11 updates broke the Arch installation and I am getting "file vmlinuz-linux not found" when selecting Arch in GRUB. Any ideas how to fix this without installing Arch all over again? Both systems are in the same drive. Thank you.
You can fix that issue. Boot Arch From LIVE USB and mount the root partition to /mnt and chroot into /mnt.. And install the grub boot loader.. See this timestamp: 13:17
@@kskroyaltech Thank you! It worked! Do you know if, I install Arch then after W11 would help stopping having this issue? Thank you once again.
Worked like a charm thanks
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
I successfully installed arch linux but when i switch back to windows then there is still unallocated space idk why
because the linux filesystem isnt recognized by windows
really great tutorial ! you go a little fast for me i'm a noob when it come to linux but Thanks! LOL
Sorry!
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*
Amazing setup ❤
Thanks 😁
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
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*
ruclips.net/video/FTVZ5f7Wg6U/видео.html ...
Thanks! Can you reenable Secure Boot after the installation?
@xenizgaming3778Security reasons
I mean you won't be able to use Arch though
Yes
@@reck_px15 but then you won't be able to boot arch.. only signed linux distros boot after secure boot being enabled. Well u can tweak it using rEFInd bootloader to try and boot it with secure boot enabled but out of the box it won't work
5:10 mine is no wlan0 shows up
Try this:
iwctl device wlan0 set-property Powered on
hello brother, i installed archlinux properly but my wifi is not working. It is not detecting wifi driver in linux but works in windows. when i run dmesg | grep mt7615e (which is my driver) it says probe with driver mt7615e failed with error -12. please help me solve this problem
sudo su
systemctl enable --now NetworkManager.service
systemctl enable --now ModemManager.service
systemctl enable --now NetworkManager-dispatcher.service
systemctl enable --now NetworkManager-wait-online.service
reboot now
For Bluetooth
sudo su
pacman -S bluez bluez-utils bluez-tools blueman
systemctl start bluetooth.service
sudo systemctl enable bluetooth.service
I cant shrink the volume to 40 + GB. I can only domit to 8MB
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 ✌️
My greetings from saudia arabia ❤❤❤
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
great video brother thanks a ton
Glad to help
THANK YOU!!! Very useful!
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😭
I did everything correct but i keep having issues with cannot strap packages
Run this command to fix that issue:
pacman -Sy archlinux-keyring
@@kskroyaltech already tried but still same message