just installed Debian, but getting no gui...

phdillardphdillard Member Posts: 86 ■■□□□□□□□□
I'm new to Linux and thought I should check it out..try to learn something, so I installed Debian into VirtualBox but all get is a cli, no gui launches. To be honest, I have no clue what to do here.

Comments

  • TechGuy215TechGuy215 Member Posts: 404 ■■■■□□□□□□
    Since your already at the CLI, type: startx. You're current default runlevel is probably booting you directly into the CLI. If you want it to always boot into GUI, edit your id:3:initdefault: line in /etc/inittab to id:5:initdefault: Runlevel of 3 pushes you straight to CLI and 5 straight to GUI.
    * Currently pursuing: PhD: Information Security and Information Assurance
    * Certifications: CISSP, CEH, CHFI, CCNA:Sec, CCNA:R&S, CWNA, ITILv3, VCA-DCV, LPIC-1, A+, Network+, Security+, Linux+, Project+, and many more...
    * Degrees: MSc: Cybersecurity and Information Assurance; BSc: Information Technology - Security; AAS: IT Network Systems Administration
  • W StewartW Stewart Member Posts: 794 ■■■■□□□□□□
    You probably forgot to install a gui when you installed Debian. Normally when you install a desktop environment like gnome, it should boot to run-level 5 by default. You'll need to install xorg and gnome to get a graphical environment and gdm for a login screen.
  • ally_ukally_uk Member Posts: 1,145 ■■■■□□□□□□
    Guys he is a newbie are you trying to scare him off?

    Firstly what version of Debian are you using? Did you use a minimal or net install image? These install no GUI as default.

    Download the full image or alternatively

    No GUI after Debian Net Install

    Hope this makes things clear
    Microsoft's strategy to conquer the I.T industry

    " Embrace, evolve, extinguish "
  • DoubleNNsDoubleNNs Member Posts: 2,015 ■■■■■□□□□□
    ally_uk wrote: »
    Guys he is a newbie are you trying to scare him off?

    I was thinking the same thing! lol
    Goals for 2018:
    Certs: RHCSA, LFCS: Ubuntu, CNCF CKA, CNCF CKAD | AWS Certified DevOps Engineer, AWS Solutions Architect Pro, AWS Certified Security Specialist, GCP Professional Cloud Architect
    Learn: Terraform, Kubernetes, Prometheus & Golang | Improve: Docker, Python Programming
    To-do | In Progress | Completed
  • UnixGuyUnixGuy Mod Posts: 4,564 Mod
    The same exact thing happened with me. You can install the GUI easily:
    [COLOR=#000000][FONT=Verdana]#apt-get install gnome[/FONT][/COLOR]
    


    Or you can re-install and select the proper options
    Certs: GSTRT, GPEN, GCFA, CISM, CRISC, RHCE

    Check out my YouTube channel: https://youtu.be/DRJic8vCodE 


  • sunzealsunzeal Member Posts: 16 ■□□□□□□□□□
    First of all, it might be possible that GNOME is already there, but by default the CLI is on. To switch to GNOME you can type : startx

    Otherwise you can install gnome manually also.
  • W StewartW Stewart Member Posts: 794 ■■■■□□□□□□
    DoubleNNs wrote: »
    I was thinking the same thing! lol

    Good point. I would recommend something like linux+ to understand how linux works vs windows but if the goal is just to check linux out then I would try ubuntu or mint or something. They'll probably give you a better first experience with linux.
  • twodogs62twodogs62 Member Posts: 393 ■■■□□□□□□□
    Grab the Linux essential book if you are just starting.
    i like how book written.
Sign In or Register to comment.