Есть у меня диск, на 20Гб, ставлю на весь объем SuSE 9.0, как бы так вкрутить lilo, чтобы linux загружался? Схема разбиения такая:
Disk /dev/hdc: 20.0 GB, 20020396032 bytes 255 heads, 63 sectors/track, 2434 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System /dev/hdc1 1 131 1052226 82 Linux swap /dev/hdc2 * 132 2434 18498847+ f Win95 Ext'd (LBA) /dev/hdc5 132 195 514048+ 83 Linux /dev/hdc6 196 979 6297448+ 83 Linux /dev/hdc7 980 1241 2104483+ 83 Linux /dev/hdc8 1242 2434 9582741 83 Linux
В lilo.conf сейчас следующее, но не грузится, говорит L 99 99 99 99 ..... # Modified by YaST2. Last modification on Thu Jan 22 13:16:32 2004
menu-scheme = Wb:kw:Wb:Wb default = Linux timeout = 80 message = /boot/message lba32 change-rules reset read-only prompt disk=/dev/hdc bios=0x81 disk=/dev/hdg bios=0x80 boot = /dev/hdc5
image = /boot/vmlinuz ###Don't change this comment - YaST2 identifier: Original name: linux### label = Linux initrd = /boot/initrd root = /dev/hdc8 append = "hda=ide-scsi hdalun=0 splash=silent desktop"
other = /dev/hdg1 ###Don't change this comment - YaST2 identifier: Original name: windows### label = Windows
image = /boot/vmlinuz ###Don't change this comment - YaST2 identifier: Original name: failsafe### label = Failsafe initrd = /boot/initrd root = /dev/hdc8 append = "ide=nodma apm=off acpi=off vga=normal nosmp noapic maxcpus=0 3"