Saturday, September 8, 2018

microsoft edge

 Microsoft Edge este aplicatia de navigare pe internet intalnita in windows 10.
 Scurt pe doi: nu ma asteptam sa functioneze asa de rapid si de bine. In plus, poti instala, la fel ca in firefox si chrome, suplimente pentru blocarea reclamelor, iti poti sincroniza setarile intre dispozitive etc...
 Decat sa folosesti rahatul de Chrome Browser, produs de cea mai mare companie de spionaj de pe glob...google, mai bine folosesti Firefox sau Edge. Edge functioneaza mai rapid decat firefox.

Thursday, September 6, 2018

clonezilla unknown partition table format error

 I had this error while i was trying to clone an old hdd. None of the solutions found on the net worked.
  The solution that worked was to repair entirely the boot sector of the disk using an windows install dvd and entering the command line.
  I used the following commands:

 bootrec /fixmbr

 bootsect /nt60 sys /force /mbr

 bcdboot c:\windows

 diskpart
 select disk 0
 list partition
 select partition x
 active
 exit

 (where partition x is the partition with windows os installed)
//
edit: if that's not working for you, then you need to verify/modify the partition table, something wrong is there.

 you can download/read a pdf file from HERE  and you will find how to safe verify/modify a partition table.