Quote:
|
Originally Posted by devils_casper its possible to configure GRUB and setup everything without re-install.
which command is working now? how did you re-install GRUB? is Mandrive booting up?
if your system has menu.lst file now, post its contents. if not, post the output of 'ls /boot' command.
Casper |
First of all I formatted all partitions of Linux deleted them and then reinstalled using GRUB, so GRUB is working.
Here is the code
/boot/grub/menu.lst:
timeout 10
color black/cyan yellow/cyan
shade 1
viewport 3 2 77 22
splashimage (hd0,6)/boot/grub/splash.xpm.gz
default 0
title linux
kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 splash=silent vga=788
initrd (hd0,6)/boot/initrd.img
title linux-nonfb
kernel (hd0,6)/boot/vmlinuz root=/dev/hda7
initrd (hd0,6)/boot/initrd.img
title failsafe
kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 failsafe
initrd (hd0,6)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
/boot/grub/menu.lst lines 1-23/23 (END)
Here is the code from
ls /boot:
[hunter@localhost ~]$ ls /boot
config@ kernel.h-2.6.17-5mdvlegacy
config-2.6.17-5mdvlegacy message-graphic
grub/ System.map@
initrd-2.6.17-5mdvlegacy.img System.map-2.6.17-5mdvlegacy
initrd.img@ vmlinuz@
kernel.h@ vmlinuz-2.6.17-5mdvlegacy