Thursday, 27 February 2020
PUBG MOBILE (Haseebabbasi00)
Download the New version of the PUBG mobile
from the link below
Haseebabbasi00.blogspot.com
PUBG MOBILE new Version.apk - 627 MB
from the link below
Haseebabbasi00.blogspot.com
PUBG MOBILE new Version.apk - 627 MB
Windows rebooting again and Again !!!!!!
If you are facing a problem that your PC is restarting again and again and loading
widows again and again then follow the steps
1. search for control panel
2. search for the power options and open it.
3. click chose what the power buttons do
4. click change setting that currently are unavailable
5. turn of the fast bootup
problem solved ...
widows again and again then follow the steps
1. search for control panel
2. search for the power options and open it.
3. click chose what the power buttons do
4. click change setting that currently are unavailable
5. turn of the fast bootup
problem solved ...
Wednesday, 26 February 2020
Grub Rescue from boot (for Linux)
This is temporary Solution
First of all list all the partitions using ls command
then search for the partition in which Linux is installed
example
ls (hd0,msdos6)
list until you get result ext2
then set as root that partition
set root=((hd0,msdos6))
then set the prefix to grub
set prefix=(hd0,msdos6)/boot/grub
then write
insmod normal
then write normal to start normally
normal
your OS will boot and you can do your work
If you want to set grub permanent then check out my post "Grub rescue in a minute "
set of commands by numbering
1. set root=((hd0,msdos6))
2. set prefix=(hd0,msdos6)/boot/grub
3. insmod normal
4. normal
First of all list all the partitions using ls command
then search for the partition in which Linux is installed
example
ls (hd0,msdos6)
list until you get result ext2
then set as root that partition
set root=((hd0,msdos6))
then set the prefix to grub
set prefix=(hd0,msdos6)/boot/grub
then write
insmod normal
then write normal to start normally
normal
your OS will boot and you can do your work
If you want to set grub permanent then check out my post "Grub rescue in a minute "
set of commands by numbering
1. set root=((hd0,msdos6))
2. set prefix=(hd0,msdos6)/boot/grub
3. insmod normal
4. normal
Grub Rescue In A Minute
First make a usb bootable of linux and
use as try (live)the open cmd
sudo mount /dev/sda5 /mnt *****Using the linux installation on your hard drive
//// instead of /dev/sda5
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
grub-install /dev/sda *****Using your boot device instead of /dev/sda
CTRL-D
sudo umount /mnt/dev
sudo umount /mnt/proc
sudo umount /mnt/sys
sudo umount /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo mount --bind /sys /mnt/sys
sudo chroot /mnt
grub-install /dev/sda *****Using your boot device instead of /dev/sda
CTRL-D
sudo umount /mnt/dev
sudo umount /mnt/proc
sudo umount /mnt/sys
sudo umount /mnt
Subscribe to:
Posts (Atom)