[Bug 75555] Re: Software Raid Setup with feisty herd1 alternate on amd64

2007-04-09 Thread pdanielss
*** This bug is a duplicate of bug 75681 ***
https://bugs.launchpad.net/bugs/75681

I've had the same problem. After installation, while rebooting, ubuntu 
complains about one of the devices /dev/md3, that was my home partition. It 
happens with a fresh install and also with an an upgrade install from ubuntu 
edgy.
I've used the amd64 alternate cd (feisty beta, last beta before final release).

-- 
Software Raid Setup with feisty herd1 alternate on amd64
https://bugs.launchpad.net/bugs/7
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 75555] Re: Software Raid Setup with feisty herd1 alternate on amd64

2007-02-16 Thread Miek Gieben
*** This bug is a duplicate of bug 75681 ***

** This bug has been marked a duplicate of bug 75681
   initramfs script: race condition between sata and md

-- 
Software Raid Setup with feisty herd1 alternate on amd64
https://launchpad.net/bugs/7

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 75555] Re: Software Raid Setup with feisty herd1 alternate on amd64

2007-02-16 Thread Jeff Balderson
I can confirm the same with Herd3.

>From my diagnosis, it appears that /dev/md? are missing or not generated
properly in the initramfs.

In the busybox shell, I proceeded to do:

mknod /dev/md0 b 9 0
mknod /dev/md1 b 9 1
etc..
mdadm --run /dev/md0 /dev/hda1 /dev/hdc1
mdadm --run /dev/md1 /dev/hda5 /dev/hdc5
etc..
exit

And then it proceeded to boot properly.

I did all of that from memory, so I may not have all the commands exact.

-- 
Software Raid Setup with feisty herd1 alternate on amd64
https://launchpad.net/bugs/7

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 75555] Re: Software Raid Setup with feisty herd1 alternate on amd64

2007-02-06 Thread harry
I can confirm that bug also on a new installation with alternate-cd
(herd2)

-- 
Software Raid Setup with feisty herd1 alternate on amd64
https://launchpad.net/bugs/7

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 75555] Re: Software Raid Setup with feisty herd1 alternate on amd64

2007-01-28 Thread Miek Gieben
Same with herd2. Create the arrays, installed grub on the 2 disks and
tried to boot. Grub all goes okay, but then it doesn't detect the arrays
properly and ubunut fails to boot. You get dropped in the busybox shell
which is ran from the initrd image!

Now I have a boot partition without raid1 and this works, all other raid
devices are detected, it is just the booting that fails.

This is with a 2-disk raid1 setup. My /etc/fstab:
proc/procprocdefaults,nosuid,noexec0   0
/dev/sda1   /ext3defaults,errors=remount-ro 0   1
/dev/sdb1   /mnt/root  ext3  defaults,noauto,errors=remount-ro 0   1
/dev/md2   /varxfsdefaults   0   1
/dev/md3   /tmpxfsdefaults,usrquota,grpquota 0   2
/dev/md4   /usr xfs defaults0   2
/dev/md5   /vol xfs defaults0   2
/dev/md6   /home xfsdefaults,usrquota,grpquota  0   2
/dev/md1   none swapsw  0   0
/dev/hdc/media/cdrom0   udf,iso9660 user,noauto 0  0

/dev/sda1 and /dev/sdb1 used to raid1 too...

-- 
Software Raid Setup with feisty herd1 alternate on amd64
https://launchpad.net/bugs/7

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs