[uClibc] debian root_fs_i386.bz2 problems

Erik Andersen andersen at codepoet.org
Tue Jan 13 05:47:13 UTC 2004


On Mon Jan 12, 2004 at 11:17:40PM -0500, darrin001 at sympatico.ca wrote:
> > And here they are:
> > 
> > mount -t ext2 -o loop=/dev/loop0 /path/to/root_fs /mnt
> > 
> > cd /mnt
> > 
> > chroot /mnt /usr/bin/env -i HOME=/root TERM=$TERM /bin/bash --login
> 
> Thanks for the quick response, Ken.  Unfortunately, this didn't work for me.  I've pasted in the output below.
> 
> raskolnikov:/mnt/hdc3/uclib# mount -t ext2 -o loop=/dev/loop0 root_fs_i386 root_fs
> raskolnikov:/mnt/hdc3/uclib# cd root_fs
> raskolnikov:/mnt/hdc3/uclib/root_fs# ls
> bin  etc   lib      lost+found  opt   root  tmp  var
> dev  home  linuxrc  mnt         proc  sbin  usr

Try this:

mount root_fs_i386 /mnt -t ext2 -o loop
cd /mnt
chroot /mnt /bin/sh
su -

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list