Re: cross install 64bit target from 32bit host

2016-05-28 Thread Christian Seiler
On 05/29/2016 01:34 AM, Haines Brown wrote: > This is an extension of my initial question, for I'm not sure my initial > conclusion that it is impossible to chroot a 64bit system from a 32bit > system is correct. With a 32bit kernel you need qemu-user-static for this to work - but expect it to be

Re: cross install 64bit target from 32bit host

2016-05-28 Thread Haines Brown
This is an extension of my initial question, for I'm not sure my initial conclusion that it is impossible to chroot a 64bit system from a 32bit system is correct. Can it done by installing qemu-user-static and loading a 64-bit live ISO and then from it chroot the 64-bit target mounted on

Re: cross install 64bit target from 32bit host

2016-05-27 Thread Sven Joachim
On 2016-05-27 14:08 -0400, Haines Brown wrote: > On Fri, May 27, 2016 at 07:50:05PM +0200, Sven Joachim wrote: >> On 2016-05-27 13:28 -0400, Haines Brown wrote: >> >> > I'm doing a cross installation. The host system is Wheezy 32 bit, and >> > the target is Jessie 64 bit. So I run this: >> > >>

Re: cross install 64bit target from 32bit host

2016-05-27 Thread Haines Brown
On Fri, May 27, 2016 at 07:50:05PM +0200, Sven Joachim wrote: > On 2016-05-27 13:28 -0400, Haines Brown wrote: > > > I'm doing a cross installation. The host system is Wheezy 32 bit, and > > the target is Jessie 64 bit. So I run this: > > > > # debootstrap --no-check-gpg --arch=amd64 --foreign

Re: cross install 64bit target from 32bit host

2016-05-27 Thread Sven Joachim
On 2016-05-27 13:28 -0400, Haines Brown wrote: > I'm doing a cross installation. The host system is Wheezy 32 bit, and > the target is Jessie 64 bit. So I run this: > > # debootstrap --no-check-gpg --arch=amd64 --foreign jessie /mnt/debian ... > > This sucessfully installed first stage files.

cross install 64bit target from 32bit host

2016-05-27 Thread Haines Brown
I'm doing a cross installation. The host system is Wheezy 32 bit, and the target is Jessie 64 bit. So I run this: # debootstrap --no-check-gpg --arch=amd64 --foreign jessie /mnt/debian ... This sucessfully installed first stage files. Then I go to chroot into the target disk and get: #