grub missing help!!

Status
Not open for further replies.

phuchungbhutia

Om Ma Ni Pä Me Hum
i had susi hdc5 on top of xp hdc1 then i installed slax hdc7. first the grub vanished n lilo came which meant no xp at all then on checkin for lilo.conf it was missin. i made conf file from the man help. but now i dont hav lilo also. but i hav my xp back. no susi or slax. please tell me how to get back grub and add all three in its menu list. any sw. help pl
 

praka123

left this forum longback
explain in good english else no one cares to have a look :p
if u cant access any Linux on hdd,boot from a livecd,manually mount ur slackware partn.chroot into it.run "grub-install /dev/hdx" where hdx depends on ur hdd being sata or pata,find it with fdisk -l cmd.
I prefer GRUB to LILO and it seems GRUB got the future too.although suse uses lilo(u can install grub in suse too using yast).there is only one boot menu manager be there.
I'll explain in detail:
Warning:I hope u dont have made separate /boot partn in slackware else mount the /boot device(/dev/hdxx) to the mounted slack partns /boot directory.
boot a livecd(knoppix? etc) open a terminal as root and mount ur slack partn in it as rw.
Code:
~#mount /dev/hdx  /mnt
now "chroot"(change root) into ur slackware partn(find it from ur linux partns or fdisk -l)
Code:
~#chroot /mnt /bin/bash
now if ur grub is available there,
Code:
~#grub-install  /dev/hdx
if grub is completely lost,try setting grub manually.post here or refer "info grub" if grub-doc pkg is installed for this.

u can edit in slackware /boot/grub/menu.lst last a new line to add suse to it.for the syntax refer man grub and for suse kernel names etc refer suse lilo.conf
 
Status
Not open for further replies.
Top Bottom