elementary / installer

Installer front-end for Linux-based OSes
https://elementary.io
GNU General Public License v3.0
173 stars 48 forks source link

Partitions not showing up or i cant see partitions list on installer #641

Open cassidyjames opened 2 years ago

cassidyjames commented 2 years ago

Discussed in https://github.com/elementary/installer/discussions/640

Originally posted by **serdio-nerd** September 14, 2021 I'm having problem installing elementary os odin in custom install option. Error:--- Partitions not showing up or i cant see partitions list on installer please help. Details:---I've used iso version elementaryos-6.0-stable.20210831.iso
dan-gut1 commented 2 years ago

This is also happens in 6.1 and also have another ticket from August 21. https://github.com/elementary/installer/issues/617

Happens to me also in Lenovo ideapad 520S with 2 drives one nvme and one ssd.

Currently im unable to install elementary 6.1 on dual boot.

yunusozd commented 2 years ago

It happened to me in 6.1. I tried to install it a week ago, I couldn't see partitions either. Weird thing is, GParted showed. It can also change partitions too. My device: Lenovo IdeaPad 330 and only HDD.

Currently im unable to install elementary 6.1 on dual boot.

me too.

dan-gut1 commented 2 years ago

@cassidyjames any plans to fix this issue?

gratejames commented 2 years ago

Happening to me to on a Lenovo Yoga with a 4TB WD HDD externally. The drive is recognized and (I think) properly configured through the included GParted manager, but It hangs on "Getting the current configuration" for a while before showing a blank menu with the continue button greyed out. It's my first time trying out elementary, and I'd love to be able to dual boot on this external drive!

png2378 commented 2 years ago

Same issue: https://elementaryos.stackexchange.com/questions/28643/elementary-os-odin-installer-not-showing-partitions-on-macbook-pro-2016

arshad10244 commented 2 years ago

I had a similar issue when setting up a dual boot with Windows 10, and the issue was mounting the partitions in rw mode

remount didn't work so here is what i did that worked

1- Make sure you are booting in UEFI mode if your windows was installed in UEFI (grub installation would otherwise fail at the last step) 2- Use the demo mode and run ntfsfix on all ntfs partitions 3- open gparted (from applications menu) and make your partitions (/ , swap & boot) 4- create a new folder in / (this will be on your elementary OS usb drive) and name it drive 5- run lsblk and note down your partitions for the drive you are installing os on. ( /sda1 /sda2)

repeat the steps 6-12 for all your partitions 6- umount /dev/your_partition 7- mount -o rw /dev/your_partition /drive 8- chmod 777 /drive 9- touch /drive/test.txt (just to test the drive is mounted in rw) 10- umount /dev/your_partition 11- open file explorer and open the partition from storage section (this will mount the drive in rw mode in /media) 12- delete test.txt

open the installer from the applications menu and install