Hi,

While booting UML, I'm getting this error:

     Mounting local filesystems...failed.

The host is Debian Sarge with Etch's user-mode-linux package installed.
  I created an LVM partition, formatted it with ext3, mounted it and
executed debootstrap a such:

sudo debootstrap --include=ssh,udev etch $MOUNT
http://ftp.us.debian.org/debian

I then edited $MOUNT/etc/fstab too look like this:

/dev/ubda   /       ext3    defaults    0   1
/dev/ubdb   none    swap    sw          0   0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0

also setup timezone, lo and hostname

This I copied over the kernel libs:

sudo cp -Rp /usr/lib/uml/modules/* $MOUNT/lib/modules/

unmount $MOUNT

and executed the uml:

sudo /usr/bin/linux ubda=/dev/vg2/uml ubdb=/dev/vg2/uml_swap mem=128M

Everything looks fine on boot except the mounting of the local
filesystems.  Here's a bit more of the output:

Initializing software serial port version 1
  ubda: unknown partition table
  ubdb: unknown partition table
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
line_ioctl: tty0: ioctl KDSIGACCEPT called
INIT: version 2.86 booting
Starting the hotplug events dispatcher: udevd.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...done.
Activating swap...Adding 1048568k swap on /dev/ubdb.  Priority:-1
extents:1 across:1048568k
done.
Checking root file system...fsck 1.40-WIP (14-Nov-2006)
/dev/ubda: clean, 8476/524288 files, 112031/1048576 blocks
done.
EXT3 FS on ubda, internal journal
Setting the system clock..
hwclock is unable to get I/O port access:  the iopl(3) call failed.
Cleaning up ifupdown....
Loading kernel modules...done.
Loading device-mapper support.
Checking file systems...fsck 1.40-WIP (14-Nov-2006)
done.
Setting kernel variables...done.
Mounting local filesystems...failed.
Activating swapfile swap...done.


Notice that ubda looks fine in previous messages.  I can't figure out
the reason for the failure.

Randall




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to