LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Multiple booting (https://www.linuxquestions.org/questions/debian-26/multiple-booting-139395/)

NoviceW 01-27-2004 07:13 PM

Multiple booting
 
I want to add Debian to Grub Boot loader so that I don't have to insert floppy all the time. My Debian is in hda7. For Debain I selected VESA as my monitor although its a HIGHSCREEN MS1785P. May be that info. isn't important. The other two systems have following configurations.

title SuSE Linux
kernel (hd1,6)/boot/vmlinuz root=/dev/hdb7 vga=0x31a splash=silent desktop hdc=ide-scsi hdclun=0 hdc=ide-scsi hdclun=0 hdc=ide-scsi hdclun=0 showopts
initrd (hd1,6)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows XP
root (hd0,0)
chainloader +1


Thank you in advance
NoviceW

linuxbotx 01-27-2004 08:18 PM

add this to /boot/grub/menu.lst

title Debian
kernel (hd0,1)/boot/vmlinuz root=/dev/hda7
initrd (hd0,1)/boot/initrd

NoviceW 01-28-2004 03:03 AM

Hi Linuxbotx,

Thanx for the idea. But there is no initrd image file in Debian boot folder . That is my problem. However I have found a empty directory called initrd. When I search for initrd it gave me one more compresed initrd file in /usr/share/man/man4 but that is called initrd.4. I tried to extract it to the boot folder. My effort was a waste of time.

llamakc 01-28-2004 07:08 AM

Is this a new Debian install? Do you even have an initrd symlink in / ? IF so, that's what you'd want for the initrd line. Otherwise, don't include it.

1.) Did you compile a kernel in Debian?
2.) What kernel should it use?
3.) Let's see the ouput of `ls -l /`


All times are GMT -5. The time now is 11:31 AM.