> Is there anyway to stop the install from configuring
> the rge0 interface?
> I have a msi m675 ;{ (not very solaris friendly). The
> install picks up on the RTL8111 chip set as being
> compatible with the rge driver. The driver fails to
> attach and the install just sits forever at
> attempting to configure interface rge0.
>
> The gani driver does work without problem on this
> chipset but I need a way of telling the install to
> just forget about that rge driver.
>
> I thought about going into the iso and removing the
> rge package. If I do this can I just rebuild the iso
> with mkisofs or is there something special that needs
> to be done for a bootable iso?
Would this work?
edit the installer grub kernel line
ex. change kernel /boot/multiboot kernel/unix -B install_media=cdrom
to
kernel /boot/multiboot kernel/unix -B install_media=cdrom,disable-rge=true
and boot this line.
It should say "Notice: rge driver disabled" during boot
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]