Showing posts with label message. Show all posts
Showing posts with label message. Show all posts
Tuesday, September 19, 2017
Unable to install AOL Desktop with blank error message Windows Vista
Unable to install AOL Desktop with blank error message Windows Vista
I recently was asked to resolve another problem with AOL Desktop - the Main.idx had disappeared from the AOL profile folder within ProgramData and the program could not start. After some checks, I decided to completely uninstall and reinstall the AOL software. Although the removal was straightforward, I could not reinstall the software no matter which way I tried. The following error message kept appearing, followed by a completely white square that could only be closed using Task Manager.
![]() |
Honestly, could this error be any more helpful? |
Coincidentally, my very next job was also for someone running Windows Vista with a similar problem, though this was with the software for a Brother scanner. Instead of the usual controls for scanning images and files, a white space in the shape of the original program appeared. As before, uninstalling Adobe Flash Player for Internet Explorer did the trick, although the customer did comment that the program looked a bit different than it did before.
I think its likely that there is a problem with Adobe Flash Player 20 and Windows Vista, or perhaps with Internet Explorer 9, or perhaps with any number of different programs - who knows?
download file now
Tuesday, September 12, 2017
Ubuntu 14 04 not booting after error message tmp could not be mounted
Ubuntu 14 04 not booting after error message tmp could not be mounted
If you installed Ubuntu 14.04 using WUBI and after installation when it booted it showed an error:
Serious errors were found while checking the disk drive for /.
There were three options:
press [I] to ignore, press [S] to skip mounting and press [M] to mount manually.
After pressed I, it showed
/tmp
could not be mounted and my Ubuntu isnt booting.Lot of people will get or got this kind of error after installing Ubuntu 14.04.I also got same error but after some modification i fixed it.
Please Follow This Step
- In Windows Boot Manager, select Ubuntu.
- Press any key and enter GNU Grub2 menu.
- You can press "e" to edit GRUB2 boot entry.
You need to change the GRUB2 boot entry from "ro" to "rw",
e.g.
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=AAC884AC1F144321 loop=/ubuntu/disks/root.disk ro quiet splash $vt_handoff
to
linux /boot/vmlinuz-3.13.0-24-generic root=UUID=AAC884AC1F144321 loop=/ubuntu/disks/root.disk rw quiet splash $vt_handoff
Press F10, you can boot in Ubuntu 14.04.
and you can fix GRUB2 boot entry:
sudo vi /etc/grub.d/10_lupin
Change the line:
linux ${rel_dirname}/${basename} root=${LINUX_HOST_DEVICE} loop=${loop_file_relative} ro ${args}
to:
linux ${rel_dirname}/${basename} root=${LINUX_HOST_DEVICE} loop=${loop_file_relative} rw ${args}
Regenerate GRUB2 boot entry:(type in terminal)
sudo update-grub
After this all step surely you can use your new ubuntu
So enjoy!!!!!!!!!!!!!!!!!!!!!!
download file now
Subscribe to:
Posts (Atom)