Hoi,
Ik krijg lilo maar niet geinstalleerd op m'n debian bak.
Mijn /etc/lilo.conf looks like this:
Dan run ik:
en dan krijg ik:
zie mijn /etc/mtab:
I'm puzzled here....
De rechten van m'n /dev map zijn ook in orde... En de file /dev/hda1 bestaat wel degelijk...
Weet iemand wat er hier aan de hand is??
Ik krijg lilo maar niet geinstalleerd op m'n debian bak.
Mijn /etc/lilo.conf looks like this:
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/hda1
# 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=CURRENT
# 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.
# compact
# 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 |
Dan run ik:
code:
1
| /sbin/lilo |
en dan krijg ik:
Terwijl mijn /dev/hda1 wel degelijk bestaat...Fatal: read /dev/hda1: No such file or directory
zie mijn /etc/mtab:
code:
1
2
3
4
5
| /dev/hda1 / ext2 rw,errors=remount-ro,errors=remount-ro 0 0 proc /proc proc rw 0 0 devpts /dev/pts devpts rw,gid=5,mode=620 0 0 /dev/hda2 /usr ext2 rw 0 0 /dev/hda3 /home ext2 rw 0 0 |
I'm puzzled here....
De rechten van m'n /dev map zijn ook in orde... En de file /dev/hda1 bestaat wel degelijk...
Weet iemand wat er hier aan de hand is??