search for: forcehd0

Displaying 12 results from an estimated 12 matches for "forcehd0".

Did you mean: forced
2014 Jun 23
1
isohybrid has 2 variants
Hi, On 23/06/2014 12:07, Thomas Schmitt wrote:> Hi, > > i have written an introduction to isohybrid and put it on > the discussion page of the ISOLINUX wiki. > > http://www.syslinux.org/wiki/index.php/Talk:ISOLINUX#Proposal_for_description_of_isohybrid > > Review and proposals are appreciated. Caveat emptor: this is a review by an end user (not a developer), who
2017 Mar 26
1
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...> We seem to be suggesting to just dd' the first 432 bytes of their USB > devices with Martin's isohybrid Yes. As long as it is not about the old Macs which the APM of Fedora and some Gentoo ISOs wants to make boot, and not about ISOs made with isohybrid options --partok -ctrlhd0 --forcehd0. > which would be the step-by-step instructions for users of other > isohybrid images? Copy at most 432 bytes to the start of USB stick or ISO image file: iso=/dev/sdc or iso=image.iso dd conv=notrunc if=isohdpfx.bin.170324 bs=1 count=432 of="$iso" > Would they d...
2014 Jun 24
0
isohybrid has 2 variants
...html With -h or -s we get to the same undecidable discussions about cylinder size which we had a while ago. We did not really make progress with getting this well documented. -e , -t, -i are MBR specific. -o is a bit questionable, as a non-zero value will normally make the partition unmountable. --forcehd0, --ctrlhd0, --partok choose the built-in MBR template. They all need exploration and lots of background information. > _ basic examples; I claim that isohybrid output.iso isohybrid --uefi output.iso are basic. > _ resources, see also, more info... I take proposals. > http:...
2014 Jun 24
1
isohybrid has 2 variants
...the same undecidable discussions about > cylinder size which we had a while ago. We did not really make > progress with getting this well documented. > -e , -t, -i are MBR specific. > -o is a bit questionable, as a non-zero value will normally make > the partition unmountable. > --forcehd0, --ctrlhd0, --partok choose the built-in MBR template. > > They all need exploration and lots of background information. > > > > _ basic examples; > > I claim that > > isohybrid output.iso > > isohybrid --uefi output.iso > > are basic. > >...
2014 Jun 21
1
isohybrid has 2 variants
Op 2014-06-20 om 15:56 schreef Ady: > > The Perl variant, isohybrid.in, seems to be getting left behind > regarding several patches. I don't recall whether there is at least > some mention in the isohybrid docs about the existence of 2 variants > included in Syslinux (and that is in addition to other isohybrid > methods outside Syslinux). Is there any reference? >
2014 Jun 22
2
[PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/
...); printf(FMT, " -u --uefi", "Build EFI bootable image"); - printf(FMT, " -m --mac", "Add AFP table support"); + printf(FMT, " -m --mac", "Add APM table support"); printf("\n"); printf(FMT, " --forcehd0", "Assume we are loaded as disk ID 0"); -- 1.8.4.2
2017 Mar 26
2
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi, Ady wrote: > so, why the original isohybrid image from Debian and many other > isohybrid images have mostly (but not all) "00s" in place of the "90s"? That's a fake Block0 of an Apple Partition Map. Part of mjg's layout. Caused by isohybrid option --mac or xorrisofs option -isohybrid-apm-hfsplus. * Fedora has it with EFI FAT filesystem in one partition
2011 Aug 05
3
isolinux: Generate GPT and Mac bootable images
...rintf(FMT, " -i --id", "Specify MBR ID (default random)"); + printf(FMT, " -u --uefi", "Build EFI bootable image"); + printf(FMT, " -m --mac", "Add AFP table support"); printf("\n"); printf(FMT, " --forcehd0", "Assume we are loaded as disk ID 0"); @@ -122,6 +269,8 @@ check_option(int argc, char *argv[]) { "forcehd0", no_argument, NULL, 'f' }, { "ctrlhd0", no_argument, NULL, 'c' }, { "partok", no_argument, NULL, '...
2014 Jun 24
7
isohybrid has 2 variants
> Hi, > > Ady: > > _ Wiki should use more user-friendly language and "less deep" > > technical information. > > I tried to stay at the surface of isohybrid. > (Didier already asked for more depth about expert options.) My interpretation of Didier's questions is less depth and more user-friendly practical commands for end-users. Our points of view
2014 Jan 20
3
[PATCH] Add some man pages.
...fI<X>\fR +.br +Specify partition offset (default 0) +.TP +\fB-t\fR \fI<X>\fR, \fB--type\fR \fI<X>\fR +.br +Specify MBR ID (default random) +.TP +\fB-u\fR, \fB--uefi\fB +Build EFI bootable image +.TP +\fB-m\fR, \fB--mac\fB +Add Apple File Protocol partition table support +.TP +\fB--forcehd0\fR +Assume we are laoded as disk ID 0 +.TP +\fB--ctrlhd0\fR +Assume disk ID 0 if the Ctrl key is pressed +.TP +\fB--partok\fR +Allow booting from within a partition +.TP +\fB-?\fR, \fB--help\fR +Display help +.TP +\fB-v\fR, \fB--verbose\fR +Display verbose output +.TP +\fB-V\fR, \fB--version\fR +Di...
2014 Jun 21
3
isohybrid has 2 variants
I'm going to get the hang of this mailing list eventually. Apologies for any duplicate emails.. >Ian Bannerman: >> While I did know the .exe variant was not official / untrusted, >Is there a special reason for this ? (Except the known bugs which affect Linux binaries, too.) Not really. I had never found a convincing source for it and had seen previous list entries like this
2014 Jun 22
16
Announcing a patch series for isohybrid.c
Hi, following will be 6 patch proposals for isohybrid.c 1: Encode GPT partition names as UTF-16LE 2: Correct blocking factor in APM partition block counts 3: Correct end block address of first GPT partition 4: Write GPT backup to the very end of the image 5: Change all fseek(3) to fseeko(3) 6: Introduce option --mbr and make isohybrid.c compilable standalone If the form needs adjustments,