Problem to install 2.7 in Ubuntu 12.04
- haithabu850
 - Offline
 - New Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 9
 - Thank you received: 1
 
			
	
						11 Oct 2015 00:36		 -  11 Oct 2015 01:07		#63667
		by haithabu850
	
	
		
			
	
	
			 		
													
	
				Problem to install 2.7 in Ubuntu 12.04 was created by haithabu850			
			
				I try to install Lunux CNC in a new Ubuntu 12.04 (32 Bit) system and use the manual: Getting Stated V2.7.0  (page 8)
www.linuxcnc.org/docs/2.7/pdf/LinuxCNC_Getting_Started.pdf
But if I reboot the system (point 8) and type "uname -r" in the Terminal the system print "3.13.0-65-generic" and not "3.4-9-rtai-686-pae"
Where or how I can change the setting?
					www.linuxcnc.org/docs/2.7/pdf/LinuxCNC_Getting_Started.pdf
But if I reboot the system (point 8) and type "uname -r" in the Terminal the system print "3.13.0-65-generic" and not "3.4-9-rtai-686-pae"
Where or how I can change the setting?
		Last edit: 11 Oct 2015 01:07  by haithabu850.			
			Please Log in or Create an account to join the conversation.
- ArcEye
 - Offline
 - Junior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 22
 - Thank you received: 239
 
			
	
						11 Oct 2015 13:56		 -  11 Oct 2015 16:42		#63678
		by ArcEye
	
	
		
			
	
	
			 		
													
	
				Replied by ArcEye on topic Problem to install 2.7 in Ubuntu 12.04			
			
				The instructions are wrong (or incomplete to be exact).
When you install a new kernel, you have to run
sudo update-grub
or the kernel will never be presented in the boot menu, for you to select.
Do that and then reboot and the rtai kernel should be a boot option
regards
					When you install a new kernel, you have to run
sudo update-grub
or the kernel will never be presented in the boot menu, for you to select.
Do that and then reboot and the rtai kernel should be a boot option
regards
		Last edit: 11 Oct 2015 16:42  by ArcEye.			
	
		The following user(s) said Thank You: haithabu850 	
			Please Log in or Create an account to join the conversation.
- haithabu850
 - Offline
 - New Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 9
 - Thank you received: 1
 
			
	
						11 Oct 2015 18:17				#63681
		by haithabu850
	
	
		
			
	
			
			 		
													
	
				Replied by haithabu850 on topic Problem to install 2.7 in Ubuntu 12.04			
			
				Thank you,
But I had made a second mistake.
after that the grub has to be edited.
the line:
GRUB_HIDDEN_TIMEOUT=0
has to be delete or edit to:
#GRUB_HIDDEN_TIMEOUT=0
Otherwise, the boot menu does not appear.
					But I had made a second mistake.
after that the grub has to be edited.
the line:
GRUB_HIDDEN_TIMEOUT=0
has to be delete or edit to:
#GRUB_HIDDEN_TIMEOUT=0
Otherwise, the boot menu does not appear.
Please Log in or Create an account to join the conversation.
- ArcEye
 - Offline
 - Junior Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 22
 - Thank you received: 239
 
			
	
						11 Oct 2015 18:58				#63683
		by ArcEye
	
	
		
			
	
			
			 		
													
	
				Replied by ArcEye on topic Problem to install 2.7 in Ubuntu 12.04			
			
				You can just hold down [Esc] during the boot, so long as your keyboard is recognised at boot.
The GRUB_HIDDEN and similar are a pain.
Jessie seems to be hiding all kernels / partitions other than the default booting one as a matter of course now, although you can select a menu item that will show you them if you are quick.
					The GRUB_HIDDEN and similar are a pain.
Jessie seems to be hiding all kernels / partitions other than the default booting one as a matter of course now, although you can select a menu item that will show you them if you are quick.
Please Log in or Create an account to join the conversation.
		Time to create page: 0.061 seconds