summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/2012-July/008252.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-discuss/2012-July/008252.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-July/008252.html')
-rw-r--r--zarb-ml/mageia-discuss/2012-July/008252.html140
1 files changed, 140 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-July/008252.html b/zarb-ml/mageia-discuss/2012-July/008252.html
new file mode 100644
index 000000000..ac6915247
--- /dev/null
+++ b/zarb-ml/mageia-discuss/2012-July/008252.html
@@ -0,0 +1,140 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-discuss] xen and grub
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20xen%20and%20grub&In-Reply-To=%3C4076103.V2EJFI1Zuj%40localhost%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="008249.html">
+ <LINK REL="Next" HREF="008270.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-discuss] xen and grub</H1>
+ <B>AL13N</B>
+ <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20xen%20and%20grub&In-Reply-To=%3C4076103.V2EJFI1Zuj%40localhost%3E"
+ TITLE="[Mageia-discuss] xen and grub">alien at rmail.be
+ </A><BR>
+ <I>Sat Jul 14 10:49:35 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="008249.html">[Mageia-discuss] xen and grub
+</A></li>
+ <LI>Next message: <A HREF="008270.html">[Mageia-discuss] One-Wire Home Temperature Network with Linux
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8252">[ date ]</a>
+ <a href="thread.html#8252">[ thread ]</a>
+ <a href="subject.html#8252">[ subject ]</a>
+ <a href="author.html#8252">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Op zaterdag 14 juli 2012 04:23:13 schreef Jim Whitby:
+&gt;<i> On 07/14/2012 02:29 AM, andre999 wrote:
+</I>&gt;<i> &lt;snip&gt;
+</I>&gt;<i>
+</I>&gt;<i> &gt; As Al13n says, we'd really appreciate you joining QA to test Xen for QA.
+</I>&gt;<i> &gt; Or the packaging team to package Xen.
+</I>&gt;<i>
+</I>&gt;<i> If I can get enough info to make it run.
+</I>&gt;<i> I'd be happy to join QA for xen.
+</I>&gt;<i>
+</I>&gt;<i> If I can install/run it. *Anyone* can.
+</I>&gt;<i>
+</I>&gt;<i> I'm not a programmer and have no interest in becoming one.
+</I>
+packagers are not programmers. but we do need some pre-release testing and xen
+isn't that easy to test without the proper hardware for it.
+
+&gt;<i> &gt; Regards :)
+</I>&gt;<i>
+</I>&gt;<i> I did find an answer to my original problem.
+</I>&gt;<i> I found a how-to for centos6.2 which was a big help figuring out the
+</I>&gt;<i> grub entry.
+</I>&gt;<i>
+</I>&gt;<i> The grub entry should look like this:
+</I>&gt;<i>
+</I>&gt;<i> title Xen 3.0 / XenLinux 2.6
+</I>&gt;<i> kernel (hd0,4)/boot/xen.gz dom0_mem=1024M
+</I>&gt;<i> module (hd0,4)/boot/vmlinuz
+</I>&gt;<i> root=UUID=454ead11-1953-4c3e-918b-b5d0f1bceb17 splash quiet nokmsboot
+</I>&gt;<i> module (hd0,4)/boot/initrd.img
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Which is a modified mg2 entry.
+</I>&gt;<i> The above will allow xen to boot.
+</I>&gt;<i>
+</I>&gt;<i> I also figured out I need to make the xen* init scripts active!
+</I>
+iirc, not all init scripts need to be started. xend is not one that is needed.
+
+&gt;<i> Having done that. I had a system that would boot in about 35 minutes.
+</I>
+that's way too long, since we're now using systemd, would it be possible to
+install bootchart and reconfigure with dracut your initrd, to find out why it's
+taking so long to boot?
+
+&gt;<i> Needless to say, without *much* more info on what needs doing, I removed
+</I>&gt;<i> all of it.
+</I>&gt;<i> Possibly the network configuration is partly at fault ( well, I'm sure
+</I>&gt;<i> it is, I just don't know for sure what to do about it ).
+</I>
+the new xen should rely on a bridge being made in the system config (i think)
+
+&gt;<i> I looked at the centos stuff, but not sure how much is applicable on mg2.
+</I>&gt;<i>
+</I>&gt;<i> Jim
+</I>
+I know a bit about it, but i haven't been able to test it much. I wish i
+could, and i have a machine at work i can do it for, but it'll take months
+before i have the time to test it :-( (too much work at work)
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="008249.html">[Mageia-discuss] xen and grub
+</A></li>
+ <LI>Next message: <A HREF="008270.html">[Mageia-discuss] One-Wire Home Temperature Network with Linux
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#8252">[ date ]</a>
+ <a href="thread.html#8252">[ thread ]</a>
+ <a href="subject.html#8252">[ subject ]</a>
+ <a href="author.html#8252">[ 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>