I am trying to restore RHEL OS (5.3.1.1) from network, where we have VLANs configured on our switches. So the only way to get to shared folder on remote server with backup image is to configure VLAN.
I booted a machine with Red Hat Recovery CD and ran linux rescue. But in this mode there is no VLAN support. No file under /proc/net/vlan/config and there is no module loaded (lsmod|grep 802 gives nothing).
Is there a way to boot from CD/DVD with 8021q support? modprobe 8021q in a regular linux rescue mode gives error due to missing folders with modules.dep.
On official web site I found some info that we can add more keys after linux rescue command in order to include support of other things.
Does anybody knows how to make linux rescue boot with VLAN support (8021q)?