Ik ben dus al ver een week bezig met Lilo in orde te krijgen. Ik ben er mij van bewust dat er enorm veel topics over zijn op GoT en er veel over te vinden is op Google, toch kon ik geen goeie oplossing vinden die mijn problemen oplost.
Eerst mijn configuratie:
- P166Mhz, 24MB RAM, 4GB HD als primary master, CD als primary slave, diskdrive
Het BIOS is te oud om de HD goed te herkennen en ziet maar 1804MB en verder valt er niets te vinden over CHS of LBA. De indeling van de HD is als volgt:
hda1 : 3500MB, bootable
hda2 : overschot als swap
Ik kan booten via een rescue-disk. Ik heb Grub ook al geprobeert maar dat geeft ook enkel problemen.
Dit is mijn lilo.conf voor het ogenblik:
Dit geft als error L 40 40 40 ... Net hiervoor stond er bij boot=/dev/hda1 en dat gaf dan:
Een bios-update kan ik niet doen, er is gewoon geen nieuwere bios meer uitgekomen voor die pc. Het is voor mij wel van belang at hij kan booten zonder floppy (om redenen dat floppy's hier nooit lang overleven etc.) Kan iemand mij helpen? (lba32 er uit halen brengt trouwens niet op)
Eerst mijn configuratie:
- P166Mhz, 24MB RAM, 4GB HD als primary master, CD als primary slave, diskdrive
Het BIOS is te oud om de HD goed te herkennen en ziet maar 1804MB en verder valt er niets te vinden over CHS of LBA. De indeling van de HD is als volgt:
hda1 : 3500MB, bootable
hda2 : overschot als swap
Ik kan booten via een rescue-disk. Ik heb Grub ook al geprobeert maar dat geeft ook enkel problemen.
Dit is mijn lilo.conf voor het ogenblik:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
| lba32
# Generated by liloconfig
# Specifies the boot device
boot=/dev/hda
# Specifies the device that should be mounted as root.
# If the special name CURRENT is used, the root device is set to the
# device on which the root file system is currently mounted. If the root
# has been changed with -r , the respective device is used. If the
# variable ROOT is omitted, the root device setting contained in the
# kernel image is used. It can be changed with the rdev program.
root=/dev/hda1
# Enables map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the map
# smaller. Using COMPACT is especially recommended when booting from a
# floppy disk.
# Install the specified file as the new boot sector.
# If INSTALL is omitted, /boot/boot.b is used as the default.
install=/boot/boot.b
# Specifies the number of _tenths_ of a second LILO should
# wait before booting the first image. LILO
# doesn't wait if DELAY is omitted or if DELAY is set to zero.
delay=20
# Specifies the location of the map file. If MAP is
# omitted, a file /boot/map is used.
map=/boot/map
# Specifies the VGA text mode that should be selected when
# booting. The following values are recognized (case is ignored):
# NORMAL select normal 80x25 text mode.
# EXTENDED select 80x50 text mode. The word EXTENDED can be
# abbreviated to EXT.
# ASK stop and ask for user input (at boot time).
# <number> use the corresponding text mode. A list of available modes
# can be obtained by booting with vga=ask and pressing [Enter].
vga=normal
image=/vmlinuz
label=Linux
read-only
# If you have another OS on this machine (say DOS),
# you can boot if by uncommenting the following lines
# (Of course, change /dev/hda2 to wherever your DOS partition is.)
# other=/dev/hda2
# label=dos |
Dit geft als error L 40 40 40 ... Net hiervoor stond er bij boot=/dev/hda1 en dat gaf dan:
code:
1
2
3
| MBR Li |
Een bios-update kan ik niet doen, er is gewoon geen nieuwere bios meer uitgekomen voor die pc. Het is voor mij wel van belang at hij kan booten zonder floppy (om redenen dat floppy's hier nooit lang overleven etc.) Kan iemand mij helpen? (lba32 er uit halen brengt trouwens niet op)