LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   GRUB Triple Boot XP FC3 Debian/Knoppix HD Install (https://www.linuxquestions.org/questions/linux-software-2/grub-triple-boot-xp-fc3-debian-knoppix-hd-install-261662/)

boyfromthedwarf 12-02-2004 05:06 AM

GRUB Triple Boot XP FC3 Debian/Knoppix HD Install
 
I have XP, Debian/Knoppix as a HD Install, and FC3 on my laptop. They all work. I installed XP, then Knoppix, then FC3. Before FC3, XP and Knoppix went through lilo, and they both booted fine. When I installed FC3 I told it to install GRUB, and set it up to boot all three, or so I thought. It boots FC3, and XP just fine. It had a chainloader+1 thing for Debian, and I know enough linux to know that might not work. So I edited grub.conf, and copied what FC3's boot up commands were. Then I mounted the Debian partition, and looked for what the exact names of the vmlinuz and initrd were, and it turns out it was just that. Before any GRUB modifying it just gave me a semi command prompt, but said grub instead of C:\, or root, or anything. After modifying grub, Debian boots a little, then says "Kernel Panic" and that something is named wrong. What bootup commands do I need to boot Debian/Knoppix 3.6?

reddazz 12-02-2004 06:29 AM

Can you give more details of your partition table so that I can help you out.

boyfromthedwarf 12-02-2004 07:21 AM

8 partitions
hda1 is XP
hda2 is Linux format, but not any OS, a home directory I think
hda3 is FC3
hda4 W95 Ext'd
hda5 is Debian/Knoppix home
hda6 is linux swap
hda7 is Fat32 so I can move files between linux and XP easy
and hda8 is Debian

reddazz 12-02-2004 08:18 AM

your grub entry for Debian should be something like this

title Debian
root (hd0,7)
kernel /boot/vmlinuz root=/dev/hda8 vga=788 ro
initrd /boot/initrd.img

boyfromthedwarf 12-02-2004 08:31 AM

It works now, thanks.


All times are GMT -5. The time now is 06:21 AM.