This is not lilo fault, but windows. The MS os is broken and wants to boot from the first hd only (0x80) so you should do like this: - Remove the disk, heads, sectors and so on that should be not necessary. - in the windows label add where the partition table is (with table=/dev/ataraid/d0) - in the windows label invert the disk mappings like this : map-drive=0x80 to=0x81 map-drive=0x81 to_0x80 so you should have something like this : other=/dev/ataraid/d0p1 label=bullshit table=/dev/ataraid=d0 map-drive=0x80 to=0x81 map-drive=0x81 to=0x80 Il lun, 2001-12-17 alle 10:31, Andreas Pokorny ha scritto: > Hi, > I have problems to booting from a raid0 partition. The system boots from hda > and when I choose the label of /dev/ataraid/d0p1 lilo prints the selection > and then the whole system stops. > I tried the ataraid-lilo and the newest lilo version22.1 ... both have the > same result. > > Here is my lilo.conf: > boot=/dev/hda > > disk=/dev/ataraid/d0 > heads=255 > sectors=63 > cylinders=9964 > partition=/dev/ataraid/d0p1 > start=63 > > prompt > lba32 > vga=normal > timeout = 150 > > image=/boot/vmlinuz > label= linux > root = /dev/hda4 > read-only > > image = /boot/vmlinuz.old > label = linux.old > root = /dev/hda4 > read-only > > other = /dev/ataraid/d0p1 > label = bullshit > > Here is the output of fdisk: > /DEV/HDA: > Disk /dev/hda: 255 heads, 63 sectors, 1313 cylinders > Units = sectors of 1 * 512 bytes > Device Boot Start End Blocks Id System > /dev/hda1 63 8867879 4433908+ 83 Linux > /dev/hda3 8867880 9124919 128520 82 Linux swap > /dev/hda4 9124920 21093344 5984212+ 83 Linux > > /DEV/ATARAID/D0: > Disk /dev/ataraid/d0: 255 heads, 63 sectors, 9964 cylinders > Units = sectors of 1 * 512 bytes > Device Boot Start End Blocks Id System > /dev/ataraid/d0p1 * 63 28820609 14410273+ c Win95 FAT32 (LBA) > /dev/ataraid/d0p2 28820610 160071659 65625525 f Win95 Ext'd (LBA) > /dev/ataraid/d0p5 28820673 39070079 5124703+ b Win95 FAT32 > /dev/ataraid/d0p6 39070143 160071659 60500758+ b Win95 FAT32 > > /DEV/HDG : > Warning: ignoring extra data in partition table 5 > Warning: ignoring extra data in partition table 5 > Warning: ignoring extra data in partition table 5 > Warning: invalid flag 0xffffa547 of partition table 5 will be corrected by > w(rite) > Disk /dev/hdg: 255 heads, 63 sectors, 4982 cylinders > Units = sectors of 1 * 512 bytes > Device Boot Start End Blocks Id System > /dev/hdg1 * 63 28820609 14410273+ c Win95 FAT32 (LBA) > /dev/hdg2 28820610 160071659 65625525 f Win95 Ext'd (LBA) > /dev/hdg5 ? 1670217938 -1015713301 804518029 59 Unknown > bash-2.05# fdisk /dev/hde -ul > > /DEV/HDE > Disk /dev/hde: 16 heads, 63 sectors, 79408 cylinders > Units = sectors of 1 * 512 bytes > Disk /dev/hde doesn't contain a valid partition table > > The hdg partition is the 'boot' partition of the raid array. During some > upgrades I switched the primary and secondary disk. I hope there is no > problem with that. > > > Thanks in advance > > > > _______________________________________________ > > Ataraid-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/ataraid-list > >