Contribute
Register

Edit Bootloader

Status
Not open for further replies.
K thanx, I'll try it out!!
 
It only had a save option that is why I got confused but went to preferences and change so the extension doesn't get changed when saving. That all good but I got another problem which is it wouldn't hide the ntfs partitions I used this:
<key>Default Partition</key>
<string>hd(1,1)</string>
<key>Hide Partition</key>
<string>hd(0,3)</string>
<string>hd(0,4)</string>
<string>hd(1,2)</string>
<string>hd(1,3)</string> (not in the code but this is ntfs and it wont hide)

Please help!!
 
by doing that multiple string thing, that might be messing with it. you are supposed to have 1 key line, then 1 string line.
to hide multiple hard drives, you add the hard drive to the first string, eg <string>hd(0,3) hd(0,4) hd(05)</string>.

try hiding one first, then make sure it hides, then try the others
 
K its working thanx!!! I used this (as it was said):
<key>Hide Partition</key>
<string>hd(0,3) hd(0,4) hd(1,2) hd(1,3)</string>

So thanks for everyone's help!! If you don't mind I had another problem so if you could view this it would be nice: viewtopic.php?f=169&t=29400

Thanks again!
 
Status
Not open for further replies.
Back
Top