public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Problem with chroot while installation
@ 2001-06-12 10:34 Enrico Zschemisch
  2001-06-12 15:36 ` Mikael Hallendal
  0 siblings, 1 reply; 6+ messages in thread
From: Enrico Zschemisch @ 2001-06-12 10:34 UTC (permalink / raw
  To: gentoo-dev

Hi,

I tried to install gentoo linux with the boot floppy and the sys tarball.
Everything was ok, until I tried to "chroot /mnt/gentoo". I get this error
message: chroot. TERM=linux: no such file or directory

can anybody give me a hint how to solve this problem, please? thanks.


ciao enrico


PS: Sorry for my bad english, but i´m german :|




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Problem with chroot while installation
  2001-06-12 10:34 [gentoo-dev] Problem with chroot while installation Enrico Zschemisch
@ 2001-06-12 15:36 ` Mikael Hallendal
  2001-06-13 12:30   ` Enrico Zschemisch
  0 siblings, 1 reply; 6+ messages in thread
From: Mikael Hallendal @ 2001-06-12 15:36 UTC (permalink / raw
  To: gentoo-dev

"Enrico Zschemisch" <dirtbag@gmx.li> writes:

Hi!

Have you tried, "chroot /mnt/gentoo /bin/bash", it should use
(according to chroot manpage) /bin/sh if you haven't given the second
argument. But perhaps your chroot doesn't do that. Worth a try anyway.

Good luck,
Mikael Hallendal

> Hi,
> 
> I tried to install gentoo linux with the boot floppy and the sys
> tarball.  Everything was ok, until I tried to "chroot /mnt/gentoo". I
> get this error message: chroot. TERM=linux: no such file or directory
> 
> can anybody give me a hint how to solve this problem, please? thanks.
> 
> 
> ciao enrico
> 
> 
> PS: Sorry for my bad english, but i´m german :|
> 
> 
> _______________________________________________ gentoo-dev mailing
> list gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Problem with chroot while installation
  2001-06-12 15:36 ` Mikael Hallendal
@ 2001-06-13 12:30   ` Enrico Zschemisch
  2001-06-13 12:34     ` Holger Brueckner
  2001-06-14  5:02     ` Achim Gottinger
  0 siblings, 2 replies; 6+ messages in thread
From: Enrico Zschemisch @ 2001-06-13 12:30 UTC (permalink / raw
  To: gentoo-dev

Hi,

> Have you tried, "chroot /mnt/gentoo /bin/bash", it should use
> (according to chroot manpage) /bin/sh if you haven't given the second
> argument. But perhaps your chroot doesn't do that. Worth a try anyway.
It´s a pity, but this does not work ;(
Any other hints?


Ciao Enrico




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Problem with chroot while installation
  2001-06-13 12:30   ` Enrico Zschemisch
@ 2001-06-13 12:34     ` Holger Brueckner
  2001-06-13 14:59       ` Enrico Zschemisch
  2001-06-14  5:02     ` Achim Gottinger
  1 sibling, 1 reply; 6+ messages in thread
From: Holger Brueckner @ 2001-06-13 12:34 UTC (permalink / raw
  To: gentoo-dev

> > (according to chroot manpage) /bin/sh if you haven't given the second
> > argument. But perhaps your chroot doesn't do that. Worth a try anyway.
> It´s a pity, but this does not work ;(
> Any other hints?

hmm, that worked for me .. is your new unpacked gentoo tree really mounted
to /mnt/gentoo ?!?
dumb question, but the only problem i can see :)

Holger




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Problem with chroot while installation
  2001-06-13 12:34     ` Holger Brueckner
@ 2001-06-13 14:59       ` Enrico Zschemisch
  0 siblings, 0 replies; 6+ messages in thread
From: Enrico Zschemisch @ 2001-06-13 14:59 UTC (permalink / raw
  To: gentoo-dev

Hi,

> hmm, that worked for me .. is your new unpacked gentoo tree really mounted
> to /mnt/gentoo ?!?
> dumb question, but the only problem i can see :)
Yes, everything is mounted in the right way and at the right place (I think
so). I have unpacked everything to /mnt/gentoo and after this there were
some more directorys than I created before and all filled with files.

> Holger
hm ... german?

ciao enrico




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] Problem with chroot while installation
  2001-06-13 12:30   ` Enrico Zschemisch
  2001-06-13 12:34     ` Holger Brueckner
@ 2001-06-14  5:02     ` Achim Gottinger
  1 sibling, 0 replies; 6+ messages in thread
From: Achim Gottinger @ 2001-06-14  5:02 UTC (permalink / raw
  To: gentoo-dev

Enrico Zschemisch wrote:
> 
> Hi,
> 
> > Have you tried, "chroot /mnt/gentoo /bin/bash", it should use
> > (according to chroot manpage) /bin/sh if you haven't given the second
> > argument. But perhaps your chroot doesn't do that. Worth a try anyway.
> It´s a pity, but this does not work ;(
> Any other hints?
> 
try

unset TERM
chroot /mnt/gentoo /bin/bash

bye achim~

> Ciao Enrico
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-06-14 11:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-12 10:34 [gentoo-dev] Problem with chroot while installation Enrico Zschemisch
2001-06-12 15:36 ` Mikael Hallendal
2001-06-13 12:30   ` Enrico Zschemisch
2001-06-13 12:34     ` Holger Brueckner
2001-06-13 14:59       ` Enrico Zschemisch
2001-06-14  5:02     ` Achim Gottinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox