Displaying 4 results from an estimated 4 matches for "hd1_1_swap".
Did you mean:
hd1_swap
2019 Apr 11
2
Question of syslinux chainloading
...localboot 0x80|0x81, or 0x00, or 0x any digit, or localboot only
without numbers, will show two line quickly:
Booting from local disk...
Boot error
Then jump to fixed HD's boot.ini menu and boot normally.
>
> Please try (and please, use the 'append' directive):
>
> label hd1_1_swap com32 chain.c32 # Boot to first partition of ... #
> There are space characters, before and after the partition number.
> append hd1 1 swap
>
> If that fails too, try:
>
> label hd1_swap com32 chain.c32 # Boot to first partition of ... #
> There is a space character after th...
2019 Apr 11
0
Question of syslinux chainloading
...ou. OTOH, having the same exact behavior when using
different LOCALBOOT options _could_ be an indication of a bug (and if that's
the case, it would not be the first sign of a bug in LOCALBOOT).
> > Please try (and please, use the 'append' directive):
> >
> > label hd1_1_swap com32 chain.c32 # Boot to first partition of ... #
> > There are space characters, before and after the partition number.
> > append hd1 1 swap
> >
> > If that fails too, try:
> >
> > label hd1_swap com32 chain.c32 # Boot to first partition of ... #
> >...
2019 Apr 09
3
Question of syslinux chainloading
On 2019-4-5 11:28, Ady Ady via Syslinux wrote:
>>
>> #This item fails
>> label normal
>> menu default
>> menu label Boot from ^hard disk
>> com32 chain.c32 hd1
>
>
>>From the Syslinux boot menu, press [Esc] in order to get to the boot prompt. At
> the boot prompt, type in:
>
> normal
>
> and press [Enter].
>
> Is there
2019 Apr 09
0
Question of syslinux chainloading
...(MBR/VBR) boot code is having some problem with the fact
that the HDD is not really the first boot device in the eyes of the BIOS, and
so its boot partition is not really the "boot partition of the first boot
device".
Please try (and please, use the 'append' directive):
label hd1_1_swap
com32 chain.c32
# Boot to first partition of ...
# There are space characters, before and after the partition number.
append hd1 1 swap
If that fails too, try:
label hd1_swap
com32 chain.c32
# Boot to first partition of ...
# There is a space character after the disk number.
append hd1 swap
&g...