diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20111230/006149.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20111230/006149.html | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20111230/006149.html b/zarb-ml/mageia-discuss/20111230/006149.html new file mode 100644 index 000000000..159a7f2bb --- /dev/null +++ b/zarb-ml/mageia-discuss/20111230/006149.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] booting with two sata disks + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20booting%20with%20two%20sata%20disks&In-Reply-To=%3C20111230234537.73e2852b%40werewolf.home%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="006148.html"> + <LINK REL="Next" HREF="006147.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] booting with two sata disks</H1> + <B>JA Magallon</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20booting%20with%20two%20sata%20disks&In-Reply-To=%3C20111230234537.73e2852b%40werewolf.home%3E" + TITLE="[Mageia-discuss] booting with two sata disks">jamagallon at ono.com + </A><BR> + <I>Fri Dec 30 23:45:37 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="006148.html">[Mageia-discuss] booting with two sata disks +</A></li> + <LI>Next message: <A HREF="006147.html">[Mageia-discuss] booting with two sata disks +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6149">[ date ]</a> + <a href="thread.html#6149">[ thread ]</a> + <a href="subject.html#6149">[ subject ]</a> + <a href="author.html#6149">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Fri, 30 Dec 2011 22:19:29 +0000 +bascule <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">asura at theexcession.co.uk</A>> wrote: + +><i> On Friday 30 December 2011 07:40:21 andre999 wrote: +</I>><i> > Try exchanging the cables for the drives. The bios might be identifying +</I>><i> > the new drive as the first drive, but only if it is present. +</I>><i> > (It could be related to motherboard jumper settings, but exchanging the +</I>><i> > cables is an easier solution.) +</I>><i> i did try new cables but to reiterate, booting happens, but immediately you +</I> +Sorry, I think you misunderstood the advice. Not changing the cables for new +ones, but swapping the drives to which they are connected, ie, unplug both +of them from the drives and plug again to each other drive. + +(plz, expertes correct me if I'm wrong). + +Explanation: BIOS numbers the drives as they are detected. +Depending on how you connect your drives to the mobo SATA sockets, your bios +still knows it has to boot from your original drive (by name), but anything +in GRUB or kernel that points to hd0 (first drive) now points to your last +plugged drive, that is in a low SATA port number. +So check you SATA port numbers and connect your system drive to the first. +Boot with only that drive and chech that: +- /boot/grub/devices.map has hd0 alias to sda +- /boot/grub/install.sh installs on hd0,0 +- /boot/grub/menu.lst has root/boot/kernel/initrd pointing to hd0,0 +- /etc/fstab points root (/) to sda1 or an UUID +- you don't have any reference to sdb anywhere, all should be sda. + +If that happens, go to /boot/grub and run ./install.sh (to get sure you boot +sector is right) and run again dracut -f. +Then you should be able to attach your new disk and should be seen as sdb. + +Which is your mobo model ? + +><i> see the on screen phrase concerning init 2.8 and udev starting it hangs saying +</I>><i> "could not start boot splash:no such file or directory", +</I>><i> i have a theory, because i was having some other problems at one time the +</I>><i> second hard drive was unattached at the time the kernel was upgraded, i'm +</I>><i> wondering if the mkinitrd that happens when a new kernel is installed is to +</I>><i> blame because as i understand it the hang occurs when the ram image? hands +</I>><i> over to the root partition?, i shall uninstall the kernel update and reinstall +</I>><i> it with the second drive attached to see what happens +</I>><i> +</I>><i> bascule +</I> +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="006148.html">[Mageia-discuss] booting with two sata disks +</A></li> + <LI>Next message: <A HREF="006147.html">[Mageia-discuss] booting with two sata disks +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#6149">[ date ]</a> + <a href="thread.html#6149">[ thread ]</a> + <a href="subject.html#6149">[ subject ]</a> + <a href="author.html#6149">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |