I have what would appear to be a very simple grub question but I can't find the answer in the grub info or the grub-install info.
How do I remove a partition/OS from grub?
On 06-Oct-06 cl@isbd.net wrote:
I have what would appear to be a very simple grub question but I can't find the answer in the grub info or the grub-install info.
How do I remove a partition/OS from grub?
-- Chris Green (chris@halon.org.uk)
have a look at
/boot/grub/grub.conf
and 'info grub'?
I also have an identical copy of grub.conf in
/etc/grub.conf
(Red Hat 9 system), and I don't know what interaction there may be between the two, 'info grub' says that grub looks at /boot/grub/grub.conf.
HTH Ted.
-------------------------------------------------------------------- E-Mail: (Ted Harding) Ted.Harding@nessie.mcc.ac.uk Fax-to-email: +44 (0)870 094 0861 Date: 06-Oct-06 Time: 20:38:56 ------------------------------ XFMail ------------------------------
On Fri, Oct 06, 2006 at 08:38:59PM +0100, Ted Harding wrote:
On 06-Oct-06 cl@isbd.net wrote:
I have what would appear to be a very simple grub question but I can't find the answer in the grub info or the grub-install info.
How do I remove a partition/OS from grub?
-- Chris Green (chris@halon.org.uk)
have a look at
/boot/grub/grub.conf
and 'info grub'?
I also have an identical copy of grub.conf in
/etc/grub.conf
(Red Hat 9 system), and I don't know what interaction there may be between the two, 'info grub' says that grub looks at /boot/grub/grub.conf.
Not quite like mine but it got me to the right place.
There's a file /boot/grub/menu.lst which seems to be what I want.
Thanks.
On Fri, 2006-10-06 at 21:44 +0100, cl@isbd.net wrote:
Not quite like mine but it got me to the right place.
There's a file /boot/grub/menu.lst which seems to be what I want.
Thanks.
While you are there you can fix the framebuffer thing that was stopping you from booting in anything other than safe mode (if that is still a problem on SuSE)
On Sat, Oct 07, 2006 at 10:37:40AM +0100, Wayne Stallwood wrote:
On Fri, 2006-10-06 at 21:44 +0100, cl@isbd.net wrote:
Not quite like mine but it got me to the right place.
There's a file /boot/grub/menu.lst which seems to be what I want.
Thanks.
While you are there you can fix the framebuffer thing that was stopping you from booting in anything other than safe mode (if that is still a problem on SuSE)
Yes, I saw that parameter in there, thanks.