From: xen user <xen@theorb.net>
To: xen-devel@lists.sourceforge.net
Subject: Re: more bootupproblems with xen
Date: Wed, 23 Jun 2004 13:01:58 -0700 [thread overview]
Message-ID: <40D9E1B6.1060004@theorb.net> (raw)
In-Reply-To: <75A3A1E6-C541-11D8-97FB-000A95B44940@idi.ntnu.no>
Rune Johan Andresen wrote:
> Hi, thanks for answers. Grub can now find the files, but there are even
> a worse nut to solve now:
>
> When booting I get this messages:
>
> Warning: unable to open an initial console.
> Kernel panic: no init found. Try passing init= option to kernel
>
> This is a common failure message in bootup, but I am not sure what I do
> wrong now.
>
> df -k gives:
>
> /dev/hda2 38076936 4064044 etc..
> /dev/hda1 124427 ...... /boot
> none ..... ....... /dev/shm
>
>
> grub conf :
>
> title Xen
>
> root(hd0,0)
> kernel /xen.gz dom0_mem=131072 watchdog noreboot com1=115200 noht
> module /xenolinux.gz root=/dev/hda1 ro console=tty0
Hi Rune,
I've only run 1.0 but I use grub and may have some ideas. The kernel
and module instructions may require a full path. Also, df -k shows
/dev/hda1 as /boot. You need to specify where / lives. I'm guessing
it's /dev/hda2. If so, try this in your grub.conf file.
root(hd0,0)
kernel /boot/xen.gz dom0_mem=131072 watchdog noreboot com1=115200 noht
module /boot/xenolinux.gz root=/dev/hda2 ro console=tty0
Hope that solves the problem.
Mike Wright
>
> Any ideas? I have trried to search for this problem but have not got any
> useful. I am useing the last
> binary stable xen version.
>
> Thank you! :-)
>
> Rune
>
>
>
>
>
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
next prev parent reply other threads:[~2004-06-23 20:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-23 16:56 'ser_baud=xxx' option gone away Keir Fraser
2004-06-23 18:16 ` more bootupproblems with xen Rune Johan Andresen
2004-06-23 20:01 ` xen user [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-06-23 18:54 Neugebauer, Rolf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40D9E1B6.1060004@theorb.net \
--to=xen@theorb.net \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.