situatie: verse Debian installatie, via de "compact-diskettes" gevolgd door base-install via http. Standaard geinstalleerde kernel: 2.2.20-compact.
Sources van 2.6.6 hier gedownload en gecompileerd, MET ext2 support:
nog wat output (via de WEL werkende 2.2.20-compact kernel)
output van grep -v ^\# /etc/lilo.conf
output van lilo -V
Dit krijg ik als error als ik met 2.6.6 probeer te starten:
Ik heb zowel root= als boot= als globale parameter in /etc/lilo.conf staan, daarnaast werken deze parameters prima voor de originele kernel.
De output van dmesg van de originele kernel staat hier
stukje uit kernel .config:
Ik zie het even niet, maar het ligt vast aan mijzelf
. Zie iemand waar ik al tig keer overheen gekeken heb?
Het is een enorme lap tekst, maar wil voorkomen dat mijn post gesloten wordt in het kader van 'een slappe topicstart'...
Sources van 2.6.6 hier gedownload en gecompileerd, MET ext2 support:
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
| <*> Second extended fs support [ ] Ext2 extended attributes <M> Ext3 journalling file system support [*] Ext3 extended attributes [ ] Ext3 POSIX Access Control Lists [ ] Ext3 Security Labels [ ] JBD (ext3) debugging support <M> Reiserfs support [ ] Enable reiserfs debug mode [ ] Stats in /proc/fs/reiserfs <M> JFS filesystem support [ ] JFS POSIX Access Control Lists [ ] JFS debugging [ ] JFS statistics < > XFS filesystem support <M> Minix fs support < > ROM file system support [ ] Quota support <*> Kernel automounter support <*> Kernel automounter version 4 support (also supports v3) CD-ROM/DVD Filesystems ---> DOS/FAT/NT Filesystems ---> Pseudo filesystems ---> Miscellaneous filesystems ---> Network File Systems ---> Partition Types ---> Native Language Support ---> |
nog wat output (via de WEL werkende 2.2.20-compact kernel)
code:
1
2
| osiris@hades:~$ uname -a Linux hades 2.2.20-compact #1 Sat Apr 20 12:40:22 EST 2002 i686 unknown |
code:
1
2
3
4
| osiris@hades:~$ df -k Filesystem 1k-blocks Used Available Use% Mounted on /dev/hdb1 96124904 633796 90608156 1% / /dev/hda1 48062440 20 45620944 1% /home/troep |
output van grep -v ^\# /etc/lilo.conf
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| lba32
boot=/dev/hda1
root=/dev/hdb1
install=/boot/boot-menu.b
map=/boot/map
delay=20
prompt
timeout=150
vga=normal
default=Linux
image=/vmlinuz
label=Linux
read-only
image=/boot/vmlinuz-2.6.6
label=Linux-2.6.6
read-only |
output van lilo -V
code:
1
| LILO version 22.2 |
Dit krijg ik als error als ik met 2.6.6 probeer te starten:
code:
1
2
3
| VFS: Cannot open root device "341" or unknown-block (3.65) please append a correct "root=" boot option unable to mount root fs on unknown-block (4.65) |
Ik heb zowel root= als boot= als globale parameter in /etc/lilo.conf staan, daarnaast werken deze parameters prima voor de originele kernel.
De output van dmesg van de originele kernel staat hier
stukje uit kernel .config:
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
| # File systems # CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set CONFIG_EXT3_FS=m CONFIG_EXT3_FS_XATTR=y # CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY is not set CONFIG_JBD=m # CONFIG_JBD_DEBUG is not set CONFIG_FS_MBCACHE=y CONFIG_REISERFS_FS=m # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set CONFIG_JFS_FS=m # CONFIG_JFS_POSIX_ACL is not set # CONFIG_JFS_DEBUG is not set # CONFIG_JFS_STATISTICS is not set # CONFIG_XFS_FS is not set CONFIG_MINIX_FS=m # CONFIG_ROMFS_FS is not set # CONFIG_QUOTA is not set CONFIG_AUTOFS_FS=y CONFIG_AUTOFS4_FS=y |
Ik zie het even niet, maar het ligt vast aan mijzelf
Het is een enorme lap tekst, maar wil voorkomen dat mijn post gesloten wordt in het kader van 'een slappe topicstart'...
ach...in een volgend leven lach je er om!