-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Bootloader on Arch Installation #3128
Comments
Being incapable of increasing the root file system of the ISO is not an archinstall issue. You have more than one EFI system partition on |
Right, there are two EFI partitions. One is for Windows, located at /dev/sda3, which was created automatically during the Windows installation. The other is /dev/sda6, which I set up for Arch Linux. When I was using the XFS filesystem, I used to combine both EFI partitions in systemd-boot by chrooting into my system and running the following commands: So, the two EFI partitions aren’t likely the source of the problem, you see? It worked perfectly fine with XFS, as I mentioned. |
##How to reproduce the problem |
Right, your UEFI is detecting |
Well, could you at least tell me what needs to be done? I've been struggling with it for the past few days. |
An issue report is not the proper place to seek support. |
Apologies for asking in the wrong place, but I simply want to resolve this issue, and I'm not sure where else to turn. If you have the information on what exactly I need to do, let me know. Once again, my apologies. |
Familiarize yourself with the installation guide and learn to do a manual installation if you do not already know how. For documentation see the ArchWiki, for support use the Arch Linux forums. To put you in the right direction, see the fourth paragraph of Dual boot with Windows#Bootloader UEFI vs BIOS limitation and all of Dual boot with Windows#UEFI systems. |
This doesn’t seem safe at all, using the same EFI partition for both Windows and Linux. It’s only 100MB, so I’m not sure how it’s supposed to work; there simply won’t be enough space for both systems. If I were to go ahead with that, it’d likely mess up my Windows installation. I need to increase the size of that 100MB EFI partition to at least 1GB, which probably means I’ll have to reformat, something I’m not keen on doing. And as for combining Arch with Windows on systemd-boot, I’m at a loss. How am I supposed to set it up so I can choose which one to boot into? It’s frustrating. Couldn’t we get Archinstall to support dual-booting with Windows? It would make life so much easier for users. For instance, in the partitioning section, let me choose which EFI partition belongs to Windows, which is the root partition, and let the installer take care of the rest, ensuring both systems work smoothly. Right now, I’m just feeling completely lost. |
Right, let me lay it out one last time, and do feel free to correct me if I’m off-track anywhere. I’ve asked a load of people about my situation, but all I get is "don’t dual boot," which isn’t happening, I need both systems. Here are the steps I’m planning to follow: Right click on the "(C:)" partition (the only one of the default Windows-created partitions which can be resized online) and select Shrink Volume.... I’m going to remove the 1GB EFI partition for Linux, so now
Then I’ll update the system and install some essentials: Look, I know I might be overcomplicating things, but I’m just trying to get this sorted so I can crack on with my tasks. I’m really sorry if I’m asking in the wrong place, I just need to get past this hurdle. Any corrections would be much appreciated. Cheers. |
@codefiles could you kindly confirm if all these commands are correct to proceed with on that laptop, or if there is anything wrong with any of them? I just need to be sure, as you are my only hope for getting Arch installed on it. Everyone else just says, 'Don't dual boot,' which is, quite frankly, frustrating. I need both systems for my workflow. I apologise for asking in the wrong place, but I genuinely need your help to install Arch safely without interfering with my Windows installation. In particular, I need to be certain that commands 19 through 29 are accurate, or if there’s anything wrong with them. |
Which ISO version are you using?
2025-01-01
The installation log
https://0x0.st/8od_.log
describe the problem
Description of the issue
First off, I was encountering issues with Btrfs, as detailed in my previous report here: #3124. Now, I'm looking to install Arch from the latest commits to bypass the problem I'm facing with the current stable release.
I’m looking to install Arch from the latest commits, Here’s the deal: when I try to install the packages, git, python-pip, gcc, pkgconf, I get an error, something about the partition being too full. I checked the wiki for a fix, and it suggests running the command
mount -o remount,size=SIZE /run/archiso/cowspace
. But when I try that, I get an error saying cowspace doesn’t exist. So, I’m at a bit of a loss here, as it’s my first time building this from source.By the way, I also tried running archinstall with
python -m archinstall
. The only packages that installed were git and python-pip, due to the space issue I mentioned. The installation seemed to go smoothly, with none of the previous problems I encountered. However, when I rebooted, the bootloader was completely absent. I’m not sure what I’ve missed here. It boots straight into Windows automatically. Even when I shut it down and spam F12 to access the boot options, I don't see systemd-boot or anything related to Arch.The text was updated successfully, but these errors were encountered: