search for: loadhd

Displaying 6 results from an estimated 6 matches for "loadhd".

Did you mean: loaded
2019 Apr 04
5
Question of syslinux chainloading
...linux.cfg file: ------------------------------------------------------------------------------------------------ path /syslinux UI menu.c32 prompt 1 timeout 250 menu title Multi-purpose Boot Disk #This item fails label normal menu default menu label Boot from ^hard disk com32 chain.c32 hd1 label loadhd menu label Boot from local ^NTLDR com32 chain.c32 ntldr=/ntldr #This item fails label dos menu label MS-^DOS 7.1 com32 chain.c32 msdos7=io.sys label dosimg menu label MS-^DOS 7.1 super boot disk image kernel memdisk append initrd=/dos/MSDOS.IMG floppy label hdt menu label Hardware ^Info com32 hd...
2019 Apr 04
0
Question of syslinux chainloading
...--------------------------------------------- > path /syslinux > UI menu.c32 > prompt 1 > timeout 250 > > menu title Multi-purpose Boot Disk > > #This item fails > label normal > menu default > menu label Boot from ^hard disk > com32 chain.c32 hd1 > > label loadhd > menu label Boot from local ^NTLDR > com32 chain.c32 ntldr=/ntldr > > #This item fails > label dos > menu label MS-^DOS 7.1 > com32 chain.c32 msdos7=io.sys > > label dosimg > menu label MS-^DOS 7.1 super boot disk image > kernel memdisk > append initrd=/dos/MSDO...
2019 Apr 05
0
Question of syslinux chainloading
...if you unplug the USB and reboot the system, can you successfully boot directly to the HDD's OS? Test #3: Add an entry to your syslinux.cfg: label hd1_1 com32 chain.c32 # Boot to first partition of ... # There is a space character before the partition number. append hd1 1 > > label loadhd > menu label Boot from local ^NTLDR > com32 chain.c32 ntldr=/ntldr > > #This item fails > label dos > menu label MS-^DOS 7.1 > com32 chain.c32 msdos7=io.sys Where exactly the files needed to boot MSDOS 7.1 are located? Do you have the module file "ls.c32" in the...
2019 Apr 09
3
Question of syslinux chainloading
...ace character before the partition number. > append hd1 1 > That will change the error message to one line "Booting..." only and still hang. Change hd1 to hd0 will loop back to syslinux menu, which is expected. And "localboot 0x80" fails too. > >> >> label loadhd >> menu label Boot from local ^NTLDR >> com32 chain.c32 ntldr=/ntldr >> This ntldr is on the usb-hdd disk, with a boot.ini setting point to the fixed hard disk: multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect a...
2019 Apr 04
2
Question of syslinux chainloading
...> > UI menu.c32 > > prompt 1 > > timeout 250 > > > > menu title Multi-purpose Boot Disk > > > > #This item fails > > label normal > > menu default > > menu label Boot from ^hard disk > > com32 chain.c32 hd1 > > > > label loadhd > > menu label Boot from local ^NTLDR > > com32 chain.c32 ntldr=/ntldr > > > > #This item fails > > label dos > > menu label MS-^DOS 7.1 > > com32 chain.c32 msdos7=io.sys > > > > label dosimg > > menu label MS-^DOS 7.1 super boot disk imag...
2019 Apr 09
0
Question of syslinux chainloading
...uot;localboot 0x81" (not "80") might work successfully, but I wouldn't bet on it. In either case, these two failures do not help us in narrowing down the problem; it could be chain.c32, or SYSLINUX, or, as said before, the (MBR/VBR) boot code of Windows. > >> label loadhd > >> menu label Boot from local ^NTLDR > >> com32 chain.c32 ntldr=/ntldr > >> > This ntldr is on the usb-hdd disk, with a boot.ini setting point to the > fixed hard disk: > multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP > Professional&q...