According to a Russian torrent site it was leaked by "friendly" Microsoft Ukraine individuals.(Lol lol, no wonder why piracy rules the world :P ) It's not likely that the build contains any of the UAC changes Microsoft has recently promised. The build is Build 7022.winmain.090115-1850 which indicates it was built nearly a month ago. Some Microsoft employees have twittered recently that they were "installing build 7034" so the company is clearly pushing ahead with the builds ready for the upcoming Release Candidate.
Windows 7- Build 7022 Leaked?
According to a Russian torrent site it was leaked by "friendly" Microsoft Ukraine individuals.(Lol lol, no wonder why piracy rules the world :P ) It's not likely that the build contains any of the UAC changes Microsoft has recently promised. The build is Build 7022.winmain.090115-1850 which indicates it was built nearly a month ago. Some Microsoft employees have twittered recently that they were "installing build 7034" so the company is clearly pushing ahead with the builds ready for the upcoming Release Candidate.
Reinstall GRUB
Grub, by default, resides in the Master Boot Record(MBR). When you try to install some other boot loader or try to install/reinstall Windows, the grub information in the MBR will be overwritten. So, Grub might have to be reinstalled.
When some/any part of partition information is changed, the grub configuration won’t be automatically notified of it and so, the grub configuration will remain as it is. There maybe many cases in which the partition information maybe changed like when you create an extra partition, which is something trivial and may or may not affect the grub boot loader. However, most of the times, changes in the partition information will result in errors when the grub boot loader is loaded. So, the grub configuration has to be updated and the easiest way is to reinstall Grub.
There are many such cases and in these cases, people tend to treat the effect, more than the cause. By this, I mean people tend to usually reinstall Ubuntu or Fedora or whichever GNU/Linux operating system they are using, through which Grub will be automatically reinstalled. But is it necessary? No, Grub can be reinstalled without reinstalling the entire operating system! In fact, Fedora CD/DVD does offer to reinstall Grub if you choose to upgrade your system. However, I have tried to use that option in many of my friends’ computers and it has never worked! I have no idea why it doesn’t work. So I resort to the easiest fool-proof method I know - COMMANDS @ TERMINAL
COMMANDS TO REINSTALL GRUB:
All you need to do is access the terminal using the installation CD/DVD of your GNU/Linux operating system. Ubuntu installation CD is a live CD and so, when it loads, you can run the terminal from there. Fedora installation CD/DVD offers options through which you will have to choose to upgrade the system using commands(rescue mode).
Once you are at the terminal, you will have to access the ‘grub’ shell to change the grub configuration. So, give this command at the terminal:
$ grub
If it says that you don’t have the permission, in which case you will not have logged in as root(as in Ubuntu), give this command at the terminal:
$ sudo grub
You will get the grub-shell prompt:
grub>
Now, you will have to find out in which partition Grub had been installed before, so that you reinstall in that partition only. Give this command at the terminal:
grub> find /boot/grub/stage1
(returns value)
It returns the number of the partition in which Grub i.e your GNU/Linux had been installed.
e.g.,
grub> find /boot/grub/stage1
(hd0,2)
Before reinstalling Grub, you will have to notify the partition that your Grub i.e. GNU/Linux is resided in. So, give this command at the terminal:
grub> root (returned value)
e.g.,
grub> root (hd0,2)
Now, reinstall grub in the MBR i.e. the returned value without number part.
e.g., (hd0)
So, give this command at the terminal:
grub> setup (returned value without number part)
e.g.,
grub> setup (hd0)
Exit the grub-shell prompt using “Ctrl+c”.
Exit the shell prompt using “Ctrl+d”.
Phantom OS- A New Rvolution ?
Phantom is new, but it can currently boot, execute applications, and continually save system state to disk. A GUI is planned, as are cross-development tools. The new OS is planning to support interpreted scripting languages like Ruby and Python, and virtual machine programming languages like C# and Java. What, no perl?!
The saved-state nature of Phantom makes it a real contender for both the mobile market, as well as servers. Switch off your phone running Phantom and then turn it back on with no loss of data or apparent interruption in what you were doing. For server environments, a power loss may no longer be a big deal.
It’s great to see real innovation in the OS space. Challenging the status quo may mean that Phantom has an uphill battle before it, but it’s refreshing to see people really thinking outside the box.
*Source -Crunchgear.