[uml-user] problem with uml / busybox booting up
This is my goal: Create a simplistic, bootable linux file system using busybox. ~:$ file /bin/busybox /bin/busybox: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.8, statically linked, stripped Here are my errors: ~/uml/fs:$ ../script &> script-log ~/uml/fs:$ ls hd mnt script-log ~/uml/fs:$ ../linux-2.6.29/linux ubda=hd init=sh &> linux-log Segmentation fault ~/uml/fs:$ Attached are: script --> from ../script ; creates the file system script-log --> messages from generating the file system linux-log --> messages from trying to run uml Thanks! script Description: Binary data linux-log Description: Binary data script-log Description: Binary data -- ___ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
Re: [uml-user] problem with uml / busybox booting up
Nevermind, got it working now. :-) On Thu, Mar 26, 2009 at 4:03 AM, lowly coder wrote: > This is my goal: > Create a simplistic, bootable linux file system using busybox. > > ~:$ file /bin/busybox > /bin/busybox: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for > GNU/Linux 2.6.8, statically linked, stripped > > > Here are my errors: > > ~/uml/fs:$ ../script &> script-log > ~/uml/fs:$ ls > hd mnt script-log > ~/uml/fs:$ ../linux-2.6.29/linux ubda=hd init=sh &> linux-log > Segmentation fault > ~/uml/fs:$ > > Attached are: > script --> from ../script ; creates the file system > script-log --> messages from generating the file system > linux-log --> messages from trying to run uml > > Thanks! > -- ___ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
Re: [uml-user] problem with uml / busybox booting up
Unrelated to 64bits. It worked after I create a /dev/console. I suspect: * no /dev/console * sh exits? * init exits On Thu, Mar 26, 2009 at 4:03 PM, lanas wrote: > On Thu, 26 Mar 2009 04:53:46 -0700, > lowly coder wrote : > > > Nevermind, got it working now. :-) > > Did it had anything to do with busybox being 64 bits ? > > > > > On Thu, Mar 26, 2009 at 4:03 AM, lowly coder > > wrote: > > > > > This is my goal: > > > Create a simplistic, bootable linux file system using busybox. > > > > > > ~:$ file /bin/busybox > > > /bin/busybox: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), > > > for GNU/Linux 2.6.8, statically linked, stripped > > > > > > > > > Here are my errors: > > > > > > ~/uml/fs:$ ../script &> script-log > > > ~/uml/fs:$ ls > > > hd mnt script-log > > > ~/uml/fs:$ ../linux-2.6.29/linux ubda=hd init=sh &> linux-log > > > Segmentation fault > > > ~/uml/fs:$ > > > > > > Attached are: > > > script --> from ../script ; creates the file system > > > script-log --> messages from generating the file system > > > linux-log --> messages from trying to run uml > > > > > > Thanks! > > > > > > -- > ___ > User-mode-linux-user mailing list > User-mode-linux-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user > -- ___ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user