Displaying 1 result from an estimated 1 matches for "_automaticaly_".
Did you mean:
_automatically_
2007 Aug 06
1
how to find out which is the system disk by bios?
...my case the system is not boot
after the install since grub (and the os) it's not on the system disk
where the bios try to find it. ok after i recognize it i can choose sdc
during install and install the whole system there, but the worse thing
is that i'd like to do it from a kickstart file _automaticaly_. so i
have to somehow discover which disk will be choosen by the bios as
system disk? or which disk is connected to the on board controller and
which is the pci extension card? how can i find out this information
(eg. by a shell script in kickstart %pre section)? and this scripts
should have to wor...