|
If you want to install debian woody ,you only need to download the first iso image,you can find it at here:
www.linuxiso.org
this place provides all kinds of distributions like RH ,Debian,etc.Or other place.
You can also use a perfect tool named:jigdo
with it you can easily make up iso image from ftp or http sites which provide the install files(not iso).It has two version ,can run at widows and linux .
You can find it at :
http://home.in.tum.de/~atterer/jigdo/
OK! now ,we can start harddisk install with the iso .
It's no necessary to unexpress it ,during the install,when you need it you can use the mount command,for example:
When it inform you where is the install files.do like this:
press"ctrl+alt+F2" ,open another console
cd /mnt; mkdir c; mount -t vfat /dev/hda1 /mnt/c;
(hda1 is the place where you iso is)
cd /mnt/ ; mkdir iso ; cd /mnt/c;
mount -t iso9660 -o loop yourisoname /mnt/iso;
Then you can find install file at /mnt/iso.
Most people install the woody use the boot.bat at dos,but there is a bug.
There is four boot image your can used for install:
Each has different kernel and drivers,
Three of them has the kernel 2.2.X and part of drivers,only the bf2.4 boot image use the kernel 2.4.18 and support like ReiserFS , ext3,usb and more nic drivers ,etc.It has more fuction. but the
default kernel use 2.2.x.When you use the boot.bat under dos ,it use the file loadlin ,it is a boot tools, it has a bug can not boot the bf2.4 image ,so the default boot is idepci kernel image,it provide little driver and 2.2.x kernel ,you can't use usb device under it .
How to boot bf2.4 image .
One way you must have the six floppy ,one is secure ,one is root ,other four is drivers.Remeber
they must only for bf2.f ,because different boot image has different secure,root ,drivers file.
But I only have two floppy ,how to install the drivers?
I make one secure disk ,one root disk ,and copy drivers at c:/images-1.44/bf2.4/drivers.tgz
(you can also copy the base system file in it ),then when it inform me where is drivers ,I select
harddisk ,select /dev/hda1 and can find the drivers.
That's all ,I find the boot image bf2.4 is better than
the others ,because you can use the newest fuction like RerserFS ,usb, and it is also stable ,if you use other image ,when you complete find can't use the usb mouse,you have to compile the kernel ,it is not a easy thing.
If there is any problem ,please tell me,perhaps i can help you . |
|