From 92c79d8497d144f935794b2931a2293bf826214c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 8 Feb 2005 09:56:43 +0000 Subject: *** empty log message *** --- docs/README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs/README') 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 ************************************************************************* ******************************************************************************** -- cgit v1.2.1