Lightdm - Howto place kernel boot options?

Asked by EricDHH

As with oneiric the gdm was replaced with lightdm. I own a ssd drive and have to change the io scheduler for that. All existing faq's tell me to change the grub.conf, but grub is no more used.

What is the place for kernel boot options now?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu grub2 Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

The DM is nothing to do with boot options. You add them in /etc/defaul/t/grub in the quotes with: quiet splash

You then save the new file and run:

sudo update-grub

Revision history for this message
EricDHH (ericdhh) said :
#2

Thanks actionparsnip, that solved my question.