Posts
Ubuntu boot hangs with black screen after GRUB
/0 Comments/in Linux/FreeBSD/by Stefan HelanderIt 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 GRUB timeout is very short it might be a good idea to set it a bit higher so you have a chance to make a selection:
GRUB_TIMEOUT=10
Save and then execute:
update-grub
Then reboot the machine and now you may see the emergency shell you are kicked into. Now you can investigate your boot problems further.
Windows won’t boot and you need the data on the harddisk?
/0 Comments/in Windows/by Stefan HelanderThere is a nice solution to this little problem – called Active@ boot disk LiveCD. Download it as an ISO image (on another working computer of course), burn it to a CD and boot from the CD on your malfunctioning computer. The LiveCD is filled with utilities for you to get your valuable data off your crashed computer.
Even though there is a working free download I would encourage everyone that finds it valuable to pay the license so those guys at LiveCD can continue their good work on this product.