Trace: » start » ubuntu » chkconfig_usage_guide » config_file_locations_for_red_hat_centos » lamp_install_for_red_hat_centos » openwrt » changing_the_default_settings_issued_to_new_users_in_ubuntu » dealing_with_the_long_boot_black_screen_issue_in_boot_up

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Could be a swap issue

Change the resolution in /etc/usplash.conf to 1024×768

sudo swapoff /dev/hda2
sudo mkswap /dev/hda2

sudo update-initramfs -u

edit /etc/initramfs-tools/modules

Or a graphics issue

vga16fb
fbcon
vesafb

edit /etc/modprobe.d/blacklist-framebuffer comment out the following (prefix with #)

blacklist vesafb
blacklist vga16fb

last but not least, run the following in a terminal

sudo update-initramfs -u