Re: fdisk_and_dbootstrap_problem

2006-03-22 Thread Goswin von Brederlow
[EMAIL PROTECTED] writes:

> Goswin von Brederlow ha scritto:
>
>>Jacek Achremowicz <[EMAIL PROTECTED]> writes:
>>
>>
>>
>>>Dear Debian Users,
>>>
>>>How to do something like:
>>>
>>>'debootstrap --arch amd64 sarge /pure64/ http://amd64.debian.net/debian-
>>>amd64/'
>>>
>>>without internet connection, i.e from DVD?
>>>
>>>
>>
>>mount /cdrom
>>debootstrap --arch amd64 sarge /pure64/ file:///cdrom/
>>
>>
>
> I'm on sarge amd64, I've Debian 3.2 etch dvd set. Deboostrap tells me
> that it can't find etch script:
>
> [EMAIL PROTECTED]:/mnt# debootstrap --arch amd64 etch /mnt/testing/
> file:///mnt/cdrom/
> E: No such script: /usr/lib/debootstrap/scripts/etch
> [EMAIL PROTECTED]:/mnt# v /usr/lib/debootstrap/scripts/
> total 64
> drwxr-xr-x  3 root 1 Mar 19 07:35 ..
> drwxr-xr-x  2 root 1 Mar 19 07:35 .
> -rw-r--r--  1 root 3 Mar  1  2005 slink
> -rw-r--r--  1 root 4 Mar  1  2005 potato
> -rw-r--r--  1 root 6 Mar  1  2005 sarge.buildd
> -rw-r--r--  1 root 6 Mar  1  2005 sid.buildd
> -rw-r--r--  1 root 6 Mar  1  2005 woody.buildd
> -rw-r--r--  1 root 8 Mar  1  2005 woody
> -rw-r--r--  1 root 9 Mar  1  2005 sarge
> -rw-r--r--  1 root 9 Mar  1  2005 sid
> [EMAIL PROTECTED]:/mnt#
>
>
> Is it possible to install etch this way? What should I do?
>
> Thank you very much for any reply.

Install the debootstrap or cdebootstrap from etch.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: fdisk_and_dbootstrap_problem

2006-03-19 Thread martellif

Goswin von Brederlow ha scritto:


Jacek Achremowicz <[EMAIL PROTECTED]> writes:

 


Dear Debian Users,

How to do something like:

'debootstrap --arch amd64 sarge /pure64/ http://amd64.debian.net/debian-
amd64/'

without internet connection, i.e from DVD?
   



mount /cdrom
debootstrap --arch amd64 sarge /pure64/ file:///cdrom/
 



I'm on sarge amd64, I've Debian 3.2 etch dvd set. Deboostrap tells me 
that it can't find etch script:


[EMAIL PROTECTED]:/mnt# debootstrap --arch amd64 etch /mnt/testing/ 
file:///mnt/cdrom/

E: No such script: /usr/lib/debootstrap/scripts/etch
[EMAIL PROTECTED]:/mnt# v /usr/lib/debootstrap/scripts/
total 64
drwxr-xr-x  3 root 1 Mar 19 07:35 ..
drwxr-xr-x  2 root 1 Mar 19 07:35 .
-rw-r--r--  1 root 3 Mar  1  2005 slink
-rw-r--r--  1 root 4 Mar  1  2005 potato
-rw-r--r--  1 root 6 Mar  1  2005 sarge.buildd
-rw-r--r--  1 root 6 Mar  1  2005 sid.buildd
-rw-r--r--  1 root 6 Mar  1  2005 woody.buildd
-rw-r--r--  1 root 8 Mar  1  2005 woody
-rw-r--r--  1 root 9 Mar  1  2005 sarge
-rw-r--r--  1 root 9 Mar  1  2005 sid
[EMAIL PROTECTED]:/mnt#


Is it possible to install etch this way? What should I do?

Thank you very much for any reply.

--

Franco Martelli.

ImoLUG Staff
http://www.imolug.org - [EMAIL PROTECTED]
IRC irc.azzurra.org /join #imolug 




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: fdisk_and_dbootstrap_problem

2006-03-16 Thread S. M. Ibrahim (Lavlu)
is the HDD Sata ?On 3/16/06, Goswin von Brederlow <[EMAIL PROTECTED]> wrote:
Jacek Achremowicz <[EMAIL PROTECTED]
> writes:> Dear Debian Users,>> How to do something like:>> 'debootstrap --arch amd64 sarge /pure64/ http://amd64.debian.net/debian-
> amd64/'>> without internet connection, i.e from DVD?mount /cdromdebootstrap --arch amd64 sarge /pure64/ file:///cdrom/> I have an 80GB HD with 8 partitions (swap included).
> When I boot from DVD, fdisk wants to erase/partition the whole disk ---> it doesn't "see" the partitions that are present.You are reading that wrong. It should give you a choice between
wipeing the disk and manualy partitioning it. The later lets you reusethe existing partitions.> So I installed Ubuntu for AMD64 on part. No8 and> I want to install Debian Sarge AMD64 on part. No2
> without loosing the data on the others> (and I have no connection to the Internet yet).>> With the best regards,> Jacek Achremowicz,> Kraków,> POLAND>> PS I am completly new to the list.
> I had an i386 16MB RAM some time ago with Debian Woody.> It worked perfectly! But the hardware died...MfGGoswin--To UNSUBSCRIBE, email to 
[EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- S. M. Ibrahim (Lavlu)Home page: http://lavluda.tripod.comBlog: http://lavluda.wordpress.comYahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
Cell no: +880189219056 (t&t) or +880186340531


Re: fdisk_and_dbootstrap_problem

2006-03-16 Thread Goswin von Brederlow
Jacek Achremowicz <[EMAIL PROTECTED]> writes:

> Dear Debian Users,
>
> How to do something like:
>
> 'debootstrap --arch amd64 sarge /pure64/ http://amd64.debian.net/debian-
> amd64/'
>
> without internet connection, i.e from DVD?

mount /cdrom
debootstrap --arch amd64 sarge /pure64/ file:///cdrom/

> I have an 80GB HD with 8 partitions (swap included).
> When I boot from DVD, fdisk wants to erase/partition the whole disk ---
> it doesn't "see" the partitions that are present.

You are reading that wrong. It should give you a choice between
wipeing the disk and manualy partitioning it. The later lets you reuse
the existing partitions.

> So I installed Ubuntu for AMD64 on part. No8 and 
> I want to install Debian Sarge AMD64 on part. No2
> without loosing the data on the others
> (and I have no connection to the Internet yet).
>
> With the best regards,
> Jacek Achremowicz,
> Kraków,
> POLAND
>
> PS I am completly new to the list.
> I had an i386 16MB RAM some time ago with Debian Woody.
> It worked perfectly! But the hardware died...

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



fdisk_and_dbootstrap_problem

2006-03-16 Thread Jacek Achremowicz
Dear Debian Users,

How to do something like:

'debootstrap --arch amd64 sarge /pure64/ http://amd64.debian.net/debian-
amd64/'

without internet connection, i.e from DVD?

I have an 80GB HD with 8 partitions (swap included).
When I boot from DVD, fdisk wants to erase/partition the whole disk ---
it doesn't "see" the partitions that are present.

So I installed Ubuntu for AMD64 on part. No8 and 
I want to install Debian Sarge AMD64 on part. No2
without loosing the data on the others
(and I have no connection to the Internet yet).

With the best regards,
Jacek Achremowicz,
Kraków,
POLAND

PS I am completly new to the list.
I had an i386 16MB RAM some time ago with Debian Woody.
It worked perfectly! But the hardware died...




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]