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
Excuse me, I forgot to reply to the list.
Flavio
-- Forwarded message --
From: Flavio <[EMAIL PROTECTED]>
Date: 2008/10/6
Subject: Re: [uml-user] Warning: unable to open initial console.
To: Bhavesh Kamani <[EMAIL PROTECTED]>
2008/10/6 Bhavesh Kamani <[EMAIL PROTECTED]>
>
> Hi T
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