Hoi,
Ik heb in verband met een raid-configuratie de volgende partitie indeling:
M'n lilo.conf:
Bij het booten krijg ik nu alleen maar "LI".
Dus ik op internet zoeken. Staat er als je alleen maar "LI" krijgt: "The first stage boot loader was able to load the second stage boot loader, but has failed to execute it. This can either be caused by a geometry mismatch or by moving /boot/boot.b without running the map installer."
Zou het kunnen dat dit eraan ligt dat die /boot in een extended partition zit?
Alvast bedankt!
Ik heb in verband met een raid-configuratie de volgende partitie indeling:
code:
1
2
3
4
5
6
| /dev/hdc1 Extended /dev/hdc5 Linux /boot /dev/hdc6 Linux Swap SWAP /dev/hdc2 Linux Raid Autodetect / (via /dev/md0) /dev/hdc3 Linux /var (via /dev/md1) /dev/hdc4 Linux /home (via /dev/md2) |
M'n lilo.conf:
code:
1
2
3
4
5
6
7
8
9
10
11
12
| boot=/dev/hdc
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=raid
image=/boot/vmlinuz-2.2.17-14-30-07-01
label=raid
read-only
root=/dev/md0
initrd=/boot/initrd-2.2.17.img |
Bij het booten krijg ik nu alleen maar "LI".
Dus ik op internet zoeken. Staat er als je alleen maar "LI" krijgt: "The first stage boot loader was able to load the second stage boot loader, but has failed to execute it. This can either be caused by a geometry mismatch or by moving /boot/boot.b without running the map installer."
Zou het kunnen dat dit eraan ligt dat die /boot in een extended partition zit?
Alvast bedankt!