From mboxrd@z Thu Jan 1 00:00:00 1970 From: mail@hnaik.net (Harish G. Naik) Date: Mon, 20 Dec 2010 10:01:47 -0600 Subject: custom kernel install - query In-Reply-To: <4D0F5F87.1050504@gmail.com> References: <4D0F5F87.1050504@gmail.com> Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi Dexter, On Mon, Dec 20, 2010 at 07:52, Dexter Haslem wrote: > I have noticed that on Ubuntu 10.10 there is no menu.lst for grub and I > have no idea how to update it. Thankfully, using dpkg to install the > kernel updates grub for you. I have been having an issue with grub not > displaying the menu on i386 and booting the first entry, but on x86_64 > it's displaying a list. Hope that helps On Ubuntu 10.10, you need to update /etc/default/grub and then use 'sudo update-grub' to update your configuration. -- -Harish