Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				Even more if you use manjaro! If you use manjaro and install Ubintu or whatever and they install they own grub you get a kernel panic and have to live cd and mount manajo grub again... not funny
 - 
				
				Grub is pretty straightforward. I think you guys just need a little practice. You have to make sure your kernel boots the right rootfs and init ram disk, if it's wrong, your mismatched kernel modules might cause a kernel panic, or if the init ram disk is named different or in a different location.
UEFI can be a little tricky, but you just have to I stall grub to the EFI System Partition.
And always remember to run grub-mkconfig -o /boot/grub/grub.cfg (or your distro's location) before installing. - 
				
				@sheeponmeth My main problem was some weird error with grub and incorrectly making my EFI partition
 
Related Rants
- 
						
							
gururaju58*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ... - 
						
							
linuxxx71This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi... - 
						
							
creedasaurus63
Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ... 

never mess with GRUB!
lesson learnt -.-"
undefined
linux
grub