Gentoo Archives: gentoo-server

From: Martin Hajduch <martin.hajduch@×××××××××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Dell 1655mc
Date: Wed, 21 Jan 2004 01:06:29
Message-Id: 400DDE90.7010102@assyst-intl.com
In Reply to: RE: [gentoo-server] Dell 1655mc by Chris Smart
1 >>>My problem is that these servers don't have ide or scsi floppy or cdrom
2 >>>drives.
3 >>>
4 >>>It has just one usb 1.0 plug which I *can* boot the live cd from, but
5 >>>*all* the cd's(knoppix too) fail to find the cdrom device when It comes
6 >>>time.
7 >>>I've tryed PXE booting to start the install but I only have a redhat
8 >>>server to work from and for me thats like pulling my own teeth with a
9 >>>claw hammer.
10 >>>
11 >>>
12 if you have the resources, you can try this:
13
14 - take system which has usb 1.0, which can also boot from that cd drive,
15 and where you can install gentoo
16 - install gentoo, build a kernel of your choice and find out which
17 modules you need to be able to access your cd drive on usb
18 - create initrd (your own, it does not need to be as sophisticated
19 [complicated] as the one created by genkernel) - something like
20 lvmcreate_initrd does
21 - copy your modules there, add /sbin/insmod commands
22 - recreate gentoo live cd, with your kernel and your initrd there
23
24 i had a similar problem - i have raid controller which is not supported
25 in kernels available on the live cd (and not in vanilla kernel as well)
26 bios can access the disk, but linux was not able to - so i could boot
27 but was unable to access the disk where i wanted to install the system
28 (and i had only one cdrom drive, no network and not enough memory to
29 cache gentoo's live cd, etc ...)
30 i have a source code for the driver, so i created my own version of the
31 live cd with the module there and the rest was simple
32
33 regards,
34 martin