Desktop goes black after logging in [on hold]G5 quad core will not boot from Ubuntu CDUbuntu 13.04 not booting after clean installationLow space on /bootNot enough free space on /boot to upgrade - already cleaned old kernels!Removing Windows 10Grub won't installUnable to access ubuntu-gnome after reboot: cryptsetup:Unknown fstype; bad password or options?Kubuntu 16.04 - Oracle VM - Boot hangs at Black Screen with '_' - flashes message “int_rapl no valid rapl domains…”Screen goes black after booting(18.10) Disabling autologin kills boot process
What are the rules for concealing thieves' tools (or items in general)?
Fair way to split coins
Do I need an EFI partition for each 18.04 ubuntu I have on my HD?
UK Tourist Visa- Enquiry
How do researchers send unsolicited emails asking for feedback on their works?
Exposing a company lying about themselves in a tightly knit industry: Is my career at risk on the long run?
Recursively updating the MLE as new observations stream in
What is the reasoning behind standardization (dividing by standard deviation)?
Output visual diagram of picture
Weird lines in Microsoft Word
Was World War I a war of liberals against authoritarians?
Symbolism of 18 Journeyers
Should I be concerned about student access to a test bank?
Why is there so much iron?
Air travel with refrigerated insulin
What is it called when someone votes for an option that's not their first choice?
Isn't the word "experience" wrongly used in this context?
Gauss brackets with double vertical lines
Why are there no stars visible in cislunar space?
Homology of the fiber
How old is Nick Fury?
Do people actually use the word "kaputt" in conversation?
Have any astronauts/cosmonauts died in space?
Friend wants my recommendation but I don't want to
Desktop goes black after logging in [on hold]
G5 quad core will not boot from Ubuntu CDUbuntu 13.04 not booting after clean installationLow space on /bootNot enough free space on /boot to upgrade - already cleaned old kernels!Removing Windows 10Grub won't installUnable to access ubuntu-gnome after reboot: cryptsetup:Unknown fstype; bad password or options?Kubuntu 16.04 - Oracle VM - Boot hangs at Black Screen with '_' - flashes message “int_rapl no valid rapl domains…”Screen goes black after booting(18.10) Disabling autologin kills boot process
I run a desktop with Ubuntu. After the grub and login, the screen goes black with the mouse visible. I have tried all the suggestions in the related posts with no success. When I try to install ubuntu-desktop or apt-get install -f I get a long list of messages 'such and such package but it is not going to be installed', ending with
"unable to correct problem, you have packages held broken".
I do not want to loose the near 1TB in various data in the disk with a radical solution like reinstalling. The disk is about 75% full.
The command
$dpkg --get-selections | grep hold
comes back empty. I only have access to terminal. CTRL-ALT-F7 does nothing.
Who knows what to do?
boot desktop-environments
New contributor
put on hold as off-topic by DK Bose, mikewhatever, karel, Emmet, guiverc 36 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – DK Bose, mikewhatever, karel, Emmet, guiverc
add a comment |
I run a desktop with Ubuntu. After the grub and login, the screen goes black with the mouse visible. I have tried all the suggestions in the related posts with no success. When I try to install ubuntu-desktop or apt-get install -f I get a long list of messages 'such and such package but it is not going to be installed', ending with
"unable to correct problem, you have packages held broken".
I do not want to loose the near 1TB in various data in the disk with a radical solution like reinstalling. The disk is about 75% full.
The command
$dpkg --get-selections | grep hold
comes back empty. I only have access to terminal. CTRL-ALT-F7 does nothing.
Who knows what to do?
boot desktop-environments
New contributor
put on hold as off-topic by DK Bose, mikewhatever, karel, Emmet, guiverc 36 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – DK Bose, mikewhatever, karel, Emmet, guiverc
I take it you have checked you have network access? Have you installed anything out-of-tree or deleted anything? Have you triedapt clean
,apt autoclean
orapt autoremove
?
– tudor
1 hour ago
FYI, a package can be held broken but not stop installation. It may be a red herring.
– tudor
1 hour ago
tudor - yes I did.
– user3067676
21 mins ago
add a comment |
I run a desktop with Ubuntu. After the grub and login, the screen goes black with the mouse visible. I have tried all the suggestions in the related posts with no success. When I try to install ubuntu-desktop or apt-get install -f I get a long list of messages 'such and such package but it is not going to be installed', ending with
"unable to correct problem, you have packages held broken".
I do not want to loose the near 1TB in various data in the disk with a radical solution like reinstalling. The disk is about 75% full.
The command
$dpkg --get-selections | grep hold
comes back empty. I only have access to terminal. CTRL-ALT-F7 does nothing.
Who knows what to do?
boot desktop-environments
New contributor
I run a desktop with Ubuntu. After the grub and login, the screen goes black with the mouse visible. I have tried all the suggestions in the related posts with no success. When I try to install ubuntu-desktop or apt-get install -f I get a long list of messages 'such and such package but it is not going to be installed', ending with
"unable to correct problem, you have packages held broken".
I do not want to loose the near 1TB in various data in the disk with a radical solution like reinstalling. The disk is about 75% full.
The command
$dpkg --get-selections | grep hold
comes back empty. I only have access to terminal. CTRL-ALT-F7 does nothing.
Who knows what to do?
boot desktop-environments
boot desktop-environments
New contributor
New contributor
edited 16 mins ago
user3067676
New contributor
asked 1 hour ago
user3067676user3067676
11
11
New contributor
New contributor
put on hold as off-topic by DK Bose, mikewhatever, karel, Emmet, guiverc 36 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – DK Bose, mikewhatever, karel, Emmet, guiverc
put on hold as off-topic by DK Bose, mikewhatever, karel, Emmet, guiverc 36 mins ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – DK Bose, mikewhatever, karel, Emmet, guiverc
I take it you have checked you have network access? Have you installed anything out-of-tree or deleted anything? Have you triedapt clean
,apt autoclean
orapt autoremove
?
– tudor
1 hour ago
FYI, a package can be held broken but not stop installation. It may be a red herring.
– tudor
1 hour ago
tudor - yes I did.
– user3067676
21 mins ago
add a comment |
I take it you have checked you have network access? Have you installed anything out-of-tree or deleted anything? Have you triedapt clean
,apt autoclean
orapt autoremove
?
– tudor
1 hour ago
FYI, a package can be held broken but not stop installation. It may be a red herring.
– tudor
1 hour ago
tudor - yes I did.
– user3067676
21 mins ago
I take it you have checked you have network access? Have you installed anything out-of-tree or deleted anything? Have you tried
apt clean
, apt autoclean
or apt autoremove
?– tudor
1 hour ago
I take it you have checked you have network access? Have you installed anything out-of-tree or deleted anything? Have you tried
apt clean
, apt autoclean
or apt autoremove
?– tudor
1 hour ago
FYI, a package can be held broken but not stop installation. It may be a red herring.
– tudor
1 hour ago
FYI, a package can be held broken but not stop installation. It may be a red herring.
– tudor
1 hour ago
tudor - yes I did.
– user3067676
21 mins ago
tudor - yes I did.
– user3067676
21 mins ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
I take it you have checked you have network access? Have you installed anything out-of-tree or deleted anything? Have you tried
apt clean
,apt autoclean
orapt autoremove
?– tudor
1 hour ago
FYI, a package can be held broken but not stop installation. It may be a red herring.
– tudor
1 hour ago
tudor - yes I did.
– user3067676
21 mins ago