Hi! I''ve just installed xen from source (had a prebuilt install before). Just made ''make world'' and ''make install'' and tried to reuse an old domU. But while booting an fsck error appears. ---------------------------- fsck.ext3: No such file or directory while trying to open /dev/hda6 /dev/hda6: The superblock could not be read or does not describe a correct ext2 filesystem. ---------------------------- It seems, that there''s no /dev/hda6, nor any of /dev/hd*. Only a few dozen entries in /dev/ I guess that the problem might be the source install and that the built kernel has only IDE modules. This MIGHT be the problem, i''m not sure. Any ideas to solve it. Shouldn''t it work out of the box, after compiling a stable source system? Thanks David _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Henning Sprang
2006-Aug-15 21:12 UTC
Re: [Xen-users] Fsck failure <- missing /dev/ entries
On 8/14/06, Janke Dávid <janke.david@gmail.com> wrote:> I guess that the problem might be the source install and that the > built kernel has only IDE modules. This MIGHT be the problem, i''m not > sure.By default, the xen sources come with the same config as the pre-built images. AFAIK even the initrd images get created when installing from sources, which is not the case with the binary installs. Did you uninstall cleanly befoire reinstalling from sources? Did you change anything in your config files? Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users