-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Description
How should I add entry to grub 0.97
I have created VM and installed Ubuntu 12.04
I have also compiled kernel file and moved in to /boot directory
I edited file /etc/default/grub by adding an entry
title myKernel
root (hd0,0)
kernel /boot/kernel-701 ro
After this I try to update grub #sudo update-grub
But I got error saying title command not found.
What am I missing here?
Metadata
Metadata
Assignees
Labels
No labels