LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-05-2005, 01:40 PM   #16
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15

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
 
Old 06-05-2005, 02:48 PM   #17
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
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.
 
Old 06-05-2005, 04:16 PM   #18
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15
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
 
Old 06-06-2005, 01:01 AM   #19
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15
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 #
 
Old 06-06-2005, 01:55 AM   #20
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
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
 
Old 06-06-2005, 05:44 AM   #21
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15
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

Last edited by obstinatesod; 06-06-2005 at 06:23 AM.
 
Old 06-06-2005, 11:00 AM   #22
obstinatesod
Member
 
Registered: Apr 2005
Location: Shetland
Distribution: PClinuxOS, Suse 10.0, Mandriva, Alinux,
Posts: 126

Original Poster
Blog Entries: 1

Rep: Reputation: 15
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
 
Old 06-06-2005, 11:53 AM   #23
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

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


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
GRUB and Multiple operating systems jughead Linux - Software 2 11-21-2005 03:36 PM
Multiple Operating Systems workerfly Linux - Newbie 2 09-06-2002 03:24 PM
Multiple Operating Systems workerfly Linux - General 1 09-06-2002 02:45 PM
multiple operating systems on the same hard disk mk1_1 Linux - Software 2 02-13-2002 12:01 AM
Booting Up with Multiple Operating Systems Randy-RH7 Linux - Newbie 4 07-03-2001 05:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration