You are not logged in.

#1 2006-08-25 19:36:46

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

can't mount /boot

i installed arch64 after being away for a while. and i installed beyond on it and made an initrd with mkinitcpio. my system seems to boot fine now but the device for my /boot partition is missing (/dev/md1) when i boot the beyond kernel i compiled it seems to be there. here is my mkinitcpio and menu.lst

# vim:set ft=sh
MODULES="xfs md-mod raid0 raid1"
BINARIES=""
FILES=""
HOOKS="base udev autodetect ide fbsplash keymap"
FBTHEMES="darch"
FBRES="1024x768"
timeout   5
default   0
color light-blue/black light-cyan/blue

# (0) Arch Linux
title  Arch Linux  [/boot/vmlinuz]
root   (hd0,0)
kernel (hd0,0)/vmlinuz26beyond root=/dev/md2 ro md=2,/dev/hda2,/dev/hdb2 vga=792 splash=silent,fadein,theme:darch console=tty1 quiet
initrd (hd0,0)/initrd

Offline

#2 2006-08-25 19:57:07

mpie
Member
From: 404 Not found
Registered: 2005-03-06
Posts: 649

Re: can't mount /boot

spot the difference...

# (0) Windows
title Windows
root  (hd0,0) no verify
makeactive
chainloader +1
savedefault

# (1) Beyond
title Beyond-Arch
root (hd0,5)
kernel /vmlinuz26beyond root=/dev/hda7 ro video=vesafb:ywrap,mtrr,1024x768-32@75 splash=silent,theme:darch console=tty1 quiet ro
initrd /kernel26beyond.img
savedefault


# (2) Game
title Invaders
root (hd0,5)
kernel /invaders/invaders

Offline

#3 2006-08-25 22:22:22

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

Re: can't mount /boot

you use windows and i don't? idk ;-p

Offline

#4 2006-08-25 22:31:41

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: can't mount /boot

syamajala wrote:

you use windows and i don't? idk ;-p

Errrm

syamajala wrote:
initrd (hd0,0)/initrd
mpie wrote:
initrd /kernel26beyond.img

You're not using mkinitcpio, yo.

Offline

#5 2006-08-25 23:14:12

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

Re: can't mount /boot

that was just what i called my image when i made it with mkinitcpio. i ran mkinitcpio -k 2.6.17-beyond -g initrd

Offline

#6 2006-08-25 23:33:45

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: can't mount /boot

Well, then this is probably an initscripts issue - I know tpowa recently made some changes to the initscripts with relation to raid devices....

Offline

Board footer

Powered by FluxBB