[email protected] wrote: > Hi ! > > I know, the problem is not really new, > but didn't find a solution for it ... > > So how could i change the booting order respectively the recoginize of the > controller by the kernel ... I'm using Scientific Linux 5.3 / 4.6 > (REHL5.3/4.6) ... > > On my PE R610 i've got two controller, one 6/i and one 6/E witch connected > to a MD1000 .. > > After generating a raid6 on the MD1000 and booting the machine, > my system disk (raid1 on 6/i) are on /dev/sdb and the raid6 on /dev/sda > .... > > So, i want to change back for the system-disk on /dev/sda > > lspci -v > > 03:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 1078 (rev > 04) > Subsystem: Dell PERC 6/i Integrated RAID Controller > Flags: bus master, fast devsel, latency 0, IRQ 177 > Memory at df280000 (64-bit, non-prefetchable) [size=256K] > I/O ports at fc00 [size=256] > Memory at df2c0000 (64-bit, non-prefetchable) [size=256K] > Expansion ROM at df200000 [disabled] [size=32K] > Capabilities: [b0] Express Endpoint IRQ 0 > Capabilities: [c4] Message Signalled Interrupts: 64bit+ Queue=0/2 > Enable- > Capabilities: [d4] MSI-X: Enable- Mask- TabSize=4 > Capabilities: [e0] Power Management version 2 > Capabilities: [ec] Vital Product Data > Capabilities: [100] Power Budgeting > > 04:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 1078 (rev > 04) > Subsystem: Dell PERC 6/E Adapter RAID Controller > Flags: bus master, fast devsel, latency 0, IRQ 82 > Memory at df180000 (64-bit, non-prefetchable) [size=256K] > I/O ports at ec00 [size=256] > Memory at df1c0000 (64-bit, non-prefetchable) [size=256K] > Expansion ROM at df100000 [disabled] [size=32K] > Capabilities: [b0] Express Endpoint IRQ 0 > Capabilities: [c4] Message Signalled Interrupts: 64bit+ Queue=0/2 > Enable- > Capabilities: [d4] MSI-X: Enable- Mask- TabSize=4 > Capabilities: [e0] Power Management version 2 > Capabilities: [ec] Vital Product Data > Capabilities: [100] Power Budgeting > > > Any idea ? > > thanks & cheers > > Martin > > _______________________________________________ > Linux-PowerEdge mailing list > [email protected] > https://lists.us.dell.com/mailman/listinfo/linux-poweredge > Please read the FAQ at http://lists.us.dell.com/faq >
May be I am not getting something , but one of the solutions is to use uuids cat /boot/grub/menu.lst <snip> title Ubuntu 9.04, kernel 2.6.28-15-generic uuid 48867298-7084-4084-8a1e-df846f0997a8 kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=48867298-7084-4084-8a1e-df846f0997a8 ro quiet splash initrd /boot/initrd.img-2.6.28-15-generic cat /etc/fstab proc /proc proc defaults 0 0 # / was on /dev/sde1 during installation UUID=48867298-7084-4084-8a1e-df846f0997a8 / ext3 relatime,errors=remount-ro 0 1 # /data was on /dev/sde5 during installation UUID=d5cb54be-6055-4a1b-a2e2-59ef1e4cf59b /data xfs relatime 0 2 # /data2 was on /dev/sde6 during installation UUID=38761e04-0299-4314-9ae4-801afabcb100 /data2 ext4 relatime 0 2 # swap was on /dev/sde2 during installation UUID=bb6ac6a6-250d-48d1-bd3c-b8e0de2f620b none swap sw 0 0 Regards , Alex _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
