bootchart icon indicating copy to clipboard operation
bootchart copied to clipboard

Wrong config file given for grub2

Open WillBickerstaff opened this issue 11 years ago • 3 comments

Both README and manpage examples illustrate editing /boot/grub/menu.lst this should be updated to document configuring grub2, i.e /etc/defaults/grub.cfg and then run grub2-mkconfig

WillBickerstaff avatar Aug 29 '14 18:08 WillBickerstaff

Thanks for reporting. Any chance you can cook a patch?

xrmx avatar Aug 30 '14 08:08 xrmx

I used Will's suggestion, but edited /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet" to GRUB_CMDLINE_LINUX_DEFAULT="quiet init=/sbin/bootchartd", and then ran update-grub, as the first line in the file suggested. Haven't rebooted yet to see how it works out.

Millak avatar Sep 04 '14 15:09 Millak

This is not equivalent, your change adds to the default kernel of your machine bootchartd by default and is not what we want. Also you lost some kernel parameters.

xrmx avatar Sep 07 '14 19:09 xrmx