On mul ühes purgis Fedora 5, häbi häbi häbi aga positiivne on see et ma üritan sellega tegeleda. Kuna test masinas mille peale ma live süsteemi üritan testimise jaoks panna on areca raidi kontroller siis alla Fedora 8 ei võtnud jutule, st. et seal on kohe kernelis areca raidi kontra tugi sees – mugav olen noh.
Optimistlikult teen mina siis endale Fedora 9 install DVD ja jalutan serveriruumi. Kasutades bacula poolt pakutavaid taastevõimalusi taastan edukalt masina uue raua peale. Häda tuleb kätte siis kui on tarvis grub peale panna.
> grub-install /dev/sda annab: The file /boot/grub/stage1 not read correctly.
Ei aita ka:
[root@xxx ~]# grub
Probing devices to guess BIOS drives. This may take a long time.
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename.]
grub> root (hd0,0)
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0)
setup (hd0)
Checking if “/boot/grub/stage1” exists… no
Checking if “/grub/stage1” exists… no
Error 2: Bad file or directory type
grub>
tegelikult /boot/grub/stage1 on olemas.
[root@xxx ~]# ls -lah /boot/grub/
total 224K
drwxr-xr-x 2 root root 4.0K Oct 30 12:09 .
drwxr-xr-x 4 root root 4.0K Oct 29 23:52 ..
-rw-r–r– 1 root root 30 Oct 30 01:33 device.map
-rw-r–r– 1 root root 30 Oct 30 00:56 device.map.backup
-rw-r–r– 1 root root 7.3K Oct 30 12:09 e2fs_stage1_5
-rw-r–r– 1 root root 7.2K Oct 30 12:09 fat_stage1_5
-rw-r–r– 1 root root 6.5K Oct 30 12:09 ffs_stage1_5
-rw——- 1 root root 761 Oct 30 00:56 grub.conf
-rw-r–r– 1 root root 6.5K Oct 30 12:09 iso9660_stage1_5
-rw-r–r– 1 root root 7.9K Oct 30 12:09 jfs_stage1_5
lrwxrwxrwx 1 root root 11 Oct 29 23:17 menu.lst -> ./grub.conf
-rw-r–r– 1 root root 6.6K Oct 30 12:09 minix_stage1_5
-rw-r–r– 1 root root 8.9K Oct 30 12:09 reiserfs_stage1_5
-rw-r–r– 1 root root 6.9K Jun 6 2006 splash.xpm.gz
-rw-r–r– 1 root root 512 Oct 30 12:09 stage1
-rw-r–r– 1 root root 100K Oct 30 12:09 stage2
-rw-r–r– 1 root root 6.8K Oct 30 12:09 ufs2_stage1_5
-rw-r–r– 1 root root 6.0K Oct 30 12:09 vstafs_stage1_5
-rw-r–r– 1 root root 8.6K Oct 30 12:09 xfs_stage1_5
Jändasin ja jändasin ja lõpuks leidisin:
[root@hxxx ~]# tune2fs -l /dev/sda1 | grep “Inode size”
Inode size: 256
peaks aga olema:
[root@originaalmasin ~]# tune2fs -l /dev/sda1 | grep “Inode size”
Inode size: 128
Minu jaoks tähendab see seda et ma lähen Fedora 8 install DVD tegema aga tegelikult on ka teisi võimalusi.
Peale seda kui on failisüsteem pardatsioonidele pandud siis saab ise muuta inode suurust: mkfs.ext3 -I 128 /dev/sda
Milles probleem muidu on? Tundub e2fsprog probleem olema. Ja selle tõttu ei suuda grub toime tulla uut tüüpi inode suurusega.