Hi, I am trying to install and new linux system on my gf's computer along with mandrake 9 and win2000, its called redflag chinese desktop, things have gone well except for the fact that the display is not worth writting about, but then I have downloaded the driver for intel 82830 card, it requires kernel 2.4.11 up whereas my redflag system is 2.4.9...
Now I have a few questions if any guru can help me:
1) I can mount hda4 which has the redflag system after changing the fstab on my mandrake system in hda2 but I cannot do the same vv, when i installed mandrake it had a windows entry in the fstab which on which i installed the new os and changed the fs to ext2 and its working cool but red flag didnot even have an entry for hda2 I added the entry but its not working
here are the fstabs:
=========================================================
hda2 (MANDRAKE)
=========================================================
/dev/hda2 / ext2 noatime 1 1
none /dev/pts devpts mode=0620 0 0
none /mnt/cdrom supermount dev=/dev/hdc,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
/dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hda3 /mnt/win_d vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hda4 /mnt/win_e ext2 defaults 0 0
none /proc proc defaults 0 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
==========================================================
hda4 (Red Flag Chinese Desktop)
==========================================================
/dev/hda4 / ext2 defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy vfat noauto,owner 0 0
none /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/.SWAPFILE swap swap defaults 0 0
/dev/hda1 /mnt/Win-C: vfat defaults,ro 0 0
/dev/hda2 /mnt/Linux ext2 defaults,ro 0 0
/dev/hda3 /mnt/Win-D: vfat defaults,ro 0 0
===========================================================
I have a boot disk for redflag and thats fine but i think it would be great if I could use the lilo on the mandrake system to boot into red flag as well, my gf would be impressed.........

heres my lilo.config on hda2 (mandrake)
===========================================================
boot=/dev/hda
map=/boot/map
vga=normal
default=2419-16
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/hda2
initrd=/boot/initrd.img
append="quiet devfs=mount"
vga=788
read-only
image=/boot/vmlinuz
label=linux-nonfb
root=/dev/hda2
initrd=/boot/initrd.img
append="devfs=mount"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hda2
initrd=/boot/initrd.img
append="failsafe devfs=nomount"
read-only
other=/dev/hda1
label=windows
table=/dev/hda
other=/dev/fd0
label=floppy
unsafe
image=/boot/vmlinuz-2.4.19-16mdk
label=2419-16
root=/dev/hda2
initrd=/boot/initrd-2.4.19-16mdk.img
append="quiet devfs=mount"
vga=788
read-only
===========================================================
Is it possible to use the kernel source of linux 2.4.19-16mdk with red flag as i have got a nice linmodem thingy going here (search for pctel in the forum) and it would be extremely convienient.
Infact i have compiled the kernel source for 2.4...mdk in redflag but
then i dont know what to do after i copy bzimage to /boot everytime i put the floppy and it boots to the same ole kernel,
Your help will be highly appreciated