Displaying 4 results from an estimated 4 matches for "hd1_swap".
Did you mean:
hd1_1_swap
2019 Apr 11
2
Question of syslinux chainloading
...>
> 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
>
Both succeeded smoothly, without any error message. I tried "hd0 swap",
yet it is same to "hd0", so it is not swapping 0 and 1 as I think.
I also tri...
2019 Apr 11
0
Question of syslinux chainloading
...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
> >
> Both succeeded smoothly, without any error message. I tried "hd0 swap",
> yet it is same to "hd0", so it is not swapping 0 and 1 as...
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
...uot;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
> >> #This item fails
> >> label dos
> >> menu label MS-^DOS 7.1
> >> com32 chain.c32 msdos7=io.sys
> >
> >
> > Where exa...