Diferencia entre revisiones de «Installing Debian on Dell M1210»

De gacq wiki
Saltar a: navegación, buscar
(Booting debian netinst from USB drive)
Línea 1: Línea 1:
 
=Installation=
 
=Installation=
 
==Booting debian netinst from USB drive==
 
==Booting debian netinst from USB drive==
Debian installer CD has some issues with the SATA and CDs driver that prevent installation to access to CD drive, there are some instruccions to solve this problem but they did't work for me. I did teh installation booting from USB drive.
+
Debian installer CD has some issues with the SATA and CD drivers that prevent installation to access to CD drive, there are some instruccions to solve this problem but they did't work for me. I did the installation booting from USB drive.
 
<pre><nowiki>
 
<pre><nowiki>
 
wget http://ftp.debian.org/debian/dists/testing/\
 
wget http://ftp.debian.org/debian/dists/testing/\
 
main/installer-i386/current/images/hd-media/boot.img.gz
 
main/installer-i386/current/images/hd-media/boot.img.gz
 
gzip -dc boot.img.gz >/dev/sdX
 
gzip -dc boot.img.gz >/dev/sdX
</nowiki>
+
</nowiki></pre>
Install Debian base system as usual
+
Enable USB drive boot from BIOS setup, and then Install Debian base system as usual.

Revisión del 17:02 17 ago 2006

Installation

Booting debian netinst from USB drive

Debian installer CD has some issues with the SATA and CD drivers that prevent installation to access to CD drive, there are some instruccions to solve this problem but they did't work for me. I did the installation booting from USB drive.

wget http://ftp.debian.org/debian/dists/testing/\
main/installer-i386/current/images/hd-media/boot.img.gz
gzip -dc boot.img.gz >/dev/sdX

Enable USB drive boot from BIOS setup, and then Install Debian base system as usual.