Ubuntu boot hangs with black screen after GRUB
It might actually not be hanged, but instead but you might have been kicked into an initramfs shell but it is not displaying on the screen. Try to boot in recovery mode or boot on a install CD or USB stick in rescue mode. Edit /etc/default/grub: vi /etc/default/grub Set the following: GRUB_TERMINAL=console GRUB_GFXPAYLOAD_LINUX=text If the […]