1748128 Members
3676 Online
108758 Solutions
New Discussion

Re: modifying auto file

 
SOLVED
Go to solution
himacs
Super Advisor

modifying auto file

Hi Admins,

Now m standing in efi shell.i want to modify the auto file to 'boot vmunix -lq'

Please help me on the same.

Regards
himacs
1 REPLY 1
Jose Mosquera
Honored Contributor
Solution

Re: modifying auto file

Hi,

#echo "boot vmunix -lq" > /tmp/AUTO.mod
#efi_cp -d /dev/rdsk/c?t?d?s1 /tmp/AUTO.mod /EFI/HPUX/AUTO

-OR-

#efi_cp -d /dev/rdsk/c?t?d?s1 -u /EFI/HPUX/AUTO /tmp/AUTO.mod
#vi /tmp/AUTO.mod
Modify "boot vmunix" by "boot vmunix -lq"

Then put back the file on both EFI partitions with:
#efi_cp -d /dev/rdsk/c?t?d?s1 /tmp/AUTO.mod /EFI/HPUX/AUTO

Rgds.