summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-January/011092.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-January/011092.html')
-rw-r--r--zarb-ml/mageia-dev/2012-January/011092.html226
1 files changed, 226 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-January/011092.html b/zarb-ml/mageia-dev/2012-January/011092.html
new file mode 100644
index 000000000..b5e73112f
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-January/011092.html
@@ -0,0 +1,226 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Interesting issue after kernel update (Error 18)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Interesting%20issue%20after%20kernel%20update%20%28Error%2018%29&In-Reply-To=%3C4F0869F1.2000301%40gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="011088.html">
+ <LINK REL="Next" HREF="011097.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Interesting issue after kernel update (Error 18)</H1>
+ <B>Michel Catudal</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Interesting%20issue%20after%20kernel%20update%20%28Error%2018%29&In-Reply-To=%3C4F0869F1.2000301%40gmail.com%3E"
+ TITLE="[Mageia-dev] Interesting issue after kernel update (Error 18)">michelcatudal at gmail.com
+ </A><BR>
+ <I>Sat Jan 7 16:51:13 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="011088.html">[Mageia-dev] [packages-commits] [192938] wxGTK2.8-devel
+</A></li>
+ <LI>Next message: <A HREF="011097.html">[Mageia-dev] Welcoming Kamil among the Mageia packagers
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11092">[ date ]</a>
+ <a href="thread.html#11092">[ thread ]</a>
+ <a href="subject.html#11092">[ subject ]</a>
+ <a href="author.html#11092">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>After a reboot the I get an Error 18 message telling me that the Selected Cylinder exceeds the maximum supported by the bios.
+I then assumed that the new kernel must be crap and tried to use the previous kernel and got the same error message.
+
+My system is a bit odd that the bios sees the drives in the wrong order.
+
+I have 3 2TB drives, The first 2 drives have Linux stuff installed and the 3rd drive has eComStation (OS/2) seen as HPFS/NTFS under Linux.
+The bios as showned by my bootloader sees it as drive 0-2-1 instead 0f 0-1-2. Grub sees it the same way, but linux sees it in the correct order.
+
+Mageia is installed on the second drive as you can see, correctly identified as sdb
+
+[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at localhost</A> grub]# df
+Sys. de fichiers Taille Uti. Disp. Uti% Mont&#233; sur
+/dev/sdb9 493G 326G 142G 70% /
+/dev/sdb3 136M 43M 86M 34% /boot
+/dev/sdb10 354G 27G 310G 8% /home/michel/vm_files
+
+What I found was that the installer of the new kernel scrapped my menu.lst file, I fixed it with an editor while booted on Scientific Linux.
+This may explain why when I installed Mageia that grub would not work and I had to set grub correctly.
+To get Mageia to work after the installation I had to first boot on Scientific Linux, I added a boot block in SL6 menu.lst and booted on Mageia
+I then fixed menu.lst and rebooted, everything was cool then. When I updated the kernel it messed up and I could no longer boot on Mageia.
+I must have forgotten as I got burned by the same screw up this morning.
+
+Here is the content of the menu.lst file prior to the upgrade followed by the one after the upgrade, notice that the installer changed the drive information by mistake. It didn't change the boot for Centos and Scientific Linux.
+
+I would think that there should be a way for the Mageia installer (and grub) to know when what the bios thinks and what is real match.
+As to why the bios gets the wrong order of the drives, I am not sure. Maybe it has a hard time with the OS/2 partitions. I had similar issues when I put a vista drive of a friend in my computer. her Dell was shot and I had to recover tons of pictures for her.
+
+--------------------------------------------------------------------------------------------------------------------------------------------------
+
+timeout 10
+color black/cyan yellow/cyan
+default 0
+
+title 2.6.38.8-server-8.mga
+kernel (hd2,2)/vmlinuz-2.6.38.8-server-8.mga BOOT_IMAGE=2.6.38.8-server-8.mga root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=0 selinux=0 vga=788
+initrd (hd2,2)/initrd-2.6.38.8-server-8.mga.img
+
+title 2.6.38.8-server-6.mga
+kernel (hd2,2)/vmlinuz-2.6.38.8-server-6.mga BOOT_IMAGE=2.6.38.8-server-6.mga root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=0 vga=788
+initrd (hd2,2)/initrd-2.6.38.8-server-6.mga.img
+
+title linux
+kernel (hd2,2)/vmlinuz BOOT_IMAGE=linux root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=0 selinux=0 vga=788
+initrd (hd2,2)/initrd.img
+
+title linux-nonfb
+kernel (hd2,2)/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974
+initrd (hd2,2)/initrd.img
+
+title failsafe
+kernel (hd2,2)/vmlinuz BOOT_IMAGE=failsafe root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a failsafe
+initrd (hd2,2)/initrd.img
+
+title 2.6.38.7-server-1.mga
+kernel (hd2,2)/vmlinuz-2.6.38.7-server-1.mga BOOT_IMAGE=2.6.38.7-server-1.mga root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=silent vga=788
+initrd (hd2,2)/initrd-2.6.38.7-server-1.mga.img
+
+title 2.6.38.8-server-6.mga
+kernel (hd2,2)/vmlinuz-2.6.38.8-server-6.mga BOOT_IMAGE=2.6.38.8-server-6.mga root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=silent vga=788
+initrd (hd2,2)/initrd-2.6.38.8-server-6.mga.img
+
+title Centos Linux (2.6.32-131.12.1.el6.x86_64)
+ root (hd2,1)
+ kernel /vmlinuz-2.6.32-131.12.1.el6.x86_64 ro root=UUID=66b960ab-2013-4e86-9ea0-b9d94618394c rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=cf rhgb selinux=0 crashkernel=auto
+nouveau.modeset=0 rdblacklist=nouveau vga=0x37D
+ initrd /initramfs-2.6.32-131.12.1.el6.x86_64.img
+
+title Scientific Linux (2.6.32-131.6.1.el6.x86_64)
+ root (hd2,0)
+ kernel /vmlinuz-2.6.32-131.6.1.el6.x86_64 ro root=UUID=6acb0018-50dc-4e19-8035-cc3e68c05d83 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=cf nomodeset crashkernel=128M rhgb quiet selinux=0
+nouveau.modeset=0 rdblacklist=nouveau
+ initrd /initramfs-2.6.32-131.6.1.el6.x86_64.img
+----------------------------------------------------------------------------------------------------------------------------------------------------------------
+
+timeout 10
+color black/cyan yellow/cyan
+default 0
+
+title 2.6.38.8-server-8.mga
+kernel (hd1,2)/vmlinuz-2.6.38.8-server-8.mga BOOT_IMAGE=2.6.38.8-server-8.mga root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=0 selinux=0 vga=788
+initrd (hd1,2)/initrd-2.6.38.8-server-8.mga.img
+
+title 2.6.38.8-server-6.mga
+kernel (hd1,2)/vmlinuz-2.6.38.8-server-6.mga BOOT_IMAGE=2.6.38.8-server-6.mga root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=0 vga=788
+initrd (hd1,2)/initrd-2.6.38.8-server-6.mga.img
+
+title linux
+kernel (hd1,2)/vmlinuz BOOT_IMAGE=linux root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=0 selinux=0 vga=788
+initrd (hd1,2)/initrd.img
+
+title linux-nonfb
+kernel (hd1,2)/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974
+initrd (hd1,2)/initrd.img
+
+title failsafe
+kernel (hd1,2)/vmlinuz BOOT_IMAGE=failsafe root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a failsafe
+initrd (hd1,2)/initrd.img
+
+title 2.6.38.7-server-1.mga
+kernel (hd1,2)/vmlinuz-2.6.38.7-server-1.mga BOOT_IMAGE=2.6.38.7-server-1.mga root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=silent vga=788
+initrd (hd1,2)/initrd-2.6.38.7-server-1.mga.img
+
+title 2.6.38.8-server-6.mga
+kernel (hd1,2)/vmlinuz-2.6.38.8-server-6.mga BOOT_IMAGE=2.6.38.8-server-6.mga root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=silent vga=788
+initrd (hd1,2)/initrd-2.6.38.8-server-6.mga.img
+
+title Centos Linux (2.6.32-131.12.1.el6.x86_64)
+ root (hd2,1)
+ kernel /vmlinuz-2.6.32-131.12.1.el6.x86_64 ro root=UUID=66b960ab-2013-4e86-9ea0-b9d94618394c rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=cf rhgb selinux=0 crashkernel=auto
+nouveau.modeset=0 rdblacklist=nouveau vga=0x37D
+ initrd /initramfs-2.6.32-131.12.1.el6.x86_64.img
+
+
+title Scientific Linux (2.6.32-131.6.1.el6.x86_64)
+ root (hd2,0)
+ kernel /vmlinuz-2.6.32-131.6.1.el6.x86_64 ro root=UUID=6acb0018-50dc-4e19-8035-cc3e68c05d83 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=fr_FR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=cf nomodeset crashkernel=128M rhgb quiet selinux=0
+nouveau.modeset=0 rdblacklist=nouveau
+ initrd /initramfs-2.6.32-131.6.1.el6.x86_64.img
+
+title 2.6.38.8-server-9.mga
+kernel (hd1,2)/vmlinuz-2.6.38.8-server-9.mga BOOT_IMAGE=2.6.38.8-server-9.mga root=UUID=69fa904e-c5d1-461d-851f-4b8f5c3fae6a nokmsboot resume=UUID=0ca4e00e-69be-4824-be88-f457951aa974 splash=0 selinux=0 vga=788
+initrd (hd1,2)/initrd-2.6.38.8-server-9.mga.img
+
+
+--
+For OS/2 and Linux Software visit
+<A HREF="http://home.comcast.net/~mcatudal">http://home.comcast.net/~mcatudal</A>
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="011088.html">[Mageia-dev] [packages-commits] [192938] wxGTK2.8-devel
+</A></li>
+ <LI>Next message: <A HREF="011097.html">[Mageia-dev] Welcoming Kamil among the Mageia packagers
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#11092">[ date ]</a>
+ <a href="thread.html#11092">[ thread ]</a>
+ <a href="subject.html#11092">[ subject ]</a>
+ <a href="author.html#11092">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>