LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Installing multiple operating systems (https://www.linuxquestions.org/questions/linux-general-1/installing-multiple-operating-systems-329841/)

obstinatesod 06-05-2005 01:40 PM

Hi Andrew, I got Mandriva installed and this is a copy of the boot log, could you tell me what to add so I can add suse to the boot menu, thank Adrian




timeout 10
default 0

title linux
kernel (hd1,5)/boot/vmlinuz root=/dev/hdb6 acpi=ht resume=/dev/hdb5 splash=silent vga=788
initrd (hd1,5)/boot/initrd.img

title linux-nonfb
kernel (hd1,5)/boot/vmlinuz root=/dev/hdb6 acpi=ht resume=/dev/hdb5
initrd (hd1,5)/boot/initrd.img

title failsafe
kernel (hd1,5)/boot/vmlinuz root=/dev/hdb6 failsafe acpi=ht resume=/dev/hdb5 devfs=nomount
initrd (hd1,5)/boot/initrd.img

title windows
root (hd0,0)
chainloader +1

title windows1
root (hd1,0)
map (0x81) (0x80)
map (0x80) (0x81)
makeactive
chainloader +1

Andrew Benton 06-05-2005 02:48 PM

Err, well it looks like you've installed Mandrake on the same partition (hdb6) that you had SuSE on before. If you want to be able to boot into either of them, you'll need to install them on different partitions.

obstinatesod 06-05-2005 04:16 PM

Can't believe I did that, have a look at this link http://adrian.shetlandscenes.co.uk/ I seem to have another partition I that's where I got confused. sorry if the screenshots are slow loading never resized them. Adrian

obstinatesod 06-06-2005 01:01 AM

Hi,after I re-installed on the wrong partition, I stared over. (long night) I loaded Mandriva first on the space on C drive alongside XP and changed the boot to Grub then I loaded Suse on D drive alongside XP. this is the boot menu from Suse, can you tell me what to add now to make Mandriva show on the boot menu, thank you Adrian

color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd1,5)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 9.2
kernel (hd1,5)/boot/vmlinuz root=/dev/hdb6 vga=0x317 selinux=0 splash=silent resume=/dev/hdb5 desktop elevator=as showopts
initrd (hd1,5)/boot/initrd

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

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Floppy
root (fd0)
chainloader +1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 9.2
kernel (hd1,5)/boot/vmlinuz root=/dev/hdb6 showopts ide=nodma apm=off acpi=off vga=normal noresume selinux=0 barrier=off nosmp noapic maxcpus=0 3
initrd (hd1,5)/boot/initrd
linux:/home/aaria5 #

Andrew Benton 06-06-2005 01:55 AM

You'll need to tell us which partition on hda1 you installed Mandriva on. If it's on hda5 try
Code:

title Mandriva
kernel (hd0,4)/boot/vmlinuz root=/dev/hda5 acpi=ht resume=/dev/hdb5 splash=silent vga=788
initrd (hd0,4)/boot/initrd.img

title windows d
root (hd1,0)
map (0x81) (0x80)
map (0x80) (0x81)
makeactive
chainloader +1


obstinatesod 06-06-2005 05:44 AM

Hi try this link, I took a screen shot of what Suse sees. I installedon the 16.2 GB partition. http://adrian.shetlandscenes.co.uk/ /dev/sdb1 is a flashDisk plugged in to USB port

obstinatesod 06-06-2005 11:00 AM

success
 
Hi Andrew and anyone else who helped, success, I copied and pasted what you wrote, into the menu list and it works fine. Athough when booting in to Mandriva I did notice that in the verbose option it said: Failed wrong fs type, bad option, bad superblock on /dev/hdb5. But it all works OK, is this a problem I should try to fix? anyway thanks for all your help( and patience) ttfn Adrian

Andrew Benton 06-06-2005 11:53 AM

Cool. Maybe you could try taking out the resume=/dev/hdb5 bit and see if the error message goes away


All times are GMT -5. The time now is 07:23 PM.