Displaying 20 results from an estimated 1000 matches similar to: "Bootable CD for booting of USB HDD"
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
New module which check if the PLoP Boot Loader already has booted a
CDROM or USB drive by checking for the presence of the PLoP INT13h hook.
The following assembly code (NASM) can detect the PLoP INT13h hook:
mov eax,'PoLP' ; Reverse of 'PLoP'
mov ebp,'DKHC' ; Reverse of 'CHKD'
int 13h
cmp eax,' sey' ; Reverse of 'yes '
jz
2013 Jun 29
7
Plop Boot Manager quit working with 5.10
I have updated syslinux in Parted Magic's test version to the 5.10 release.
With 4.06 I booted plop like this:
LINUX /boot/plpbt/plpbt.bin
Now it says /boot/plpbt/plpbt.bin... ok
Booting kernel failed: Invalid argument
Other "extras" like IPXE, HDT, memtest86+, chntpw, Super Grub Disk, etc...
all work with 5.10. Revert to 4.06 and plop works again.
Is this a problem with syslinux
2010 Sep 05
1
Loading plpbt.bin from Syslinux 4.02 causes reboot
Hi,
I'm trying to setup a flash drive with Syslinux 4.0.2, ifplop.c32, and
plpbt.bin (5.0.10) as shown in the thread here:
http://forum.plop.at/index.php/topic,165.0.html
Unfortunately, the system reboots as soon as I load plpbt.bin from Syslinux.
I don't think it's a problem with plpbt.bin because it works if I boot
Grub4DOS and load it. : (
It will also work if I boot
2009 Aug 18
2
MEMDISK-ISO: found another non-working ISO
Hi Shao Miller,
I found another ISO that doesn't work with MEMDISK-ISO.
It is the ISO of the PloP bootmanager.
It is a ISO which uses floppy emulation.
When I boot it with MEMDISK-ISO (run from Syslinux), my PC instantly reboots.
When I extract the floppy image from the ISO and boot this file with MEMDISK, it works fine.
Grub4dos iso emulation works fine for this iso.
When using Grub4dos
2017 Feb 08
6
kexec to syslinux
Is it possible to kexec to the syslinux interface, thus bypassing the
hw initialization?
What would be the kexec command?
kexec -l ??? --append=??? --initrd=???
TIA
Jorge Almeida
2013 Jun 29
3
Plop Boot Manager quit working with 5.10
> On 06/28/2013 05:32 PM, Patrick Verner wrote:
> > I have updated syslinux in Parted Magic's test version to the 5.10 release.
> > With 4.06 I booted plop like this:
> >
> > LINUX /boot/plpbt/plpbt.bin
> >
> > Now it says /boot/plpbt/plpbt.bin... ok
> > Booting kernel failed: Invalid argument
> >
> > Other "extras" like
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
Hello all
I have installed "syslinux" as follows:
Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1999.
C:\WINDOWS>format o: /s
C:\WINDOWS>format o: /s
WARNING, ALL DATA ON DISK
DRIVE O: WILL BE LOST!
Proceed with Format (Y/N)?y
Checking existing disk format.
Formatting 967.98M
Format complete.
System transferred
Volume label (11 characters, ENTER for none)?
2010 Jun 13
0
[PATCH]: ifplop.c32: COM32 module for detection of PLoP USB boot-loader
I wrote a COM32 module which detects if the PLoP bootmanager was used to
boot a CDROM drive or USB drive, by checking for the presence of the PLoP
INT13h hook.
The PLoP INT13h hook check works like this (NASM syntax):
mov eax,'PoLP' ; Reverse of 'PLoP'
mov ebp,'DKHC' ; Reverse of 'CHKD'
int 13h
cmp eax,' sey' ; Reverse of 'yes '
2009 Apr 16
1
Can Asterisk bridge between a SIP client and a Cisco Call
>
> Hi,
You can achieve this by integrate CCM and asterisk using SIP trunk.
In CCM you can create SIP trunk, After creating SIP trunk in between CCM and
asterisk, you have to configure dialplan on CCM to pass the calls to
asterisk.
One the caller id comes to Asterisk you have to use extension.conf to route
the calls.
You can also try with freepbx GUI to configure inbound route, it makes
2013 Jun 29
0
Plop Boot Manager quit working with 5.10
> I have updated syslinux in Parted Magic's test version to the 5.10 release.
> With 4.06 I booted plop like this:
>
> LINUX /boot/plpbt/plpbt.bin
>
> Now it says /boot/plpbt/plpbt.bin... ok
> Booting kernel failed: Invalid argument
>
> Other "extras" like IPXE, HDT, memtest86+, chntpw, Super Grub Disk, etc...
> all work with 5.10. Revert to 4.06 and
2009 Apr 10
3
Can Asterisk bridge between a SIP client and a Cisco Call Manager server?
Hi,
This is probably outside what Asterisk is intended for, but I'm hoping it can
help.
I need to make and receive calls through a Cisco Call Manager server that I
have no control over. I have to use a Cisco soft phone (Cisco IP
Communicator), which only runs on Windows. But I'm on Linux. CCM is
apparently capable of supporting SIP and H.323 interfaces, but they won't
provide
2013 Jun 29
0
Plop Boot Manager quit working with 5.10
On 06/28/2013 05:32 PM, Patrick Verner wrote:
> I have updated syslinux in Parted Magic's test version to the 5.10 release.
> With 4.06 I booted plop like this:
>
> LINUX /boot/plpbt/plpbt.bin
>
> Now it says /boot/plpbt/plpbt.bin... ok
> Booting kernel failed: Invalid argument
>
> Other "extras" like IPXE, HDT, memtest86+, chntpw, Super Grub Disk,
2013 Jul 01
0
Plop Boot Manager quit working with 5.10
On Fri, 28 Jun, at 07:32:30PM, Patrick Verner wrote:
> I have updated syslinux in Parted Magic's test version to the 5.10 release.
> With 4.06 I booted plop like this:
>
> LINUX /boot/plpbt/plpbt.bin
>
> Now it says /boot/plpbt/plpbt.bin... ok
> Booting kernel failed: Invalid argument
>
> Other "extras" like IPXE, HDT, memtest86+, chntpw, Super Grub
2008 Oct 22
3
Question about .bs and .bss style bootsectors.
Hello
Recently I've been happily experimenting with syslinux, replacing grub
and my old bootmanager. All works beautifully, but I have one question -
in case of .bss bootsectors - what exactly and under what circumstances
is patched in ?
With syslinux used as main bootmanager - bootsectors from xp64, xp32 and
[pre-syslinux] msdos 7.1 (98se) work perfectly fine when chainloaded
natively as
2004 Oct 10
4
grub in the mbr
hi,
i ve grub in the mbr of my usb stick and now i am not longer able to use
the syslinux bootmanager. i tried to delete grub from mbr with:
dd if=/dev/null of=/dev/sda bs=512 count=1
but nothing changed grub is still in the mbr hope somebody can help me
thx so long
2015 May 25
4
Windows 7 client trying to authenticate with windows machine name
Hello there.
I'm having an issue authenticating a Windows 7 (not in a domain) against a Samba 4.1.17 (debian Jessie). It appears that the client is trying to authenticate using with it's machine name and not the user filled in the auth form. I'm using security = user and I can confirm that the share is working with Win8. Could you check my conf & the error and share me your
2009 Sep 22
1
Booting linux install on usb key using extlinux
Hi,
The examples for making a bootable usb key using extlinux just transfer a live
cd to usb. To me, this misses the advantage of usb keys (other than size),
that they are writable. I would like to have a full linux install on a usb
key and be able to boot it using extlinux. This way I can install new
packages and make other changes without jumping through squashfs hoops. Is
there reason why
2013 Dec 14
1
Convert bootable raw hdd image to bootable iso?
Hi,
is it possible to convert a bootable raw hdd image including grub
(originally created with grml-debootstrap) to a bootable iso somehow?
Cheers,
adrelanos
2015 May 26
1
Windows 7 client trying to authenticate with windows machine name
Gents,
Any clue on what could be the problem and how to solve it ? My conf and error inside the following pastebin :
smb error win7 - Pastebin.com
| ? |
| ? | | ? | ? | ? | ? | ? |
| smb error win7 - Pastebin.com## Samba Conf ## [global] ? ?workgroup = plop ? ?server string = %h serveur ? ?security = user ? ? ?netbios name = plop ? ?dns proxy = no ? ?log file = /var/log/sam... |
| |
| Afficher
2007 Sep 02
3
Slightly OT: Anyone got a PXE bootable HDD low level format tool?
Slightly off topic, but does anyone have a utility for low level
formating Maxtor ATA hard disks that can be booted from PXELinux (either
as some kind of binary or as a floppy image)?
I just went to get the official tools, but they only have a floppy
creator (which won't help me in Linux, or without a floppy drive) and a
CD ISO. And it seems 99% of 3rd party software is unhelpfully the