* Start Domain 0
@ 2004-04-27 21:49 Cong Du
2004-04-27 21:28 ` xen user
0 siblings, 1 reply; 2+ messages in thread
From: Cong Du @ 2004-04-27 21:49 UTC (permalink / raw)
To: xen-devel@lists.sourceforge.net
Hello,
I am a newbie in this forum. I am building Xen from source code. I want have built the Xen and xenolinux-2.4.26 and have install the xen.gz and xenolinux-2.4.26.gz to the /boot. Here is my boot entry:
#I have /boot as /dev/hda3:
title Xen 1.2 / XenoLinux 2.4.26
root (hd0,2)
kernel /xen.gz dom0_mem=262144 ser_baud=115200 noht
module /xenolinux.gz root=/dev/hda5 console=tty0
#/dev/hda5 is the / directory
When I am booting with this entry
I got the following:
modprobe: Can't open dependencies file /lib/modules/2.4.26-xeno/modules/dep (No such file or directory)
Checking root filesystem
/dev/hda5 is mounted. e2fsck: Cannot continue, aborting.
[FAILED]
*** An error occurred during the file system check.
..
I checked and found the the directory /lib/modules/2.4.26-xeno is NOT there. When should I suppose to build this directory or where can I find it?
Thanks,
Best regards.
Cong Du
ducong@iit.edu
2004-04-27
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Start Domain 0
2004-04-27 21:49 Start Domain 0 Cong Du
@ 2004-04-27 21:28 ` xen user
0 siblings, 0 replies; 2+ messages in thread
From: xen user @ 2004-04-27 21:28 UTC (permalink / raw)
To: xen-devel
Cong Du wrote:
> Hello,
>
> I am a newbie in this forum. I am building Xen from source code. I want have built the Xen and xenolinux-2.4.26 and have install the xen.gz and xenolinux-2.4.26.gz to the /boot. Here is my boot entry:
>
> #I have /boot as /dev/hda3:
>
> title Xen 1.2 / XenoLinux 2.4.26
> root (hd0,2)
> kernel /xen.gz dom0_mem=262144 ser_baud=115200 noht
> module /xenolinux.gz root=/dev/hda5 console=tty0
>
> #/dev/hda5 is the / directory
> When I am booting with this entry
> I got the following:
>
> modprobe: Can't open dependencies file /lib/modules/2.4.26-xeno/modules/dep (No such file or directory)
> Checking root filesystem
> /dev/hda5 is mounted. e2fsck: Cannot continue, aborting.
Hi Cong Du,
The modprobe line is just a warning. I think the real problem is the
next line where it is "Checking root filesystem" and warns that
/dev/hda5 is *already* mounted. I think you may need to add "ro" (read
only) to this line:
module /xenolinux.gz ro root=/dev/hda5 console=tty0
Hope that is the solution,
Mike Wright
>
> [FAILED]
>
> *** An error occurred during the file system check.
>
> ..
>
> I checked and found the the directory /lib/modules/2.4.26-xeno is NOT there. When should I suppose to build this directory or where can I find it?
>
> Thanks,
>
>
> Best regards.
>
> Cong Du
> ducong@iit.edu
> 2004-04-27
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
>
>
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-27 21:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-27 21:49 Start Domain 0 Cong Du
2004-04-27 21:28 ` xen user
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.