2008/10/8 Bhavesh Kamani <[EMAIL PROTECTED]>
>
> Hi Flavio,
>
> Thanks for you suggestions.
>
> Only thing was missing was /dev/console. I created it using mknod(used major
> and minor similar to my working debian). Now I am able to login in my UML. If
> you don't specify rootfs then it will find
On Mon, Oct 6, 2008 at 6:15 PM, Flavio <[EMAIL PROTECTED]> wrote:
> 2008/10/6 Bhavesh Kamani <[EMAIL PROTECTED]>:
> > Hi Flavio,
> >
> > I am doing "linux mem=128M" to start UML.
> > I tried "linux mem=128M devfs=mount" also, but that is also giving same
> > error.
> >
> > Thanks,
> > Bhavesh.
> >
On Mon, Oct 6, 2008 at 5:55 PM, Flavio <[EMAIL PROTECTED]> wrote:
> 2008/10/6 Bhavesh Kamani <[EMAIL PROTECTED]>
> >
> > Hi Team,
> >
> > I installed a fresh debian etch and doing following steps to setup user
> mode linux :
> > (installed uml kernel and uml utilities from debian etch DVD.)
> >
>
2008/10/6 Bhavesh Kamani <[EMAIL PROTECTED]>:
> Hi Flavio,
>
> I am doing "linux mem=128M" to start UML.
> I tried "linux mem=128M devfs=mount" also, but that is also giving same
> error.
>
> Thanks,
> Bhavesh.
>
>
You should try to do something like this:
linux ubd0=rootfs.debian ubd1=swapfs.debi
Hi Team,
I installed a fresh debian etch and doing following steps to setup user mode
linux :
(installed uml kernel and uml utilities from debian etch DVD.)
1) dd if=/dev/zero of=root_fs bs=1M count=4096
2) mkfs.reiserfs -f root_fs
3) mkdir mounted_root_fs
4) mount root_fs mounted_root_fs -o loop