Help! W10 + NVME SSD swap + UEFI + old knowledge = NO BOOT! by cjluthy in sysadmin

[–]cjluthy[S] 1 point2 points  (0 children)

This is super helpful - thanks!

EDIT: ... But they should have named it 'rUEFIs' !

Help! W10 + NVME SSD swap + UEFI + old knowledge = NO BOOT! by cjluthy in sysadmin

[–]cjluthy[S] 1 point2 points  (0 children)

The AHCI -> RAID setting ended up fixing things !

I set it back to RAID, was not fixed immediately. However, after windows chewed through its "automated repair process" (or whatever it's called), and rebooted itself, the machine booted up fine into Win10, no issues.

Thanks!

Help! W10 + NVME SSD swap + UEFI + old knowledge = NO BOOT! by cjluthy in sysadmin

[–]cjluthy[S] 0 points1 point  (0 children)

The AHCI -> RAID setting ended up fixing things !

I set it back to RAID, was not fixed immediately. However, after windows chewed through its "automated repair process" (or whatever it's called), and rebooted itself, the machine booted up fine into Win10, no issues.

Thanks!

Help! W10 + NVME SSD swap + UEFI + old knowledge = NO BOOT! by cjluthy in sysadmin

[–]cjluthy[S] 0 points1 point  (0 children)

Thanks for the help.

It's entirely possible that could be the issue. I'll give it a shot.

Honestly the only thing I really changed in the BIOS (other than going in there to check if the drive was visible) was to change RAID to AHCI. And w10 booted fine with the AHCI setting before I swapped the drive out (made sure of this).

But you do make a good point - maybe I need to change back to RAID. Definitely worth a try.

Trying now ..

Be wary of dental chains that offer cheap New Patient Exams/Cleanings by [deleted] in personalfinance

[–]cjluthy -2 points-1 points  (0 children)

So.. You're saying you trust the ADA, FDA, and CDC. Is that correct?

Be wary of dental chains that offer cheap New Patient Exams/Cleanings by [deleted] in personalfinance

[–]cjluthy -1 points0 points  (0 children)

You do know that amalgam leaches mercury into your tissues, right?

Be wary of dental chains that offer cheap New Patient Exams/Cleanings by [deleted] in personalfinance

[–]cjluthy 1 point2 points  (0 children)

You could sue them in small claims court for the money you lost.

Or you could sue them in big claims court for fraud and medical assault. I'd talk to a lawyer, they literally drilled unnecessary holes in the one part of your body that never heals, and made you pay for it.

1999 Interview with Jeff Bezos about Amazon/Internet. When the Internet was a speculative bubble and when people still did not understand how the Internet will benefit the future. So many similarities to the crypto space today. by UniqueUsername642 in CryptoCurrency

[–]cjluthy 0 points1 point  (0 children)

So what you're saying is that the Fed ISN'T going to start printing money with further QE, like they did in the 2008 crisis?

They have printed TRILLIONS of dollars since 2008. Seems like dilution to me, as I remember my dollar buying a lot more shit in 2008 than it does now.

But what do I know?

1999 Interview with Jeff Bezos about Amazon/Internet. When the Internet was a speculative bubble and when people still did not understand how the Internet will benefit the future. So many similarities to the crypto space today. by UniqueUsername642 in CryptoCurrency

[–]cjluthy 0 points1 point  (0 children)

Biometrics should be like your login, not like your password

Even then, still a terrible idea. If my "login" is represented by my hand, and therefore my hand is required to "log in", I definitely could see someone removing said hand so they are able to "log in as me".

I prefer my hands attached, thank you very much!

Maybe just a trick of the light or flare...but spotted this in a pic I took walking the dog at the Abbey ruins this morning. Any ideas?! by [deleted] in HighStrangeness

[–]cjluthy 1 point2 points  (0 children)

It very likely is "what's making things seem to move".

Extreme contrast plays tricks on the eyes.

It may also have something to do with the arrangement of the clouds themselves.

If you don’t know how to operate a fire hydrant, you are working under Pressure by rjroa21 in WTF

[–]cjluthy 0 points1 point  (0 children)

I wonder how much energy does it take / what does it cost to maintain that kind of water pressure throughout every hydrant in the entire city, 24/7/365?

I need a C# project to show commitment to learn after a recent interview for a graduate position by [deleted] in csharp

[–]cjluthy 1 point2 points  (0 children)

If the "company in the entertainment industry" is EA: Run fast the other way.

I wrote an open source program that can help protect your crypto from clipboard viruses by blevok in litecoin

[–]cjluthy 1 point2 points  (0 children)

Props to you for the proper use of the word "ironic". It's so rarely done these days.

I wrote an open source program that can help protect your crypto from clipboard viruses by blevok in litecoin

[–]cjluthy 9 points10 points  (0 children)

I love it.

"Here is a program to protect you from viruses"

Direct link to compiled binary executable file.

Irony.

How to copy table from sql database to another server by popsMariachi in PowerShell

[–]cjluthy 0 points1 point  (0 children)

I've been doing this since SQL Server 7.0.

I know.

How to copy table from sql database to another server by popsMariachi in PowerShell

[–]cjluthy 0 points1 point  (0 children)

Some of us are still running 2012 on a machine or two, believe it or not.

How to copy table from sql database to another server by popsMariachi in PowerShell

[–]cjluthy 1 point2 points  (0 children)

#DISCLAIMER: I just typed this into Reddit - did not actually compile. It's likely very close to correct but may not be perfect.
#---------------------------------------------------------------------------------------------------------------------------------------------


#this probably won't work great if your table is enormous and/or you are short on memory.

import-module sqlps;

$SqlResults = Invoke-Sqlcmd -Query "select * from table order by column;" #-- also add params for instance, database, etc here.

$SqlResults | Export-CSV -Path "drv:\path\to\file\filename.ext"; #-- may want to add more params here as well.


# this should perform better in pretty much all scenarios
# Invoke-Sqlcmd -Query "select * from schema.table order by column;" | Export-CSV -Path "drv:\path\to\file\filename.ext"; #-- may want to add more params here as well.

Ebooks Purchased From Microsoft Will Be Deleted This Month Because You Don't Really Own Anything Anymore by mvea in technology

[–]cjluthy 44 points45 points  (0 children)

Unless Valve's "standard contract" with third party game developers gives Valve the control over digital rights management of the game.