diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-02-08 09:56:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-02-08 09:56:43 +0000 |
commit | 92c79d8497d144f935794b2931a2293bf826214c (patch) | |
tree | fe7d601e6d94c742d391c143764c258569e9acc0 /docs | |
parent | 7f02efda2f339ef66b7611371cd3a1783fd04a5c (diff) | |
download | drakx-92c79d8497d144f935794b2931a2293bf826214c.tar drakx-92c79d8497d144f935794b2931a2293bf826214c.tar.gz drakx-92c79d8497d144f935794b2931a2293bf826214c.tar.bz2 drakx-92c79d8497d144f935794b2931a2293bf826214c.tar.xz drakx-92c79d8497d144f935794b2931a2293bf826214c.zip |
*** empty log message ***
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/README b/docs/README index 6c8307707..7f7c6b552 100644 --- a/docs/README +++ b/docs/README @@ -121,6 +121,28 @@ install/images/*.img install/images/boot.iso iso image to burn enabling any install (cdrom/hd/nfs/ftp) + Boot from cdrom: + - boot.iso : iso image to burn + + Boot from hd (esp. usb key): + - all.img : fat16 image to dd on a partition (hint: sda1) + - it seems some bioses don't use the code on MBR (sda), + or at least skip it when it's blanked + (eg: "dd if=/dev/zero of=/dev/sda bs=1 count=446") + - some bioses need it. I had some luck using + dd if=/usr/lib/extipl/aldebaran.bin of=/dev/sda + (install package extipl first) + + Boot from network: + - all.rdz + vmlinuz via pxe + + Boot from floppy: + - cdrom.img : to install from a cdrom (but not a usb drive) + - network.img + network_drivers.img : to install from network + - hd_grub.img : to install from hd + + dd for windows: http://uranus.it.swin.edu.au/~jn/linux/rawwrite/dd.htm + ******************************************************************************** * logs ************************************************************************* ******************************************************************************** |