Either it needs to be told to boot up in reconfigure mode or u have to detect all the devices using specific commands.
Here I will Put the ways of automatic reconfiguration:
- boot -r command on ok prompt (openBoot) before loading of OS.
- touch /etc/reconfigure in OS to detect new devices next time it boots.
- reboot -- -r. In this command what we are actually doing is rebooting and telling it to pass options to the boot command on ok prompt. Anything after -- is considered as options for boot.
No comments:
Post a Comment