Jump to content

grub configuration?


alcatel
 Share

Recommended Posts

hi i first installed mandrake 10.1 and now i installed suse 9.2 but i cant boot mandrake :angry:

i tried these 3 configurations without succes (mandrake is on /dev/sda7)

 

###Don't change this comment - YaST2 identifier: Original name: linux###

title mandrake

kernel (sd0,6)/boot/vmlinuz root=/dev/sda7 devfs=mount sdc=ide-scsi resume=/dev/sda5 splash=silent vga=788

initrd (sd0,6)/boot/initrd.img

 

###Don't change this comment - YaST2 identifier: Original name: linux###

title mandrake2

kernel /boot/vmlinuz root=/dev/sda7 devfs=mount hdc=ide-scsi splash=silent vga=788

initrd (hd0,6)/boot/initrd.img

root (hd0,6)

 

###Don't change this comment - YaST2 identifier: Original name: linux###

title mandrake 3

root (hd0,6)

kernel (hd0,6)/boot/vmlinuz root=/dev/sda7 vga=788 devfs=mount hdc=ide-scsi splash=silent

initrd (hd0,6)/boot/initrd.img

 

what should i do ?

(sorry if this is the wrong location)

Link to comment
Share on other sites

Can you mount the old (mandrake) root to a mount point under Suse and then go and read the old config? That will give you some ideas what it requires.

 

When I had Mandrake and Fedora dual booted, Fedora didn't need the /boot in front of the path to the kernel and initrd image. Also, even though Mandrake is on sda7, I think the kernel, when booting, can be on a different partition. All this should be discoverable from the old grub or lilo config when you mount mandrake's root, and look it up.

Link to comment
Share on other sites

this is what i found in lilo:

image=/boot/vmlinuz

label="linux"

root=/dev/sda7

initrd=/boot/initrd.img

append="acpi=ht resume=/dev/sda8 splash=silent"

vga=788

read-only

 

and this is what i find in grub

# Modified by YaST2. Last modification on Thu Mar 17 10:43:28 2005

 

 

color white/blue black/light-gray

default 0

timeout 8

gfxmenu (hd0,8)/boot/message

 

###Don't change this comment - YaST2 identifier: Original name: linux###

title SUSE LINUX 9.2

kernel (hd0,8)/boot/vmlinuz root=/dev/sda9 vga=0x314 selinux=0 splash=silent console=tty0 resume=/dev/sda8 desktop elevator=as showopts

initrd (hd0,8)/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 Diskette

root (fd0)

chainloader +1

 

###Don't change this comment - YaST2 identifier: Original name: failsafe###

title Failsafe -- SUSE LINUX 9.2

kernel (hd0,8)/boot/vmlinuz root=/dev/sda9 showopts ide=nodma apm=off acpi=off vga=normal noresume selinux=0 barrier=off iommu=noforce maxcpus=0 3

initrd (hd0,8)/boot/initrd

 

###Don't change this comment - YaST2 identifier: Original name: linux###

title mandrake

root /dev/sda7

kernel (hd0,6)/boot/vmlinuz root=/dev/sda7 devfs=mount sdc=ide-scsi resume=/dev/sda8 splash=silent vga=788

initrd (hd0,6)/boot/initrd.img

 

###Don't change this comment - YaST2 identifier: Original name: linux###

title mandrake2 (on /dev/sda7)

kernel /boot/vmlinuz root=/dev/sda7 devfs=mount hdc=ide-scsi splash=silent vga=788

initrd (hd0,6)/boot/initrd.img

root (hd0,6)

 

###Don't change this comment - YaST2 identifier: Original name: linux###

title test

root (hd0,6)

kernel /vmlinuz root=/dev/sda7 ro acpi=ht resume=/dev/hda5 splash=silent

initrd (hd0,6)/boot/initrd.img

Link to comment
Share on other sites

I'm confused about which of those files are from suse and which are from the old mandrake install. You need to find the info from the old mandrake install (mount the old root somewhere and navigate down to find it (in mine, that's in boot/grub/menu.lst)). Then take that info, and use it to construct the equivalent in the configuration of the new boot system.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...