Tuesday, October 27, 2015

Booting the BOSS Linux as in command prompt mode


1.Open the /etc/default/grub file and uncomment the following line

GRUB_TERMINAL=console

2.Set the resolution to 1024x768

GRUB_GFXMODE=1024x768

3.issue the following commands after above modification

sudo update-initramfs -u -k 2.6.32.59
sudo update-grub

4.This was done in BOSS Linux due to not able to boot the windows 7 in the dual mode.


or click and download following script and run it as a sudo user

flicker_removng_console_mode_boot_script

No comments:

Post a Comment

How to interact with the non-interactable Web Elements in Selenium

How to interact with the non-interact able Web Elements in Selenium    // Find the non-interactable element element WebElement element = dr...