Last change
on this file since 1845 was 1, checked in by vboxsync, 55 years ago |
import
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | Moved from FILO into Etherboot, yhlu add boot from SATA disk and move usb boot framework
|
---|
2 | from Steven James baremetal in LinuxBIOS, also add the OHCI support.
|
---|
3 |
|
---|
4 |
|
---|
5 | 1. refer to README.filo
|
---|
6 | but don't need to use make config.
|
---|
7 | 2. CFLAG added
|
---|
8 | CONSOLE_BTEXT --- for btext console support
|
---|
9 | CONSOLE_PC_KBD --- for direct pc keyboard support
|
---|
10 | CONFIG_FILO --- It will make main call pci_init
|
---|
11 | 3. to make:
|
---|
12 | make bin/filo.zelf
|
---|
13 | or
|
---|
14 | make bin/tg3--filo.zelf
|
---|
15 |
|
---|
16 | You can not use filo and ide_disk at the same time.
|
---|
17 |
|
---|
18 | Some input for boot:
|
---|
19 |
|
---|
20 | boot from BIOS ROM area
|
---|
21 | 4G-128K
|
---|
22 | mem@0xfffe0000
|
---|
23 | 4G-512K
|
---|
24 | mem@0xfff80000
|
---|
25 |
|
---|
26 | boot from suse
|
---|
27 | hda2:/boot/vmlinuz initrd=/boot/initrd ro root=/dev/hda2 console=tty0 console=ttyS0,115200
|
---|
28 | for suse install from CD
|
---|
29 | hdc:/boot/loader/linux initrd=/boot/loader/initrd ramdisk_size=65536 splash=silent showopts console=tty0 console=ttyS0,115200
|
---|
30 |
|
---|
31 | boot from RH
|
---|
32 | for RH install from CD
|
---|
33 | hdc:/isolinux/vmlinuz initrd=/isolinux/initrd.img expert nofb acpi=off devfs=nomount ramdisk_size=65536 console=ttyS0,115200
|
---|
34 |
|
---|
35 | for serial ATA support (using port1 and port2 only)
|
---|
36 | 1) if your kernel think SATA as SCSI
|
---|
37 | hde2:/boot/vmlinuz initrd=/boot/initrd ro root=/dev/sda2 console=tty0 console=ttyS0,115200
|
---|
38 | 2) if your kernel think SATA as normal IDE
|
---|
39 | hde2:/boot/vmlinuz initrd=/boot/initrd ro root=/dev/hde2 console=tty0 console=ttyS0,115200
|
---|
40 |
|
---|
41 | for usb support
|
---|
42 | uda1:/ram0_2.5_2.6.5_k8.2_mydisk7.elf
|
---|
43 |
|
---|
44 |
|
---|
45 | Yinghai Lu [email protected]
|
---|
46 |
|
---|
47 | to do:
|
---|
48 | add menu to filo boot
|
---|
Note:
See
TracBrowser
for help on using the repository browser.