LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-26-2022, 12:03 PM   #31
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895

I guess I assumed you ran the grub commands and booted to Ubuntu.

If system is automatically booting to the command line i.e no grub prompt and not the desktop then that is a new problem.
 
Old 06-26-2022, 12:08 PM   #32
AK0529
Member
 
Registered: Jun 2022
Location: Greenville, SC
Posts: 46

Original Poster
Rep: Reputation: 0
I just ran sudo alone and got back a set of commands just like in GRUB, I have a whole set of options for $ sudo -h, it goes all the way V for Version and also Validate as the last on the list just for $ sudo -h
Attached Thumbnails
Click image for larger version

Name:	IMG_20220626_131048.jpg
Views:	13
Size:	246.5 KB
ID:	39160  

Last edited by AK0529; 06-26-2022 at 12:11 PM. Reason: Extra content and Q&A
 
Old 06-26-2022, 12:30 PM   #33
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
What you are seeing is just the command line, tty1 is a virtual terminal.

Ubuntu is running but the desktop is not. You can try running the following command to see if it starts.

startx
 
Old 06-26-2022, 12:35 PM   #34
AK0529
Member
 
Registered: Jun 2022
Location: Greenville, SC
Posts: 46

Original Poster
Rep: Reputation: 0
That just came back as coand not found
 
Old 06-26-2022, 12:44 PM   #35
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Try the command:

/usr/bin/startx
 
Old 06-26-2022, 12:50 PM   #36
AK0529
Member
 
Registered: Jun 2022
Location: Greenville, SC
Posts: 46

Original Poster
Rep: Reputation: 0
It says command not found and I ran it twice, once with SUDO in front and 2nd without SUDO??

Last edited by AK0529; 06-26-2022 at 12:52 PM.
 
Old 06-26-2022, 12:56 PM   #37
AK0529
Member
 
Registered: Jun 2022
Location: Greenville, SC
Posts: 46

Original Poster
Rep: Reputation: 0
When I hit TAB it asked if I wanted it to show all 825 possibilities and I hit Y and OMG! Mike it would take me months to sort through all those! ?? What to do now, geez
 
Old 06-26-2022, 01:45 PM   #38
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Tab completion is just way to automatically fill in the rest of the command or suggest options. Not going to be useful.

Since you never confirmed what iso I can only guess that either you installed the server version or something went wrong with the installation and a desktop was never installed.

You should be able to install a desktop from the USB drive I believe if you can mount it.

sudo mount -t iso9660 /dev/sdb /mnt
 
Old 06-26-2022, 01:57 PM   #39
AK0529
Member
 
Registered: Jun 2022
Location: Greenville, SC
Posts: 46

Original Poster
Rep: Reputation: 0
Cool, and to be totally honest, I am certainly not sure which one I installed, I am/was a noobie but Im for damn sure getting the crash course now, like I said I'm usually great when it come to this kind of work, all in all from the help from you to the troubleshooting and semi knowing how these systems are I have less the 2 full days in, I'm close to cracking this to full Ubuntu boot up, I'm glad this is a true hobby, but I have some college education in these said field so I'm not completely dumb of it. Lol, thanks again and I will let you know what I discover next here in a few when I input you code. Oh and I'm getting ansy man! FedEx still hasn't delivered my new computer yet! Said by the end of day which is 8pm EST. on Sunday.
 
Old 06-26-2022, 02:06 PM   #40
AK0529
Member
 
Registered: Jun 2022
Location: Greenville, SC
Posts: 46

Original Poster
Rep: Reputation: 0
It says can't find /dev/sdb/mnt in /etc/fstab
 
Old 06-26-2022, 02:14 PM   #41
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Is the USB drive plugged into the computer?

You are not typing the command in correctly. Although the drive might not be /dev/sdb.
 
Old 06-26-2022, 02:26 PM   #42
AK0529
Member
 
Registered: Jun 2022
Location: Greenville, SC
Posts: 46

Original Poster
Rep: Reputation: 0
(see jpg.attachment)As I've Inputted both ways with USB in I've gotten the same response for both commands.
Attached Thumbnails
Click image for larger version

Name:	IMG_20220626_152346.jpg
Views:	10
Size:	242.6 KB
ID:	39162  
 
Old 06-26-2022, 04:11 PM   #43
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Your typing in the command wrong.
Code:
sudo mount -t iso9660 /dev/sdb /mnt
You are leaving out the spaces. Look up the syntax for the mount command.
 
Old 06-26-2022, 04:22 PM   #44
AK0529
Member
 
Registered: Jun 2022
Location: Greenville, SC
Posts: 46

Original Poster
Rep: Reputation: 0
Oh I see said the blind man! I'm getty with that soon, just got my new computer about 30 minutes ago so it's now got my full attention!

Last edited by AK0529; 06-26-2022 at 04:32 PM.
 
Old 06-26-2022, 11:20 PM   #45
AK0529
Member
 
Registered: Jun 2022
Location: Greenville, SC
Posts: 46

Original Poster
Rep: Reputation: 0
Thumbs up Trying it, let's hope it good!

sudo mount -t iso9660 /dev/sdb /mnt
Attached Thumbnails
Click image for larger version

Name:	IMG_20220627_000705~3.jpg
Views:	11
Size:	246.7 KB
ID:	39166  
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
“lib/systemd/systemd-journald” using excessive amount of CPU n00bster5000 Linux - Newbie 4 09-01-2017 03:23 AM
[SOLVED] Question about kernel "tainted" vs. "not tainted" STDOUBT Slackware 9 07-15-2013 03:39 PM
Kernel panic - not syncing: Attempted to kill init, Pid: 1, comm: init Not tainted 2. morriset Linux - Kernel 3 07-02-2011 08:04 AM
comm: mysqld Not tainted ... Kernel Panic , System totally unresponsive massoo Linux - Server 2 08-30-2010 07:22 AM
ERROR: Couldn't write pid to pid file lawrencegoodman Linux - Newbie 2 02-13-2004 08:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 01:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration