Page 1 of 1

[SOLVED] Can't open Mageia3

PostPosted: Dec 24th, '13, 13:31
by mihi
I recently reinstalled Mageia and am having trouble opening it. The problem is, I think, in the menu.lst entry.

I tried to cobble this up but have made a mess of it. I'm not very clued up on such entries and if someone could put me right he (or she) would have my eternal gratitude.

The entry is --
Code: Select all
title      Mageia (on /dev/sdb2)
root      (hd1,1)
kernel      /boot/vmlinuz-3.10.24 BOOT_IMAGE=Mageia3 (on /dev/sdb2) splash quiet vga=788
initrd      (hd1,1)/boot/initrd-3.10.24-mageia.img
savedefault
boot


Thank you.

Re: Can't open Mageia3

PostPosted: Dec 24th, '13, 15:33
by lula
You can try it with this entry:
Code: Select all
title  Mageia (on /dev/sdb2)
root   (hd1,1)
kernel /boot/vmlinuz-3.10.24 BOOT_IMAGE=Mageia3 root=/dev/sdb2 vga=788
initrd /boot/initrd-3.10.24-mageia.img
assuming that /dev/sdb2 is your root-partition and the kernel and initrd are there

Re: Can't open Mageia3

PostPosted: Dec 24th, '13, 23:33
by mihi
lula wrote:You can try it with this entry:
Code: Select all
title  Mageia (on /dev/sdb2)
root   (hd1,1)
kernel /boot/vmlinuz-3.10.24 BOOT_IMAGE=Mageia3 root=/dev/sdb2 vga=788
initrd /boot/initrd-3.10.24-mageia.img
assuming that /dev/sdb2 is your root-partition and the kernel and initrd are there


Thanks lula but didn't work. The trouble may be the kernel. I reinstalled Mageia from an iso dated last June. I updated it yesterday and the kernel may not be the 3.10.24 version but I can't check it until I can open Mageia. Catch22 situation.

Re: Can't open Mageia3

PostPosted: Dec 25th, '13, 00:16
by lula
So you can try and hope that the symlinks are there and pointing to something valid:
Code: Select all
title  Mageia (on /dev/sdb2)
root   (hd1,1)
kernel /boot/vmlinuz root=/dev/sdb2 vga=788
initrd /boot/initrd.img

Another solution might be to boot from any Linux live version, mount the root partition and adjust the kernel and initrd line.

Re: Can't open Mageia3

PostPosted: Dec 25th, '13, 00:51
by linuxero
mihi wrote:
lula wrote:You can try it with this entry:
Code: Select all
title  Mageia (on /dev/sdb2)
root   (hd1,1)
kernel /boot/vmlinuz-3.10.24 BOOT_IMAGE=Mageia3 root=/dev/sdb2 vga=788
initrd /boot/initrd-3.10.24-mageia.img
assuming that /dev/sdb2 is your root-partition and the kernel and initrd are there


Thanks lula but didn't work. The trouble may be the kernel. I reinstalled Mageia from an iso dated last June. I updated it yesterday and the kernel may not be the 3.10.24 version but I can't check it until I can open Mageia. Catch22 situation.



Do you get the GRUB menu? What disk order have you in the BIOS? Can you sketch out the partitions on your disks?

Re: Can't open Mageia3

PostPosted: Dec 25th, '13, 01:05
by mihi
Thanks for your help lula and linuxero bu I'm taking the easy way out - reinstalling. I hadn't done much configuring so won't lose anything. Have a nice Christmas wherever you are - I'm in Australia where it's just starting to get hot.