[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Where is the boot/config-`uname -r` file?



just fyi, this is the type of thing you should see. this is from a debian stable vm install of a dev box - nothing but tz and root pass were changed from default on install iirc. there is no reason you shouldn't see roughly the same thing (on a default install) unless something isn't right.:


swilson@swilson-mbp-vdebian:~/perl$ cat /proc/version
Linux version 2.6.26-2-amd64 (Debian 2.6.26-26lenny1) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Thu Nov 25 04:30:55 UTC 2010
swilson@swilson-mbp-vdebian:~/perl$ ls -lR /boot
/boot:
total 10403
-rw-r--r-- 1 root root   85694 2010-11-25 01:45 config-2.6.26-2-amd64
drwxr-xr-x 2 root root    1024 2010-12-04 20:00 grub
-rw-r--r-- 1 root root 7522395 2010-12-04 19:55 initrd.img-2.6.26-2-amd64
drwxr-xr-x 2 root root   12288 2010-12-04 19:46 lost+found
-rw-r--r-- 1 root root 1226655 2010-11-25 01:45 System.map-2.6.26-2-amd64
-rw-r--r-- 1 root root 1757136 2010-11-25 01:44 vmlinuz-2.6.26-2-amd64

/boot/grub:
total 196
-rw-r--r-- 1 root root    197 2010-12-04 20:00 default
-rw-r--r-- 1 root root     15 2010-12-04 20:00 device.map
-rw-r--r-- 1 root root   8704 2010-12-04 20:00 e2fs_stage1_5
-rw-r--r-- 1 root root   8544 2010-12-04 20:00 fat_stage1_5
-rw-r--r-- 1 root root   9568 2010-12-04 20:00 jfs_stage1_5
-rw-r--r-- 1 root root   4004 2010-12-04 20:00 menu.lst
-rw-r--r-- 1 root root   4000 2010-12-04 20:00 menu.lst~
-rw-r--r-- 1 root root   7904 2010-12-04 20:00 minix_stage1_5
-rw-r--r-- 1 root root  10720 2010-12-04 20:00 reiserfs_stage1_5
-rw-r--r-- 1 root root    512 2010-12-04 20:00 stage1
-rw-r--r-- 1 root root 128552 2010-12-04 20:00 stage2
-rw-r--r-- 1 root root  10280 2010-12-04 20:00 xfs_stage1_5

/boot/lost+found:
total 0
swilson@swilson-mbp-vdebian:~/perl$ mount
/dev/mapper/swilson--mbp--vdebian-root on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sda1 on /boot type ext2 (rw)


Reply to: