You are not logged in.

#1 2005-09-18 09:39:15

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 673
Website

howto boot AL reiserfs on HD with another Linux / mbr Grub

Hi,

Do someone knows where to read how to configure pre-existing Grub to boot installed Arch Linux on a HD with another Linux ?

Here is fdisk -l of my HD (simplified) :

/dev/hda1   *           1         134     1076323+   6  FAT16  --> Win98 lite
/dev/hda2             135        9964    78959475    f  W95 Etendu (LBA)
/dev/hda8            2444        2445       16033+  83  Linux --> Mandriva cooker ext2 /boot
/dev/hda9            2446        2698     2032191   83  Linux --> Mandriva cooker ext3 /
/dev/hda14           3833        4406     4610623+  83  Linux --> Arch Linux reiserfs /
/dev/hda15           4407        4470      514048+  83  Linux --> Arch Linux reiserfs /home
/dev/hda16           5121        9964    38909398+  83  Linux --> ext3 /stockage
/dev/hda17           5056        5120      522081   82  Linux swap / Solaris

Grub menu.lst :

timeout 10
splashimage (hd0,7)/grub/keepingthefaith.xpm.gz
default 4

title windows
root (hd0,0)
chainloader +1

title archlinux
root (hd0,13)
kernel /boot/vmlinuz26 root=/dev/discs/disc0/part14 ro vga=773 devfs=nomount

title 2611-10kozaki
kernel (hd0,7)/vmlinuz-2.6.11-10kozaki root=/dev/hda9 noapic nolapic splash=silent mem=1024M vga=794
initrd (hd0,7)/initrd-2.6.11-10kozaki.img

title 2612-12
kernel (hd0,7)/vmlinuz-2.6.12-12mdk root=/dev/hda9 noapic nolapic splash=silent mem=1024M vga=794
initrd (hd0,7)/initrd-2.6.12-12mdk.img

I've tried to boot with (archlinux Grub menu.lst's lines) :
title archlinux
root (hd0,13)
kernel /boot/vmlinuz26 root=/dev/discs/disc0/part14 ro vga=773
&
root (hd0,14)
kernel /boot/vmlinuz26 root=/dev/discs/disc0/part14 ro vga=773
&
root (hd0,13)
kernel /boot/vmlinuz26 root=/dev/hda14 ro vga=773 devfs=nomount
& maybe others I don"t remember.

Booting archlinux always says : "can't find file" or something.
May I install AL vmlinuz26 & Co into same /boot partition than Mandriva ?
Or maybe one need to load 'reiserfs' when booting a reiserfs / partition (in /etc/rc.conf) ?
Since Reiserfs is the default choice when installing AL, I think (maybe wrongly) it's loaded by default.


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#2 2005-09-19 04:24:23

ghostdawg
Member
From: Third Stone from the Sun
Registered: 2003-07-31
Posts: 21

Re: howto boot AL reiserfs on HD with another Linux / mbr Grub

I had the problem earlier this month.

http://bbs.archlinux.org/viewtopic.php?t=15028


Trying adding,

Savedefault
Boot

at the end of the arch entry. you may need to remove devfs=nomount
also.

I'm not home with my box so I can't verify at this time.


"The only people who dont use it are apple fanatics & linux crackpots and they probably have rotten credit"

Offline

Board footer

Powered by FluxBB