1- Open your Virtual Android Machine and select debug mode Option and enter.
2- Wait until the process will complete then press enter.
3- In command prompt Run this 3 commands step by step- mkdir /boot ( create Boot folder )
- mount /dev/sda1 /boot ( Mount your disk with boot folder )
- vi /boot/grub/menu.lst ( VI for edit your grub )
5- After edit press "ESC" (Exit editing) then press shift+zz (save and exit).
6- In the command prompt run this commands.
- umount /boot
- rmdir /boot ( Remove your directory )
- reboot -f ( Rebooting )
8- Check your main machine resolution. In my case my machine resolution is 1366x768x32.Open Terminal (Linux) or Command prompt (Windows) and run this command.
- VBoxManager setextradata "Android-9" "CustomVideoMode1" "1366x768x32"
9- Now start your Android machine.
No comments:
Post a Comment