Corrupted soldered on memory.

So my old, but not heavily used, laptop is starting to become very slow and I’ve had some out of the blue crashes. It’s a Sony Vaio ultraportable bought back in 2013. At the time it was quite good, SSD disk and a light package.

Since I am going to use the laptop for work I did a memory test most for fun. I was not aware of the memory being faulty. A pass in MemTest86 revealed a bit error, and after that I has been sitting thinking about the error all the time.

Oh no!

Since I really do not need a new machine for the work I do on the laptop, usually only used as a thin client via a RDP connection to my beast-machine for compiling Chromium and writing Javascript UIs on top of that. I had to do something to make the laptop stable. Started searching the web, because I did remember Linux having an option to mark memory as bad. Turned out Windows has that possibility too. Windows Boot Options.

How to manage the PFD Memory List does not hint about how to manually add an address to the bad memory list. First we need to find out how this is done, and if it is possible on a system without ECC memory.

Found a very nice overview on how to do this here.

So the bit-error I’ve got in my 8GB og memory is at the following address. and Windows can mark 4kB blocks as bad, we need to mark 0x34be000 to 0x34bd000 as bad.

C:\WINDOWS\system32>bcdedit /enum {badmemory}

RAM Defects
-----------
identifier              {badmemory}

C:\WINDOWS\system32>bcdedit /set {badmemory} badmemoryaccess no
The operation completed successfully.

C:\WINDOWS\system32>bcdedit /enum {badmemory}

RAM Defects
-----------
identifier              {badmemory}
badmemoryaccess         No
C:\WINDOWS\system32>bcdedit /set {badmemory} badmemorylist 0x34be000 0x34bd000 
The operation completed successfully.

C:\WINDOWS\system32>bcdedit /enum {badmemory}

RAM Defects
-----------
identifier              {badmemory}
badmemoryaccess         No
badmemorylist           0x34be000
                        0x34bd000

After a reboot the corrupted memory is avoided by Windows, and I should not get random crashes because of this.

Hello world!

Welcome to your new Blog! We’re really excited to see what you do with it.

This draft post is here to show you what your posts will look like and to give you a few tips on getting started. Feel free to edit it, delete it or keep it saved as a draft for reference later.

Publishing

If you’re familiar with WordPress, you’ll be right at home. To get started creating your own posts head to your Dashboard and click Add New to bring up the editor. Fill it up with whatever you choose; it could be a recipe, a review of a new product you love, or simply a new idea that needs to be shared with the world. The world is your oyster.

Hit Publish and that’s it – your post will be live and ready for reading.

The new post will be included in the Reader of other members and may also make an appearance on the Community front page, (vivaldi.net).

P.S. Don’t forget to share your new creation far and wide! Tag Vivaldi (on Twitter or Facebook) and we’ll help you spread the word about your new blog.

Customization

There are a number of ways to customize the look of your new Blog. Head to you site’s Admin Dashboard to adjust the theme, site icon, header images, page layouts, custom widgets and much more. Many of these settings can be found in the Appearance menu.

For the more technically savvy out there, you can of course also use custom CSS to make things just right. To add custom CSS, head to Appearance > Customize.

Import

To import content from another blog, select Tools > Import from menu in your dashboard. Right now there are importers for WordPress, Blogger and Tumblr. If you’d like to import content from another service, let us know!

FAQ

What is the Vivaldi Community?

A place for our friends to hang out online. We want to create a place where people can publish, read and discuss ideas with likeminded folks from around the world. We hope you like it.

Do I have to use Vivaldi’s browser to be here?

No. Many Community members use our browser. But many don’t. Everyone is welcome.

What’s included?

Every member gets a free webmail account ([email protected]), access to the Vivaldi Forums and a free Blog with a custom domain (yourblog.vivaldi.net).

What’s the catch?

We have no plans to monetize, share your data or start charging for any of these services. The Community is simply a way for us to give back something to our users. No catch.

Help and Feedback

Help articles for the Community can be found at help.vivaldi.com. If something seems off or you run into a bug, please let us know by using our contact form or leaving a comment in the forum.

Have a read of our Terms of Use and Privacy Policy and let us know if you have any questions.

Enjoy, and welcome!