You are not logged in.

#1 2011-06-03 05:23:16

dreadblack
Member
Registered: 2011-06-02
Posts: 6

Problem with Dual boot GRUB

Hello,

First, I wanna tell you that I have this /dev/sda that is partitioned in 4. I've installed Linux Mint 11 64 b on /dev/sda1, swapped the /dev/sda2, make a storage disk on /dev/sda4 and lastly installed Arch on /dev/sda3.

I want to make Linux Mint and Arch do dual boot using Arch's Grub but I think I messed up the configuration.

I added this in the grub config of arch during installation. (/boot/grub/menu.lst)

#(3) Linux Mint 64b
title Linux Mint
root (hd0, 1)
kernel /boot/vmlinuz-2.6.38-8-generic root=/dev/sda1 ro
initrd /boot/initrd.img-2.6.38-8-generic

I don't know what I am messing up.

Can anybody help me?

Offline

#2 2011-06-03 05:34:49

measure
Member
Registered: 2009-07-17
Posts: 62

Re: Problem with Dual boot GRUB

For your configuration, (hd0, 1) refers to /dev/sda2, you should reference /dev/sda1 with (hd0,0)

Offline

#3 2011-06-03 05:47:38

dreadblack
Member
Registered: 2011-06-02
Posts: 6

Re: Problem with Dual boot GRUB

measure wrote:

For your configuration, (hd0, 1) refers to /dev/sda2, you should reference /dev/sda1 with (hd0,0)

Thanks measure! I was able to boot it up! thanks alot! I'm quite new to linux system! Thanks again!

Offline

Board footer

Powered by FluxBB