Jump to content

ok so my laptop display is broken so i want to turn into into a sever

but that means i have to install the os (ubuntu) on a separate machine

 i did this previously and whilst it works on the machine i installed it on the laptop gets stuck on a purple screen. i believe this is a driver issue as alt f something gets into a working terminal, does anybody know how to install all drivers on ubuntu

Link to comment
https://linustechtips.com/topic/937586-install-ubuntu-with-all-drivers/
Share on other sites

Link to post
Share on other sites

2 minutes ago, Cupar19 said:

ok so my laptop display is broken so i want to turn into into a sever

but that means i have to install the os (ubuntu) on a separate machine

 i did this previously and whilst it works on the machine i installed it on the laptop gets stuck on a purple screen. i believe this is a driver issue as alt f something gets into a working terminal, does anybody know how to install all drivers on ubuntu

Connect a cheap LCD to the laptop, install as normal.

Much easier than what you are suggesting.

NOTE: I no longer frequent this site. If you really need help, PM/DM me and my e.mail will alert me. 

Link to post
Share on other sites

Just now, Radium_Angel said:

Connect a cheap LCD to the laptop, install as normal.

Much easier than what you are suggesting.

doesnt work

as to boot from usb you have to enter the bios, which wont output to an external display, already tried

Link to post
Share on other sites

install ubuntu server and try booting that - you should be able to reach the CLI and install the correct drivers from there, then you can install whatever DE you prefer.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to post
Share on other sites

3 minutes ago, Sauron said:

install ubuntu server and try booting that - you should be able to reach the CLI and install the correct drivers from there, then you can install whatever DE you prefer.

I can't because it needs internet , won' detect my Wi-Fi card and I am incapable of getting Ethernet to the location of my computer

Link to post
Share on other sites

20 minutes ago, Cupar19 said:

I can't because it needs internet , won' detect my Wi-Fi card and I am incapable of getting Ethernet to the location of my computer

Then install normal Ubuntu, install your laptop's gpu driver and, if that isn't enough, uninstall gnome.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to post
Share on other sites

Just now, CK1968 said:

Maybe this will help 9_9


    Start your computer,
    Wait until the BIOS has finished loading, or has almost finished.
    (During this time you will probably see a logo of your computer manufacturer.)

Quickly press and hold the Shift key (or Escape key on some computers), which will bring up the GNU GRUB menu.
(If you see the Ubuntu logo, you've missed the point where you can enter the GRUB menu.)

Use the ← ↑ → ↓ keys to navigate/highlight the entry with Recovery mode or advanced options (usually the second one) press Enter to continue booting into the Recovery Menu.

from the recovery menu Select Resume normal boot & hit Enter twice.

now your'll be using the fail safe graphics drivers in a recovery session

 

Install latest kernel

 

sudo apt install xserver-xorg-hwe-16.04 xserver-xorg-input-all-hwe-16.04

 

Reboot

 

i cant access bios it wont output to external display

Link to post
Share on other sites

1 hour ago, Cupar19 said:

doesnt work

as to boot from usb you have to enter the bios, which wont output to an external display, already tried

I've never run across a laptop that can't instantly output video to an external monitor via a combination of key presses, usually the function key and f8/f9

What model is this laptop?

NOTE: I no longer frequent this site. If you really need help, PM/DM me and my e.mail will alert me. 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×