Debian 12 installation without any DE: blank screen with linking cursor at boot
-
- Posts: 27
- Joined: 2024-01-08 08:05
Debian 12 installation without any DE: blank screen with linking cursor at boot
I used the netinstall iso of Debian 12 (32-bit) and on the menu "select and install software" I did not select any desktop environment and only selected standard system utilities. Everything installed fine and without any error, but after reboot, I'm greeted by an underscore blinking in the top left. Hard drive activity also stops after this. What should I do to use cli and then install xfce.
Grub is fine but instead of green background, it has blue background and the font of grub is also kinda old.
I've used netinstall previously and during that time I selected xfce. At that time grub menu had bluish green background with quite modern font.
What should I do to enter cli?
Grub is fine but instead of green background, it has blue background and the font of grub is also kinda old.
I've used netinstall previously and during that time I selected xfce. At that time grub menu had bluish green background with quite modern font.
What should I do to enter cli?
Last edited by Madhur Sharma on 2024-02-20 12:13, edited 1 time in total.
-
- Posts: 27
- Joined: 2024-01-08 08:05
- bbbhltz
- Section Moderator
- Posts: 392
- Joined: 2024-01-10 14:53
- Has thanked: 74 times
- Been thanked: 90 times
Re: Debian 12 installation without any DE
Code: Select all
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install task-xfce-desktop
If you are not able to sudo then...
Code: Select all
$ su
bbbhltz
longtime desktop Linux user; eternal newbie
longtime desktop Linux user; eternal newbie
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: Debian 12 installation without any DE
Can I do sudo apt install xfce4 xfce4-goodies?bbbhltz wrote: 2024-01-27 09:18Code: Select all
$ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install task-xfce-desktop
- bbbhltz
- Section Moderator
- Posts: 392
- Joined: 2024-01-10 14:53
- Has thanked: 74 times
- Been thanked: 90 times
Re: Debian 12 installation without any DE
@Madhur Sharma yes, that will be a little more minimal than my suggestion.
Are you planning on using LightDM or starting from the terminal?
Are you planning on using LightDM or starting from the terminal?
bbbhltz
longtime desktop Linux user; eternal newbie
longtime desktop Linux user; eternal newbie
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: Debian 12 installation without any DE
I'll use lightdmbbbhltz wrote: 2024-01-27 10:51 @Madhur Sharma yes, that will be a little more minimal than my suggestion.
Are you planning on using LightDM or starting from the terminal?
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: Debian 12 installation without any DE
Ok, I've done that, everything was running fine after first reboot. All the graphics, resolution were correct, but now, after reboot I can only see an underscore blinking and I'm not able to get into tty also. What should I do?bbbhltz wrote: 2024-01-27 10:51 @Madhur Sharma yes, that will be a little more minimal than my suggestion.
Are you planning on using LightDM or starting from the terminal?
- bbbhltz
- Section Moderator
- Posts: 392
- Joined: 2024-01-10 14:53
- Has thanked: 74 times
- Been thanked: 90 times
Re: Debian 12 installation without any DE
Fun.
After the first reboot you had the LightDM greeter/login screen and were able to login, but no it hangs?
As you can see in my signature, I am just an experienced newbie. I would guess that one of the services that starts on boot is hanging, maybe the network manager? Do you have a strong need for this minimal installation? Is there a reason why you don't reinstall and select Xfce from the get-go?
After the first reboot you had the LightDM greeter/login screen and were able to login, but no it hangs?
As you can see in my signature, I am just an experienced newbie. I would guess that one of the services that starts on boot is hanging, maybe the network manager? Do you have a strong need for this minimal installation? Is there a reason why you don't reinstall and select Xfce from the get-go?
bbbhltz
longtime desktop Linux user; eternal newbie
longtime desktop Linux user; eternal newbie
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: Debian 12 installation without any DE
I've tried that previously, and I met with the same problem, that's why I tried installing without any debbbhltz wrote: 2024-01-27 12:30 Fun.
After the first reboot you had the LightDM greeter/login screen and were able to login, but no it hangs?
As you can see in my signature, I am just an experienced newbie. I would guess that one of the services that starts on boot is hanging, maybe the network manager? Do you have a strong need for this minimal installation? Is there a reason why you don't reinstall and select Xfce from the get-go?
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: Debian 12 installation without any DE
Yes, I had lightdm and was able to login properly, Without any hangs.bbbhltz wrote: 2024-01-27 12:30 Fun.
After the first reboot you had the LightDM greeter/login screen and were able to login, but no it hangs?
As you can see in my signature, I am just an experienced newbie. I would guess that one of the services that starts on boot is hanging, maybe the network manager? Do you have a strong need for this minimal installation? Is there a reason why you don't reinstall and select Xfce from the get-go?
- bbbhltz
- Section Moderator
- Posts: 392
- Joined: 2024-01-10 14:53
- Has thanked: 74 times
- Been thanked: 90 times
Re: Debian 12 installation without any DE
Do that again. If you can get back to the login screen and to the desktop you'll need to permanently modify grub.
Code: Select all
# nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"save and exit.
Code: Select all
# update-grub
bbbhltz
longtime desktop Linux user; eternal newbie
longtime desktop Linux user; eternal newbie
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: Debian 12 installation without any DE
I can see the login screen, but it's distorted, vertical lines of many colours cover the screen. Keyboard also doesn't work.bbbhltz wrote: 2024-01-27 12:56Do that again. If you can get back to the login screen and to the desktop you'll need to permanently modify grub.
ChangeCode: Select all
# nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"save and exit.
Code: Select all
# update-grub
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: Debian 12 installation without any DE
The cursor appear for quite a few seconds and then disappears and the system hangs.Madhur Sharma wrote: 2024-01-27 13:06I can see the login screen, but it's distorted, vertical lines of many colours cover the screen. Keyboard also doesn't work.bbbhltz wrote: 2024-01-27 12:56Do that again. If you can get back to the login screen and to the desktop you'll need to permanently modify grub.
ChangeCode: Select all
# nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"save and exit.
Code: Select all
# update-grub
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: Debian 12 installation without any DE
I've removed xfce4 completely. Now when I boot, I put "3" at the end of the line starting with "Linux" in grub. Now I've observed that if it displays aspm could not configure common clock, then it boots into tty1. And, if it does not display the above error, a white underscore keeps blinking on the top left.
Does anyone know what causes this?
Does anyone know what causes this?
Re: Debian 12 installation without any DE
Is the video card supplied with a proper driver and the updated firmware?
Perhaps run to check the driver and the module:
Then, you can check if the latest firmware for that card is installed.
Perhaps run to check the driver and the module:
Code: Select all
lspci -nnkd ::300
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: Debian 12 installation without any DE
I think the driver is fine because when I ran xfce (only for once it ran) everything was fine, the animations, scrolling etc etc.NorthEast wrote: 2024-01-28 06:17 Is the video card supplied with a proper driver and the updated firmware?
Perhaps run to check the driver and the module:Then, you can check if the latest firmware for that card is installed.Code: Select all
lspci -nnkd ::300
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: Debian 12 installation without any DE
Is there any solution to"aspm" problem?NorthEast wrote: 2024-01-28 06:17 Is the video card supplied with a proper driver and the updated firmware?
Perhaps run to check the driver and the module:Then, you can check if the latest firmware for that card is installed.Code: Select all
lspci -nnkd ::300
-
- Global Moderator
- Posts: 4342
- Joined: 2014-07-20 18:12
- Location: Europe
- Has thanked: 127 times
- Been thanked: 584 times
Re: Debian 12 installation without any DE
I agree with @NorthEast's suggestion: it would be worth investigating the video adapter manufacturer and its specifications.Madhur Sharma wrote: 2024-01-28 06:46I think the driver is fine because when I ran xfce (only for once it ran) everything was fine, the animations, scrolling etc etc.NorthEast wrote: 2024-01-28 06:17 Is the video card supplied with a proper driver and the updated firmware?
Perhaps run to check the driver and the module:Then, you can check if the latest firmware for that card is installed.Code: Select all
lspci -nnkd ::300
It would be nice of you and useful to other users and readers of the forum to update the subject of the first post to focus on the topic of discussion; for example from:
to:Debian 12 installation without any DE
Debian 12 installation without any DE: blank screen with linking cursor at boot