hideall Hide *all* partitions, unhide selected partition\n\
unhide Unhide primary partitions\n\
unhideall Unhide *all* partitions\n\
- nombrchs Walk *all* partitions and fix E/MBRs' chs values\n\
+ nofixchs Walk *all* partitions and fix E/MBRs' chs values\n\
nokeeppxe Keep the PXE and UNDI stacks in memory (PXELINUX)\n\
nowarn Wait for a keypress to continue chainloading\n\
- useful to see emited warnings\n\
opt.save = true;
} else if (!strcmp(argv[i], "nosave")) {
opt.save = false;
- } else if (!strcmp(argv[i], "mbrchs")) {
- opt.mbrchs = true;
- } else if (!strcmp(argv[i], "nombrchs")) {
- opt.mbrchs = false;
+ } else if (!strcmp(argv[i], "fixchs")) {
+ opt.fixchs = true;
+ } else if (!strcmp(argv[i], "nofixchs")) {
+ opt.fixchs = false;
} else if (!strcmp(argv[i], "warn")) {
opt.warn = true;
} else if (!strcmp(argv[i], "nowarn")) {
This is useful for invocations such as:
chain.c32 hdN M setbpb save nochain
-chain.c32 hdN mbrchs nochain
+chain.c32 hdN fixchs nochain
chain.c32 hdN unhideall nochain
Please see respective options for more details.
starting with 'un' will simply unhide every partition (primary ones or all).
Writing is only performed, if the os type values actually changed.
- mbrchs
- *nombrchs
+ fixchs
+ *nofixchs
If you want to make a drive you're booting from totally compatible with current
BIOS, you can use this to fix all partitions' CHS numbers. Good to silence e.g.
'nochain' option disables handover, file loading and sector mapping, as these
are pointless in such scenario (although file might be reenabled in some future
version, if writing to actual files becomes possible). Mainly useful for
-options 'mbrchs', '[un]hide[all]' and setbpb.
+options 'fixchs', '[un]hide[all]' and setbpb.
isolinux=<file>
sets: file=<file> nohand nosect isolinux