scruffidog
01-09-2003, 03:40 PM
ok, after much researching, and not really finding too much out there, i decided to bite the bullet and perform my own linux install. i will use rh8.092 (phoebe, yes, it's a beta, but it's also 2.4.20 kernel and glibc 2.3.1) but mandrake is probably better from a feature perspective (ie: devfs, etc)
using the dl'ed isos from redhat:
the boot parameters are:
linux nousb nopcmcia noprobe noauto
run through the normal install up to the point where it asks you to do the bootloader. at the bootloader section, make sure to install the bootloader on the actual boot (/boot or / ) partition and NOT the mbr. you'll need to click into the advanced section of that menu. i use a completely separate disk for my / , which is /dev/hdd1.
the next important thing is the kernel parameter that grub uses to boot with. the only one that is necessary is nousb. this is all in the bootloader section mine you.
after all this, do NOT comfigure the sound, save that until after you are completely done. under redhat, video should configure properly, getting the reight video adaptor. as for the screen, use the generic laptop screen 1280x1024 (yes, that choice is in there). the color depth is 24bits.
now here comes the tricky part: you will need to disable the pcmcia services that is normally started as that causes the system to completely hang. two ways to do this, either boot with the install disc and go into rescue mode (linux rescue) or hit "i" for interactive startup and just say no to the pcmcia initialization.
i recommend the second option since there is less steps (you don't need to mount and chroot). anyway, once you are in the system, you'll need to:
chkconfig del 2345 pcmcia which will remove the service from starting up.
that's pretty much it to get one started on a workable system for further customizing which is the next step that i'm going to be working on.
ok, now i set up a chainloader for dual booting. on the linux system:
dd if=/dev/hdd1 of=/bootblk bs=512 count=1
this grabs my boot block so i can use it in conjunction with another bootloader. if you boot device is different, use that instead of hdd1.
copy that to a floppy and transfer it to your windows partition (i'm using xp pro). i left it in the c:\bootblk
open c:\boot.ini file and add:
c:\bootblk="redhat linux"
if any one else gets further along on figuring out the usb driver issues, i would really like to know.
hope this was helpful.
using the dl'ed isos from redhat:
the boot parameters are:
linux nousb nopcmcia noprobe noauto
run through the normal install up to the point where it asks you to do the bootloader. at the bootloader section, make sure to install the bootloader on the actual boot (/boot or / ) partition and NOT the mbr. you'll need to click into the advanced section of that menu. i use a completely separate disk for my / , which is /dev/hdd1.
the next important thing is the kernel parameter that grub uses to boot with. the only one that is necessary is nousb. this is all in the bootloader section mine you.
after all this, do NOT comfigure the sound, save that until after you are completely done. under redhat, video should configure properly, getting the reight video adaptor. as for the screen, use the generic laptop screen 1280x1024 (yes, that choice is in there). the color depth is 24bits.
now here comes the tricky part: you will need to disable the pcmcia services that is normally started as that causes the system to completely hang. two ways to do this, either boot with the install disc and go into rescue mode (linux rescue) or hit "i" for interactive startup and just say no to the pcmcia initialization.
i recommend the second option since there is less steps (you don't need to mount and chroot). anyway, once you are in the system, you'll need to:
chkconfig del 2345 pcmcia which will remove the service from starting up.
that's pretty much it to get one started on a workable system for further customizing which is the next step that i'm going to be working on.
ok, now i set up a chainloader for dual booting. on the linux system:
dd if=/dev/hdd1 of=/bootblk bs=512 count=1
this grabs my boot block so i can use it in conjunction with another bootloader. if you boot device is different, use that instead of hdd1.
copy that to a floppy and transfer it to your windows partition (i'm using xp pro). i left it in the c:\bootblk
open c:\boot.ini file and add:
c:\bootblk="redhat linux"
if any one else gets further along on figuring out the usb driver issues, i would really like to know.
hope this was helpful.