Black-screen on boot [Solved]
Black-screen on boot [Solved]
Hi, update the kernel to 4.4.144, but forget a lilo -v, what can I do?  
  
  
			
			
													
					Last edited by Luffy on 9. Aug 2018, 23:26, edited 1 time in total.
									
			
						
										
						Re: Black-screen on boot
Just boot any Linux live and chroot into your installation to update the bootloader. I don't think there is any need to bother with additional special mounts in this case. So something like:
*oops, forgot the chroot!
			
			
									
						
										
						Code: Select all
mkdir mountpoint
sudo mount /dev/sda1 mountpoint    #whatever your Salix root partition is
sudo chroot mountpoint
sudo lilo -vRe: Black-screen on boot
This laptop only boot from CD or LAN. So download the CD of 14.1 ... and
Finally, keep it in a super safe place (14.1),  
 
Thanks Mimosa,
			
			
									
						
										
						Code: Select all
> fdisk -l
> mount /dev/sdaX /mnt
> chroot /mnt
> lilo -v
> exit
> reboot
Thanks Mimosa,