Hi, I installed the Xen 2.0 successfully,but I met following problems when booting up Xen: Boot-NFS: No NFS Server available, giving up NFS: Unable to mount root fs via NFS, trying floppy Can anyone help on this? Thanks very much! -Ning
> Hi, > > I installed the Xen 2.0 successfully,but I met following problems when > booting up Xen: > Boot-NFS: No NFS Server available, giving up > NFS: Unable to mount root fs via NFS, trying floppyThis is booting domain 0, rather than starting other domains, right? It probably means that the default kernel doesn''t contain a device driver for your disk controller. Is it some unusual scsi or sata controller? Try enabling it in the xen0 kernel config and rebuilding. If you look in the full boot messages you should see if any hardware is being discovered. Ian ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Ian, Thanks for reply. I use a dell 650 workstation, I guess Xen did not find a driver for my scsi controller. Your suggestions is too simple. How can fix it ? Thanks, -Ning -----Original Message----- From: Ian Pratt [mailto:Ian.Pratt@cl.cam.ac.uk] Sent: Tuesday, December 21, 2004 6:29 PM To: Sun, Ning Cc: xen-devel@lists.sourceforge.net; Ian.Pratt@cl.cam.ac.uk Subject: Re: [Xen-devel] ask help on booting Xen> Hi, > > I installed the Xen 2.0 successfully,but I met following problems when> booting up Xen: > Boot-NFS: No NFS Server available, giving up > NFS: Unable to mount root fs via NFS, trying floppyThis is booting domain 0, rather than starting other domains, right? It probably means that the default kernel doesn''t contain a device driver for your disk controller. Is it some unusual scsi or sata controller? Try enabling it in the xen0 kernel config and rebuilding. If you look in the full boot messages you should see if any hardware is being discovered. Ian ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> > Ian, > > Thanks for reply. > I use a dell 650 workstation, I guess Xen did not find a driver for my > scsi controller. > Your suggestions is too simple. > How can fix it ?What driver does the card need under native Linux? You''ll need to enable this in the xen0 kernel. Ian ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Check your grub config file. You xen entry should look something like this: title Xen 2.0 / XenLinux 2.6.9 root (hd0,2) kernel /boot/xen.gz root=/dev/hdc3 dom0_mem=512000 console=vga module /boot/vmlinuz-2.6.9-xen0 ro root=/dev/hdc3 console=tty0 module /boot/initrd-2.6.9-xen0.img Sun, Ning wrote:>Hi, > >I installed the Xen 2.0 successfully,but I met following problems when >booting up Xen: >Boot-NFS: No NFS Server available, giving up >NFS: Unable to mount root fs via NFS, trying floppy > >Can anyone help on this? > >Thanks very much! > >-Ning > > > > > > > >------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
I met a problem when booting xen in dom0, the out is like this: md:.. autorun Done. Root-NFS: No NFS server available, giving up. VFS: Unable to mount root fs via NFS, trying floppy. VFS: Insert root floop and press ENTER. my grub is like this: title xen 2.0 / Xenlinux 2.6.9 kernel /boot/xen.gz dom0_men=131072 module /boot/vmlinuz-2.6.9-xen0 root=/dev/sda4 ro console=tty0 My machine is Dell workstation 650, scsi controller is LSI Logic 53C1030, my linux is redhat AS 3.0 Is there anything wrong with my grub? How can I fix this problem? Thanks, -Ning -----Original Message----- From: xen-devel-admin@lists.sourceforge.net [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of Derek Glidden Sent: Wednesday, January 12, 2005 10:03 AM To: Xen List Subject: [Xen-devel] -testing goes to 100% Built and installed 2.0-testing from tarball as of today against 2.6.10 patches for Dom0, and xend takes the CPU to 100% and leaves it there. Dropping back down to 2.0.2/2.6.9 makes it all appear business-as-usual so far. Any "xm" commands go off into lala land without ever returning, but do respond to CTRL-C as one might expect and bring you back to the command-prompt. Base system is gentoo. Athlon-XP. My own kernel configs and not the ones built by xen, but the same config is used for 2.0.2/2.6.9 with no problems. (I used "make oldconfig" to build the -testing binaries.) Anything I can do to instrument this and see where the problem may lie? ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Looks like your scsi driver isn''t compiled into the kernel. Not sure what driver you need for a 53C1030, maybe CONFIG_SCSI_SYM53C8XX_2 You''ll have to pull the source tar ball and follow the instructions for configuring your kernel. Ian> -----Original Message----- > From: xen-devel-admin@lists.sourceforge.net > [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of Sun, Ning > Sent: 12 January 2005 08:44 > To: Derek Glidden; Xen List > Subject: [Xen-devel] ask help on booting xen > > > I met a problem when booting xen in dom0, the out is like this: > md:.. autorun Done. > Root-NFS: No NFS server available, giving up. > VFS: Unable to mount root fs via NFS, trying floppy. > VFS: Insert root floop and press ENTER. > > my grub is like this: > title xen 2.0 / Xenlinux 2.6.9 > kernel /boot/xen.gz dom0_men=131072 > module /boot/vmlinuz-2.6.9-xen0 root=/dev/sda4 ro console=tty0 > > My machine is Dell workstation 650, scsi controller is LSI Logic > 53C1030, my linux is redhat AS 3.0 > > Is there anything wrong with my grub? > How can I fix this problem? > > Thanks, > -Ning > > -----Original Message----- > From: xen-devel-admin@lists.sourceforge.net > [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of Derek > Glidden > Sent: Wednesday, January 12, 2005 10:03 AM > To: Xen List > Subject: [Xen-devel] -testing goes to 100% > > Built and installed 2.0-testing from tarball as of today > against 2.6.10 > patches for Dom0, and xend takes the CPU to 100% and leaves it there. > Dropping back down to 2.0.2/2.6.9 makes it all appear > business-as-usual > so far. > > Any "xm" commands go off into lala land without ever > returning, but do > respond to CTRL-C as one might expect and bring you back to the > command-prompt. > > Base system is gentoo. Athlon-XP. My own kernel configs and not the > ones built by xen, but the same config is used for > 2.0.2/2.6.9 with no > problems. (I used "make oldconfig" to build the -testing binaries.) > > Anything I can do to instrument this and see where the > problem may lie? > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel >------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
When I use redhat AS 3.0 the scsi driver for 53c1030 is mptscsih when I build 2.6.9 kernel for my dell 650 machine, MPTbase module can not be found in the kernel, MPTbase module will be used by mptscsih. It is same when I build xen/xenlinux 2.6.9. thanks, -Ning -----Original Message----- From: xen-devel-admin@lists.sourceforge.net [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of Ian Pratt Sent: Wednesday, January 12, 2005 5:15 PM To: Sun, Ning; Derek Glidden; Xen List Subject: RE: [Xen-devel] ask help on booting xen Looks like your scsi driver isn''t compiled into the kernel. Not sure what driver you need for a 53C1030, maybe CONFIG_SCSI_SYM53C8XX_2 You''ll have to pull the source tar ball and follow the instructions for configuring your kernel. Ian> -----Original Message----- > From: xen-devel-admin@lists.sourceforge.net > [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of Sun, Ning > Sent: 12 January 2005 08:44 > To: Derek Glidden; Xen List > Subject: [Xen-devel] ask help on booting xen > > > I met a problem when booting xen in dom0, the out is like this: > md:.. autorun Done. > Root-NFS: No NFS server available, giving up. > VFS: Unable to mount root fs via NFS, trying floppy. > VFS: Insert root floop and press ENTER. > > my grub is like this: > title xen 2.0 / Xenlinux 2.6.9 > kernel /boot/xen.gz dom0_men=131072 > module /boot/vmlinuz-2.6.9-xen0 root=/dev/sda4 ro console=tty0 > > My machine is Dell workstation 650, scsi controller is LSI Logic > 53C1030, my linux is redhat AS 3.0 > > Is there anything wrong with my grub? > How can I fix this problem? > > Thanks, > -Ning > > -----Original Message----- > From: xen-devel-admin@lists.sourceforge.net > [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of Derek > Glidden > Sent: Wednesday, January 12, 2005 10:03 AM > To: Xen List > Subject: [Xen-devel] -testing goes to 100% > > Built and installed 2.0-testing from tarball as of today > against 2.6.10 > patches for Dom0, and xend takes the CPU to 100% and leaves it there. > Dropping back down to 2.0.2/2.6.9 makes it all appear > business-as-usual > so far. > > Any "xm" commands go off into lala land without ever > returning, but do > respond to CTRL-C as one might expect and bring you back to the > command-prompt. > > Base system is gentoo. Athlon-XP. My own kernel configs and not the > ones built by xen, but the same config is used for > 2.0.2/2.6.9 with no > problems. (I used "make oldconfig" to build the -testing binaries.) > > Anything I can do to instrument this and see where the > problem may lie? > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel >------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Hi I configed my system by following the suggestions. When I boot xen0, the following error msg printed on the screen: kernel panic-not syncing:VFS:Unable to mount on unknown block(8,4). How can I fix this problem? Thanks, Ning -----Original Message----- From: xen-devel-admin@lists.sourceforge.net [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of Ian Pratt Sent: Wednesday, January 12, 2005 5:15 PM To: Sun, Ning; Derek Glidden; Xen List Subject: RE: [Xen-devel] ask help on booting xen Looks like your scsi driver isn''t compiled into the kernel. Not sure what driver you need for a 53C1030, maybe CONFIG_SCSI_SYM53C8XX_2 You''ll have to pull the source tar ball and follow the instructions for configuring your kernel. Ian> -----Original Message----- > From: xen-devel-admin@lists.sourceforge.net > [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of Sun, Ning > Sent: 12 January 2005 08:44 > To: Derek Glidden; Xen List > Subject: [Xen-devel] ask help on booting xen > > > I met a problem when booting xen in dom0, the out is like this: > md:.. autorun Done. > Root-NFS: No NFS server available, giving up. > VFS: Unable to mount root fs via NFS, trying floppy. > VFS: Insert root floop and press ENTER. > > my grub is like this: > title xen 2.0 / Xenlinux 2.6.9 > kernel /boot/xen.gz dom0_men=131072 > module /boot/vmlinuz-2.6.9-xen0 root=/dev/sda4 ro console=tty0 > > My machine is Dell workstation 650, scsi controller is LSI Logic > 53C1030, my linux is redhat AS 3.0 > > Is there anything wrong with my grub? > How can I fix this problem? > > Thanks, > -Ning > > -----Original Message----- > From: xen-devel-admin@lists.sourceforge.net > [mailto:xen-devel-admin@lists.sourceforge.net] On Behalf Of Derek > Glidden > Sent: Wednesday, January 12, 2005 10:03 AM > To: Xen List > Subject: [Xen-devel] -testing goes to 100% > > Built and installed 2.0-testing from tarball as of today > against 2.6.10 > patches for Dom0, and xend takes the CPU to 100% and leaves it there. > Dropping back down to 2.0.2/2.6.9 makes it all appear > business-as-usual > so far. > > Any "xm" commands go off into lala land without ever > returning, but do > respond to CTRL-C as one might expect and bring you back to the > command-prompt. > > Base system is gentoo. Athlon-XP. My own kernel configs and not the > ones built by xen, but the same config is used for > 2.0.2/2.6.9 with no > problems. (I used "make oldconfig" to build the -testing binaries.) > > Anything I can do to instrument this and see where the > problem may lie? > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel >------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
David F Barrera <dfbp <at> us.ibm.com> writes:> > Check your grub config file. You xen entry should look something like this: > > title Xen 2.0 / XenLinux 2.6.9 > root (hd0,2) > kernel /boot/xen.gz root=/dev/hdc3 dom0_mem=512000 console=vga > module /boot/vmlinuz-2.6.9-xen0 ro root=/dev/hdc3 console=tty0 > module /boot/initrd-2.6.9-xen0.img >I have the same problem as Ning has reported. Please be gentle, as I''m a Linux newbie ;-) Re: David''s advice below, this seems straightforward, and is what I expected from Appendix B in the Xen user manual, but I do not have the initrd-2.6.x-xen0.img file. Presumably I can create it, but how? Is anyone prepared to hold my and through this? Thanks in advance... Quinton ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel