diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-discuss/2012-July/008246.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-July/008246.html')
-rw-r--r-- | zarb-ml/mageia-discuss/2012-July/008246.html | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-July/008246.html b/zarb-ml/mageia-discuss/2012-July/008246.html new file mode 100644 index 000000000..b44991cde --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-July/008246.html @@ -0,0 +1,129 @@ +<!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=%3C500111B0.2050806%40laposte.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008245.html"> + <LINK REL="Next" HREF="008249.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] xen and grub</H1> + <B>andre999</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20xen%20and%20grub&In-Reply-To=%3C500111B0.2050806%40laposte.net%3E" + TITLE="[Mageia-discuss] xen and grub">andre999mga at laposte.net + </A><BR> + <I>Sat Jul 14 08:29:04 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008245.html">[Mageia-discuss] xen and grub +</A></li> + <LI>Next message: <A HREF="008249.html">[Mageia-discuss] xen and grub +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8246">[ date ]</a> + <a href="thread.html#8246">[ thread ]</a> + <a href="subject.html#8246">[ subject ]</a> + <a href="author.html#8246">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Jim Whitby a écrit : +><i> Trying to create a grub entry for zen. +</I>><i> +</I>><i> I have the following at present. +</I>><i> +</I>><i> title Xen 3.0 / XenLinux 2.6 +</I>><i> root (hd0,4) +</I>><i> kernel /boot/xen.gz dom0_mem=512000 +</I>><i> module /boot/vmlinuz-3.3.6-server-2.mga2 ro +</I>><i> +</I>><i> xen boots, but vmlinuz panics with ( as far as I can see ) +</I>><i> failure to mount unknown fs on 0,0 +</I>><i> +</I>><i> The fs is xfs, which shouldn't be the problem. Not sure what the 0,0 +</I>><i> refers to, xen or vmzinuz or ?. +</I>><i> +</I>><i> This is a mg2 x64 install. I was kinda surprised that a grub entry was +</I>><i> not created by installing xen. +</I>><i> +</I>><i> Anyway, does anyone have any advice on how to setup grub for xen? +</I>><i> +</I>grub looks for vmlinuz and the kernel in /boot in the same partition. +your grub is configured to boot to (0,4) which is sda5 +(0,0) would be the first partition of the first disk, or sda1. +So some wild guesses : +- check that /boot is on sda5 +- check that there is a formatted partition on sda1 +- assuming that you are using a typical MBR- partitioned disk, sda5 +would be in an extended partition. It may be that xfs has problems +booting to extended partitions. +- maybe the dom0 means that it expects to put a file on the first +partition, sda1. +Is this partition big enough ? Or is 512k big enough ? Does it have +the right partition type ? + +These are all wild guesses, as I'm not at familiar with Xen. + +As Al13n says, we'd really appreciate you joining QA to test Xen for QA. +Or the packaging team to package Xen. + +Regards :) + +-- +André + +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008245.html">[Mageia-discuss] xen and grub +</A></li> + <LI>Next message: <A HREF="008249.html">[Mageia-discuss] xen and grub +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8246">[ date ]</a> + <a href="thread.html#8246">[ thread ]</a> + <a href="subject.html#8246">[ subject ]</a> + <a href="author.html#8246">[ 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> |