-
Notifications
You must be signed in to change notification settings - Fork 19
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 partitions (fs:ext4) in disk choice on Windows #291
Comments
Interesting. Must have an issue with reading this partition's information somehow. Btw. I'm quite sure the UEFI doesn't support ext filesystem and what you actually need to point it to is EFI ESP partition (HarddiskVolume1) and Linux bootloader that should've installed there but maybe your distro is doing something different? |
|
"I don't understand what you mean by 'not supported.' The only issue right now is that the drive in question, formatted as ext4, is not visible, accessible, or addressable in Windows 11, so I can't use this software to assign an address. What I managed to do was extract the grub files from this Linux drive using some methods and add them to the EFI drive, which worked correctly. Then, I added the Linux boot entry with EasyUEFI, but it was very time-consuming and difficult." |
That's not good then, that means that the Windows doesn't really see it as valid partition 🤔 will have to investigate. As far as I know I'm using the same methods (system APIs) to ask the system for partitions as diskpart. Will have to look into how the Disk Management gets its information to be able to get that then. Though again it's not that useful as UEFI cannot use that partition anyway either, so it's just for completeness/parity with Disk Management.
Exactly what you had to do. UEFI only mandates support for FAT so you had to move the incorrectly placed bootloader (grub in this case) to ESP partition from that Linux system ext4 partition and then you could point the UEFI Firmware at it. Don't know how you've installed the Linux system. But assuming it had some installation wizard (or instructions) it might be worth it to open an issue there somewhere to mention that it installs bootloader incorrectly on UEFI systems (unless this was just some random error). |
Is there an existing issue for this?
Description
I can't select the drive where I installed Linux
This drive with a volume of 60 gigs and EXT format is marked as partition 5 in the photo
What is the solution???
Environment
Raw EFI data
1.json
Additional information
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: