LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I need help making a GRUB menu.lst for an installed distro that won't boot (https://www.linuxquestions.org/questions/linux-newbie-8/i-need-help-making-a-grub-menu-lst-for-an-installed-distro-that-wont-boot-546888/)

brjoon1021 04-17-2007 06:46 PM

I need help making a GRUB menu.lst for an installed distro that won't boot
 
Hello,

I tried to chainload elive by placing its GRUB in the root of its partition. GRUB did not install their or even in the MBR of hda after several attempts. The distro DID install on hdi5 but GRUB did not install at all, not even "stage 1". I tried from the GRUB prompt: "root (hdx,y), then "setup (hdx,y) but there was not enough GRUB there to even fix it.

How can I figure out what the Direct boot entry for the kernel, init, vmlinuz or whatever should be so that I can make that kind of entry and boot this OS?

To be clear, I need or need help making a GRUB menu.lst entry that will boot elive 6.6. I know where it is installed but I don't know how to find the information that GRUB will need to boot it.

Their forum is very scarce and it might be weeks or never before anyone helps there... that is why I posted here.

Thanks,

B.

syg00 04-17-2007 07:27 PM

Keep it simple and have a play; you can't do much damage. Try something like
Code:

title elive
kernel (hdx,y)/vmlinuz root=/dev/hd?? vga=normal
initrd=(hdx,y)/something.img

You can always change it temporarily at the boot menu till you get it right.

Note: Do not put a root directive in that stanza.


All times are GMT -5. The time now is 02:29 PM.