T
T
tvoyenvy2019-07-06 23:51:16
Solid State Drives
tvoyenvy, 2019-07-06 23:51:16

Why Bios does not see m2 ssd?

The OS sees the ssd and can work with it, but when I install Windu from a USB flash drive, everything is fine during installation, but as soon as it is installed, 0xc000000e crashes and Bios does not see m2

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Z
Zettabyte, 2019-07-07
@Zettabyte

If the problem is not in the motherboard (for example, not modern enough for such SSDs), and it crashes all the time with the same error, I would advise you to at least write it down or take a picture and google it.
Additionally, it will not be superfluous to use one of the utilities that analyze crash dumps.
In addition, if there is a machine where everything works fine, you can check the SSD with R.tester: https://rlab.ru/tools/rtester.html
If it does not have any data you need, then you can run write tests.

K
Kovalsky, 2017-09-23
@lazalu68

You could insert the received elements into the DOM, and then just check if there are any among them with the class check .
And even if you are not going to insert the resulting elements into the DOM, you still process the code with $ and look for it there, no difference.
This of course googles in a second, but still:
$( html ).has('.check')

E
Exploding, 2017-09-23
@Exploding

Apparently it is desirable to start with the url to which you send the data. And then the current one is somehow not in Feng Shui
UPD: It probably doesn’t work ...

$.ajax({
  url: 'https://МЕСТО_ДЛЯ_УРЛА(!)',
  dataType: 'html' ,
  type: 'get',  
  success: function(html) {

    // if ($(html).has('.check')) { //можно как написал Никита
    if ($(html).find('.check').length) // или так еще
      $('#del-form').html("<div align='center'>Лимит достигнут.</div>");
  }
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question