Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Boot after install problems (2005.0, 2004.3)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
uncrfe
n00b
n00b


Joined: 22 Mar 2004
Posts: 5

PostPosted: Sun Apr 03, 2005 1:52 pm    Post subject: Boot after install problems (2005.0, 2004.3) Reply with quote

Hello,

I'm on my 5th attempt (or so) at installing either 2004.3 or 2005.0. The machine is a Dell Poweredge SC1420. It's important piece of hardware is a intel ICH5 (software raid) setup. I've got the RAID disabled in the bios, as it's not supported under linux. I followed this guide: http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID a week or so ago, and it worked perfectly, went off without a hitch. I then screwed up that install (by messing with qmailrocks), so decided a rebuild clean was in order. I've since tried rebuilding about 5 times, with the same result each time. My raidtab is:

Code:

#/boot in raid1
raiddev      /dev/md0
raid-level   1
nr-raid-disks   2
chunk-size   32
persistent-superblock   1
device      /dev/sda1
raid-disk   0
device      /dev/sdb1
raid-disk   1

#/ in raid1
raiddev      /dev/md1
raid-level   1
nr-raid-disks   2
chunk-size   32
persistent-superblock   1
device      /dev/sda3
raid-disk   0
device      /dev/sdb3
raid-disk   1


Important parts of fstab are:
Code:

/dev/md0      /boot      ext2      noauto,noatime      1 2
/dev/md1      /      reiserfs      noatime      0 1
/dev/sda2      none      swap      sw,pri=1      0 0
/dev/sdb2      none      swap      sw,pri=1      0 0


I have the machine setup with the first partition on each drive (drives are identical seagates) being a 100mb ext2 part, followed by a 1000mb swap part, followed by the root part filling the rest of the drive. The drives are partitioned identically. Upon reboot I get something to the tune of: 'mounting sysfs at /sys', followed by a failure 'can't create lock file /etc/mtab~1052: read-only file system (use -n flag to override). Skip down another few lines, past the successful mounting of the swap partitions: 'remounting root filesystem read-only' [ok], then 'check root filesystem' and 'failed to open device /dev/md0, no such file or directory'.

Before the boot process, the reiserfs module shows md1 being mounted with no problem. I'm stumped at this point. I have raid1, sata stuff, md, dm, and all the stuff that's recommended enabled in the kernel, but to no avail. Does anyone have any ideas?
Back to top
View user's profile Send private message
uncrfe
n00b
n00b


Joined: 22 Mar 2004
Posts: 5

PostPosted: Sun Apr 03, 2005 11:18 pm    Post subject: Reply with quote

bump -- Anyone? Anyone? Beuller?
Back to top
View user's profile Send private message
superrobotpope
n00b
n00b


Joined: 25 Jan 2005
Posts: 19

PostPosted: Tue Apr 26, 2005 10:54 pm    Post subject: Reply with quote

i've been stuck on the same situation for a week, i've posted some related stuff here:

https://forums.gentoo.org/viewtopic-t-326162-highlight-raid1+2005.html

but i think i'm gonna reformat and try a different method.
Back to top
View user's profile Send private message
nutznboltz
Apprentice
Apprentice


Joined: 23 Apr 2004
Posts: 239

PostPosted: Sat Apr 30, 2005 7:51 pm    Post subject: Reply with quote

I'm not sure if it's the Right Thing but my system boots multi-user if I put all the md devices into grub.conf vis
Code:
kernel /vmlinuz root=/dev/md2 md=0,/dev/sda1,/dev/sdb1 md=1,/dev/sda2,/dev/sdb2 md=2,/dev/sda3,/dev/sdb3


otherwise I don't see all the /dev entries for md devices even with my /etc/mdadm.conf file populated this way
Code:
DEVICE          /dev/sda1 /dev/sda2 /dev/sda3
DEVICE          /dev/sdb1 /dev/sdb2 /dev/sdb3
ARRAY           /dev/md0 devices=/dev/sda1,/dev/sdb1
ARRAY           /dev/md1 devices=/dev/sda2,/dev/sdb2
ARRAY           /dev/md2 devices=/dev/sda3,/dev/sdb3

and the lack of all the md /dev entries makes the boot sequence fail into single-user mode.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum