Thank you very much!Dr_Stein wrote:http://www.pbp.net/~jnichols/gentoo/
Is there some master that we should rsync it against?
EDIT: I'm not sure what the deal was. But, I took the file I downloaded to another box...used K3B on it to burn a CD from the iso image...and it worked just fine.
I'm up and installing on a Poweredge 4300....raid5.


Code: Select all
gentoo domegaraidCode: Select all
gentoo
gentoo domegaraid nokeymap
gentoo domegaraid nokeymap noapic
gentoo domegaraid nokeymap noapic ide=nodma
gentoo domegaraid dosym53c8xx

I even posted a message, but anything there had solved my problem:VFS: Cannot open root device "sda3" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(0,0)
So, I guess there is somewhere a conflicting module. My SCSI hardware is aBooting 'Gentoo Linux x86-2.6.12-r10'
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /kernel-2.6.12-gentoo-r10 root=/dev/sda3
[Linux-bzImage, setup=0x1c00, size=0x19d9b7]
Uncompressing Linux... Ok, booting the kernel.
Which Modules should I activate/deactivate?#
# SCSI device support
#
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
#
# SCSI Transport Attributes
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=y
#
# SCSI low-level drivers
#
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=y
CONFIG_MEGARAID_MAILBOX=y
CONFIG_MEGARAID_LEGACY=y
CONFIG_SCSI_SATA=y
CONFIG_SCSI_EATA_TAGGED_QUEUE=y
CONFIG_SCSI_EATA_LINKED_COMMANDS=y
CONFIG_SCSI_EATA_MAX_TAGS=16
CONFIG_SCSI_SYM53C8XX_2=y
CONFIG_SCSI_SYM53C8XX_2=y
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
# CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
CONFIG_MD_RAID10=y
CONFIG_MD_RAID5=y
CONFIG_MD_RAID6=y
CONFIG_MD_MULTIPATH=y
CONFIG_MD_FAULTY=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_MIRROR=y
CONFIG_DM_ZERO=y
CONFIG_DM_MULTIPATH=y
CONFIG_DM_MULTIPATH_EMC=y
# CONFIG_BLK_DEV_DM_BBR is not set
I've never tried this process, I built my PC amd64 from the 64 bit boot cd.bus.dch wrote:1. Get the system working in x86, especially the network driver.
2. Build an amd64 kernel.
3. Boot into amd64 kernel, still have an x86 filesystem. (Will this work??) I really don't know.
4. Change the CHOST, etc.
5. rebuild as amd64.
I don't know if I already said, I have a working amd64 install. But shouldn't the amd64 livecd work? (It shouldn't crash on sata_nv.) Plus, yeah, this other question about switching from x86 to amd64... So I'm going to do a reinstall. First, I need to get all my h/w working, so that I have all the drivers figured out. Then I'll reinstall. (Oh, and I'm going to go in to work in there sometime...)Jiffy wrote:I'm really curious as to if this actually would work. If you do this, please let me know how it worked out. Good luck!