Tried every net solution for days to install linuxcnc
- tftmarco0
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 2
17 Feb 2025 22:40 #321878
by tftmarco0
Replied by tftmarco0 on topic Tried every net solution for days to install linuxcnc
Solution Found! Even though my main internal hard drive was successfully installing debian12, debian13, linuxcnc/debian12, mint, etc. the reboot to the new OS would fail with “no boot device found” It turns out that booting to a root starting point is much more difficult for a HD than going through the whole installation processes. The disk past the first BIOS test but failed the “short test” I got another HDD that did pass the shot test in the BIOS system check. Debian13 now boots with all green “OK” from a check list that runs at boot up (and shut down) all the way to it’s login then desktop.
Thanks Rodw, you pegged the problem from the beginning. I will get an internal SSD to replace my HDD as you suggested. I learned…
“typical HDD speeds ranging from 30-150 MB/s while SSDs can reach speeds between 500 MB/s and 3,500 MB/s or more “
The LinuxCNC was not pre-loaded, and the…
sudo apt update
and
sudo apt install linuxcnc-uspace linuxcnc-uspace-dev
Were not allowed in any of the 4 terminal options under system tools. The sudo command fails because when it asked for my password, it would not accept any input. The cursor did not move and no “******” to hide input were created.
[sudo] password for “username”:
The return or response after typing in the correct password anyway was…
“username” is not in the sudoers file,
Anybody know why this is happening?
Thanks Rodw, you pegged the problem from the beginning. I will get an internal SSD to replace my HDD as you suggested. I learned…
“typical HDD speeds ranging from 30-150 MB/s while SSDs can reach speeds between 500 MB/s and 3,500 MB/s or more “
The LinuxCNC was not pre-loaded, and the…
sudo apt update
and
sudo apt install linuxcnc-uspace linuxcnc-uspace-dev
Were not allowed in any of the 4 terminal options under system tools. The sudo command fails because when it asked for my password, it would not accept any input. The cursor did not move and no “******” to hide input were created.
[sudo] password for “username”:
The return or response after typing in the correct password anyway was…
“username” is not in the sudoers file,
Anybody know why this is happening?
Please Log in or Create an account to join the conversation.
- tftmarco0
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 2
18 Feb 2025 03:18 #321889
by tftmarco0
Replied by tftmarco0 on topic Tried every net solution for days to install linuxcnc
The LinuxCNC was not pre-loaded, with Debian 13/ trixie new install.
sudo apt update
and
sudo apt install linuxcnc-uspace linuxcnc-uspace-dev
Were not allowed in any of the 4 terminal options under system tools. The sudo command fails because when it asked for my password, it would not accept any input. The cursor did not move and no “******” to hide input were created.
[sudo] password for “username”:
The return or response after typing in the correct password anyway was…
“username” is not in the sudoers file,
Anybody know why this is happening?
Solution found! This worked for me...
“When you installed Debian, did you set a root password? If so, sudo might not be installed. If it’s a fresh install and you’re not too sure of what you’re doing, I’d do a clean install but this time supplying no root password when asked. It’ll ask for a sudo username and password and disable root login. “
sudo apt update
and
sudo apt install linuxcnc-uspace linuxcnc-uspace-dev
Were not allowed in any of the 4 terminal options under system tools. The sudo command fails because when it asked for my password, it would not accept any input. The cursor did not move and no “******” to hide input were created.
[sudo] password for “username”:
The return or response after typing in the correct password anyway was…
“username” is not in the sudoers file,
Anybody know why this is happening?
Solution found! This worked for me...
“When you installed Debian, did you set a root password? If so, sudo might not be installed. If it’s a fresh install and you’re not too sure of what you’re doing, I’d do a clean install but this time supplying no root password when asked. It’ll ask for a sudo username and password and disable root login. “
Please Log in or Create an account to join the conversation.
- rodw
-
- Away
- Platinum Member
-
Less
More
- Posts: 10964
- Thank you received: 3642
18 Feb 2025 03:45 #321890
by rodw
Replied by rodw on topic Tried every net solution for days to install linuxcnc
Great you are under way! We don't usually add a root user and use sudo to access anything as root
To install software with apt, you would log in as root and skip typing sudo.
Point 10 of my document outlines how to add your user to the sudoers group
docs.google.com/document/d/1jeV_4VKzVmOI...diY/edit?usp=sharing
To install software with apt, you would log in as root and skip typing sudo.
Point 10 of my document outlines how to add your user to the sudoers group
docs.google.com/document/d/1jeV_4VKzVmOI...diY/edit?usp=sharing
Please Log in or Create an account to join the conversation.
- tftmarco0
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 2
18 Feb 2025 03:53 #321891
by tftmarco0
Replied by tftmarco0 on topic Tried every net solution for days to install linuxcnc
Thanks again for your help Rodw, It is nice to know that there are people like you that know this stuff and can answer the difficult questions.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
Time to create page: 0.055 seconds