Installation Artemis on computer with 2 SSD M.2 disks

I have two SSD M.2 Gigabyte GP-ASM2NE6200TTTD jn my computer. Mode is ACHI, RAID is off.
If Artemis started with option nvme_load=yes (by default) then system recognizes only first disk and does not recognize second disk.
If Artermis started without nvme_load=yes them system recognizes only second disk and does not recognize first disk.

Is there an option to force the system to recognize both disks?

Thank you.

P.S.
Sorry for my English.

1 Like

recheck your bios settings… could be some RAID setting is still on.
And give the output of sudo fdisk -l from livesession if possible you can get it to save on a pastebin and share URL:
LANG=C sudo fdisk -l | eos-sendlog

In addition it could be you have legacy boot on for the USB CSM … so system could be booted in Bios Mode not UEFI…

And I have also two identical nvme drives installed … no issue to detect them…

Disk /dev/nvme0n1: 465,76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: CT500P2SSD8                             
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 6DEAF807-6FAE-DC4A-BD1E-XXX

Device          Start       End   Sectors   Size Type
/dev/nvme0n1p1   4096    618495    614400   300M EFI System
/dev/nvme0n1p2 618496 976768064 976149569 465,5G Linux filesystem


Disk /dev/nvme1n1: 465,76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: CT500P2SSD8                             
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 50FF9AC9-0C1D-6B4C-97BA-XXX

Device           Start       End   Sectors   Size Type
/dev/nvme1n1p1    2048   4098047   4096000     2G EFI System
/dev/nvme1n1p2 4098048 976768031 972669984 463,8G Linux filesystem

hi @Sigiran,

welcome to the purple universe :enos_flag: :enos: :penguin_face: :rocketa_purple:

1 Like

yea welcome indeed …forget to say that :wink:

1 Like

Thank you :slight_smile:

BIOS: NVME RAID MODE disabled.

https://clbin.com/SnvDP

When I have been installing previous version of EOS several months ago I didn’t have any problem.

I noted message about second ssd m.2 during booting of Artemis. Something about the same ID.

Thank you

1 Like

Welcome to the forum @Sigiran :enos_flag: :tada::partying_face:

Message during booting:

nvme nvme1 globally duplicate IDs for nsid 1

Seems like a kernel bug.

Thanks

Disk identifier will not be the same only disk model
i can build ISO with newer kernel and packages if you would go to try that?

Did you by any chance clone one nmve drive to another?

Could you show the output of
LANG=C sudo fdisk -l | eos-sendlog
for both nvme disks (unplug the other if necessary)?

Thanks to everyone.
I have installed “Apollo”, kernel-lts and then updated to “Artemis”.
All works fine.

so currently using LTS kernel or updated to latest main kernel?

I’m using LTS kernel.

would be nice to see if you can see the drive on booting the ISO I send you :wink:
(only booting it and checking with lsblk -f or gparted or sudo fdisk -l)

I’ve tried ISO you sent. Result: https://clbin.com/A7eOE

so same same looks like it is not related to kernel…

All works fine after update kernel to 5.18.13.

1 Like