Linux Mint 21.3 Virginia
Restart Samsung 870EVO 250GB ei toimi; "virta-avain" toimii ja 860EVO.
Mihin tai miten korjaan ? Eräs ehdotus on "GRUB_CMDLINE_LINUX_DEFAULT="reboot=pci"". Laitan alemmaksi jutun tuosta ehdotuksesta.
Lisäsin tämän rivin "grub" osioon ja toimii, mutta sammutuksessa ja käynnityksessä näkyy "kaiken moista".
-------------------------------------------------------------------------------------------------------------------------
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
------------------------------------------------------------------------------------------------------------------------------------------
https://forums.linuxmint.com/viewtopic.php?f=50&t=383717Re: SSD Samsung 870 EVO no bootable after reboot
Post by GrumpyGreek » Sun Oct 30, 2022 11:08 pm
I just had that problem with the same SSD on a Toshiba Satellite C55D.
If I rebooted or suspended, the SSD would disappear from the system, but if I shutdown/powered off, it would boot and run fine.
The solution I found after much googling was to put reboot=pci in my kernel options. (Here's a link to the post I found:
https://bbs.archlinux.org/viewtopic.php ... 5#p1623255). I had to try several of the reboot options before I found that "pci" worked for me. You can test if the option will help by editing the options in grub on boot up by pressing 'e' at the grub menu, or you can make it permanent by editing /etc/default/grub and adding it to the list of kernel options that might already be there (e.g. "quiet splash"). This is the relevant line from mine:
GRUB_CMDLINE_LINUX_DEFAULT="reboot=pci"
I can now reboot and suspend my machine, however I have a problem where my SSD performance is terrible after resuming from suspend. I actually just submitted a question about it and am waiting for it to be reviewed.