Results 1 to 4 of 4
Hi !!
i tried to load lilo into my MBR and get the following message:
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change:'/dev/ide/host2/bus0/target0/lun0/disc'->'/dev/hde
The kernel was compiled with ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-05-2004 #1
lilo error message
Hi !!
i tried to load lilo into my MBR and get the following message:
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change:'/dev/ide/host2/bus0/target0/lun0/disc'->'/dev/hde
The kernel was compiled with DEVFS_FS, but 'devfs=mount' was
omitted as a kernel command-line boot parameter; hence,
the '/dev' directory structure does not reflect DEVFS_FS
device names.
lilo was then correctly written into the MBR and linux does boot. but what does this message mean?
thx 4 posting in advancemake install not love
Registered Linux user number 369245
- 02-05-2004 #2Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Can you post your /etc/lilo.conf file here using the "code" buttons located on this page?
The best things in life are free.
- 02-05-2004 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
It probably means that /proc/partitions uses the devfs device names. I don't know for sure, but I'd guess so.
- 02-07-2004 #4Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
in your lilo.conf file, there will be an append="" line for each entry
add devfs=mount inside the "" for each entry


Reply With Quote
