Re: [uml-user] Boot problem

2006-10-26 Thread Nix
On 26 Oct 2006, [EMAIL PROTECTED] uttered the following: > On Wednesday 25 October 2006 23:37, Nix wrote: >> On 25 Oct 2006, Christopher Marshall verbalised: >> > Thanks for all the information about initramfs, that was a very >> > informative post. >> >> I can but try. :) > Have you got a UML+init

Re: [uml-user] Boot problem

2006-10-25 Thread Blaisorblade
On Wednesday 25 October 2006 23:37, Nix wrote: > On 25 Oct 2006, Christopher Marshall verbalised: > > Thanks for all the information about initramfs, that was a very > > informative post. > > I can but try. :) Have you got a UML+initramfs kernel? Ah ok, you embedded the initramfs... my personal bu

Re: [uml-user] Boot problem

2006-10-25 Thread Nix
On 25 Oct 2006, Christopher Marshall verbalised: > Thanks for all the information about initramfs, that was a very informative > post. I can but try. :) I've stuck my boot scripts online at . I don't know if they'll be any use, but at least it give

Re: [uml-user] Boot problem

2006-10-25 Thread Christopher Marshall
--- Nix <[EMAIL PROTECTED]> wrote: > > (switch_root is a tool in busybox that recursively deletes everything on > the same filesystem as /, as initramfses are nonswappable and anything > left there will eat memory forever. Then it chroots to the new > filesystem and exec's init. --- so look out,

Re: [uml-user] Boot problem

2006-10-24 Thread Nix
On 12 Oct 2006, Christopher Marshall told this: > The other thing you can try is to make a simple initrd file with some > busybox commands in it, enough to give you the ash shell and some > commands like mount, pivot_root, chroot, so you can try to mount the > root filesystem yourself then pivot_ro

Re: [uml-user] Boot problem

2006-10-14 Thread Flavio
Sorry for answering so late... I got a report from another people for the samebug and it seems caused by the tls/x86-64-support in -bb1. there's one suspicious spot in it which I had to check (one initcall return value, but itseems ok). I'll go verify what is happening there (maybe, simply, its TLS

Re: [uml-user] Boot problem

2006-10-13 Thread Blaisorblade
On Wednesday 11 October 2006 21:33, Flavio wrote: > I want to post entire boot message to help you to see better my problem. > Maybe I posted not sufficient elements: Sorry for answering so late... I got a report from another people for the same bug and it seems caused by the tls/x86-64-support i

Re: [uml-user] Boot problem

2006-10-12 Thread Flavio
OK! Thank you. I checked my packages status and I already have busybox installed on my Gentoo Linux.What can I do now?2006/10/12, Antoine Martin < [EMAIL PROTECTED]>:> The other thing you can try is to make a simple initrd file with some >> busybox >>> I don't have any idea to do that. I do

Re: [uml-user] Boot problem

2006-10-12 Thread Antoine Martin
> The other thing you can try is to make a simple initrd file with some >> busybox > > > I don't have any idea to do that. I don't know procedures of any type in > this case. You can download one ready-made here: http://uml.nagafix.co.uk/busybox/

Re: [uml-user] Boot problem

2006-10-12 Thread Flavio
Thank you so much Christopher,I tried to add init="/sbin/init -i" to my kernel command line, but boot process hangs.[...]Initializing software serial port version 1 ubda: unknown partition table  ubdb: unknown partition tablekjournald starting.  Commit interval 5 secondsEXT3-fs: mounted filesystem

Re: [uml-user] Boot problem

2006-10-12 Thread Christopher Marshall
I have seen this message from /sbin/init before when I was experimenting with writing my own initrd.gz in slackware. It didn't actually have anything to do with UML. I am not sure why you would be getting this error message seeing as how you are not using an initrd.gz file. You can get this m

Re: [uml-user] Boot problem

2006-10-11 Thread Flavio
I want to post entire boot message to help you to see better my problem.Maybe I posted not sufficient elements: $ src/linux-2.6.18/linux ubd0=rootfs.debian.etch ubd1=swapfs.debian eth0=tuntap,,,192.168.1.101 noprocmm mem=512M Checking that ptrace can change system call numbers...OKChecking syscall

Re: [uml-user] Boot problem

2006-10-10 Thread Flavio
Is there really no space between the "eth0=tuntap,,, 192.168.1.101" and"noprocmm"?  If so, that would cetainly break something.JeffNo there isn't. I don't know why copy & paste cause this effect on the mail message. I also added mem=512M parameter, but I'm getting th

Re: [uml-user] Boot problem

2006-10-09 Thread Jeff Dike
On Fri, Oct 06, 2006 at 09:09:24PM +0200, Flavio wrote: > This is my command line: > linux ubd0=rootfs.debian.etch ubd1=swapfs.debian > eth0=tuntap,,,192.168.1.101noprocmm Is there really no space between the "eth0=tuntap,,,192.168.1.101" and "noprocmm"? If so, that would cetainly break something

Re: [uml-user] Boot problem

2006-10-06 Thread Flavio
2006/10/6, Christopher Marshall <[EMAIL PROTECTED]>: Flavio:What is your uml command line?This is my command line:linux ubd0=rootfs.debian.etch ubd1=swapfs.debian eth0=tuntap,,,192.168.1.101 noprocmm this is the same command line I use with another working kernel. Above "linux" executable is referr

Re: [uml-user] Boot problem

2006-10-06 Thread Christopher Marshall
Flavio: What is your uml command line? It looks like the kernel's command line for invoking init is wrong. Are you using an initrd file whose linuxrc script explicitly invokes init? Does the end of your linuxrc have a pivot_root + chroot sequence in it? If so, try invoking init like this: /sb