(superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19190
- Thank you received: 6433
22 Apr 2020 19:58 #165151
by tommylight
Replied by tommylight on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
Did you get the GRUB menu?
You have to chose the other kernel there.
You have to chose the other kernel there.
Please Log in or Create an account to join the conversation.
- tommylight
- Topic Author
- Away
- Moderator
Less
More
- Posts: 19190
- Thank you received: 6433
22 Apr 2020 20:01 #165152
by tommylight
Replied by tommylight on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
In a terminal:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
Start grub-customizer from the menu, select the 4.14.28-rt23-kona-rt and use the UP arrow to move it to the top of the list, save, exit.
Reboot.
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
Start grub-customizer from the menu, select the 4.14.28-rt23-kona-rt and use the UP arrow to move it to the top of the list, save, exit.
Reboot.
Please Log in or Create an account to join the conversation.
22 Apr 2020 20:25 #165155
by Nate
Replied by Nate on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
no i did not get the grub menu
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
22 Apr 2020 23:44 - 22 Apr 2020 23:47 #165165
by BeagleBrainz
Replied by BeagleBrainz on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
As easier solution without having to install grub customiser
Edit as superuser or root /etc/default/grub
eg:
At the top of the file
Change this line from
GRUB_DEFAULT=0
to
GRUB_DEFAULT=saved
Add this line
GRUB_SAVEDEFAULT=true
Edit\add these lines
#GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
Edit\add this line
GRUB_DISABLE_SUBMENU=y
Then we need to update grub
This will do the following:
Show the grub menu & will boot the default choice after 10 seconds
Show all the kernels without a submenu such as "Advanced options"
Save the last selected kernel and make that the default kernel
References:
www.gnu.org/software/grub/manual/grub/ht...e-configuration.html
askubuntu.com/questions/148662/how-to-ge...remember-last-choice
This is the example of what I have, do not copy & paste but use as a reference:
Edit as superuser or root /etc/default/grub
eg:
sudo nano /etc/default/grub
At the top of the file
Change this line from
GRUB_DEFAULT=0
to
GRUB_DEFAULT=saved
Add this line
GRUB_SAVEDEFAULT=true
Edit\add these lines
#GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
Edit\add this line
GRUB_DISABLE_SUBMENU=y
Then we need to update grub
sudo update-grub
This will do the following:
Show the grub menu & will boot the default choice after 10 seconds
Show all the kernels without a submenu such as "Advanced options"
Save the last selected kernel and make that the default kernel
References:
www.gnu.org/software/grub/manual/grub/ht...e-configuration.html
askubuntu.com/questions/148662/how-to-ge...remember-last-choice
This is the example of what I have, do not copy & paste but use as a reference:
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
#GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_SUBMENU=y
Last edit: 22 Apr 2020 23:47 by BeagleBrainz.
Please Log in or Create an account to join the conversation.
23 Apr 2020 02:12 #165177
by Nate
Replied by Nate on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
This is the website I have been trying to use gnipsel.com/linuxcnc/uspace/linuxmint19-rt.html and I now have the first issue I sent you figured out from what you sent but now I get to this spot git clone github.com/LinuxCNC/linuxcnc.git emc and it shows link invalid
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
23 Apr 2020 02:43 - 23 Apr 2020 02:45 #165178
by BeagleBrainz
Replied by BeagleBrainz on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
You need to type in the commands exactly as presented
git clone https://github.com/LinuxCNC/linuxcnc.git
Last edit: 23 Apr 2020 02:45 by BeagleBrainz.
Please Log in or Create an account to join the conversation.
24 Apr 2020 02:53 #165345
by Nate
Replied by Nate on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
Quick question my computer I am using has an intel dose that change what files I should be installing?
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
24 Apr 2020 04:15 #165347
by BeagleBrainz
Replied by BeagleBrainz on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
In regards to what files ?
Please Log in or Create an account to join the conversation.
24 Apr 2020 05:32 #165355
by Nate
Replied by Nate on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
I would have to go back and check I just remember some of the links on the step by step I have been fallowing are listed as ...... amd64
Please Log in or Create an account to join the conversation.
- BeagleBrainz
- Offline
- User is blocked
Less
More
- Posts: 1437
- Thank you received: 570
24 Apr 2020 06:18 #165357
by BeagleBrainz
Replied by BeagleBrainz on topic (superseeded) Linuxcnc on Linux Mint 19.3 quick and easy installation
amd64 will work for intel 64 bit
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.111 seconds