Re: [uml-user] Trying to bring up UML on 2.6.11 guest, 2.4.27 host

2005-04-14 Thread Blaisorblade
On Thursday 14 April 2005 15:20, Jeff Dike wrote: > On Thu, Apr 14, 2005 at 06:25:31PM +1200, Ian McDonald wrote: > > Aha - that is the solution to my problem on this machine - didn't > > realise that it was a kernel config option on 2.6.x and off by > > default. > > It's not off by default. Just

Re: [uml-user] Trying to bring up UML on 2.6.11 guest, 2.4.27 host

2005-04-14 Thread Jeff Dike
On Thu, Apr 14, 2005 at 06:25:31PM +1200, Ian McDonald wrote: > Aha - that is the solution to my problem on this machine - didn't > realise that it was a kernel config option on 2.6.x and off by > default. It's not off by default. Just if you don't copy arch/um/defconfig to .config before doing a

Re: [uml-user] Trying to bring up UML on 2.6.11 guest, 2.4.27 host

2005-04-13 Thread Ian McDonald
Aha - that is the solution to my problem on this machine - didn't realise that it was a kernel config option on 2.6.x and off by default. Then had the following which was due to me not setting character devices up in kernel options: "Using a channel type which is configured out of UML" multiple ty

Re: [uml-user] Trying to bring up UML on 2.6.11 guest, 2.4.27 host

2005-04-13 Thread jdike
On Wed, Apr 13, 2005 at 02:12:17PM +1200, Ian McDonald wrote: > Below is the startup script I use for running a 2.4.27 guest on a > 2.4.27 host and it works fine. (NB Host is bog standard with no SKAS > etc and I can't alter) > VFS: Cannot open root device "98:0" or unknown-block(98,0) > Pleas

Re: [uml-user] Trying to bring up UML on 2.6.11 guest, 2.4.27 host

2005-04-13 Thread Rus Foster
On Wed, 13 Apr 2005, Ian McDonald wrote: > Hi there, > > I feel like I am losing my marbles but I am probably making a really > simple mistake... In your /etc/fstab on the guest try using /dev/udba instead of /dev/udb0. Its basically subbing udb0 for ubda in some way but it seems to change wit