Displaying 20 results from an estimated 900 matches similar to: "Install gptmbr with Windows"
2016 Aug 04
1
Install gptmbr with Windows
Oh somehow I never noticed that "bootsecfile" option. That's probably what
I need to use. I was looking at the source to see how the --mbr flag works
and thought that there should be a way to do the same thing with the other
mbr files.
On Thu, Aug 4, 2016 at 2:41 AM poma <pomidorabelisima at gmail.com> wrote:
> On 04.08.2016 00:58, Erik Sandberg via Syslinux wrote:
>
2016 Aug 04
0
Install gptmbr with Windows
On 04.08.2016 00:58, Erik Sandberg via Syslinux wrote:
> Does anyone know how to install the gptmbr.bin onto a USB drive with
> Windows? I noticed that it would be really easy to modify the source of the
> installer to install gptmbr.bin instead of mbr.bin with the -m flag, but
> I'd like a solution that doesn't require me to maintain my own custom
> syslinux. I'm open
2016 Aug 04
0
Install gptmbr with Windows
On 8/3/2016 18:58, Erik Sandberg via Syslinux wrote:
> Does anyone know how to install the gptmbr.bin onto a USB drive with
> Windows? I noticed that it would be really easy to modify the source of the
> installer to install gptmbr.bin instead of mbr.bin with the -m flag, but
> I'd like a solution that doesn't require me to maintain my own custom
> syslinux. I'm open to
2016 Aug 08
0
Install gptmbr with Windows
Thanks for all the advice!
I found the mirkes.de Tiny Hexer to be extremely helpful. "dd for windows
by John Newbigin" seemed like it was going to be perfect for scripting but
I wasn't able to get it to write only 440 bytes (it errors if I give it any
blocksize that isn't a multiple of 512).
I'm thinking that I may need to write my own little utility that reads the
first
2016 Aug 08
2
Install syslinux on GPT drive with Windows
I'm trying to make a drive that can boot with both UEFI and BIOS. I've
built the drive successfully on my Linux machine, but can't get the drive
to build with my Windows machine. The only step that's different right now,
is that I use `extlinux --install /media/drive` to install with Linux, and
`syslinux.exe --install d:` to install with Windows. In fact, I can prepare
a drive with
2013 Dec 14
4
[PATCH 1/2] Match comment with code
The handover protocol uses ED as partition type
but the comment above it still mentions EE
Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
---
mbr/gptmbr.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
index 7f450d3..8ab6b50 100644
--- a/mbr/gptmbr.S
+++ b/mbr/gptmbr.S
@@ -194,7 +194,7 @@ found_part:
pushw %di
/* 80 00 00 00
2013 Dec 29
2
[PATCH 2/2] Remove some whitespace
Op 2013-12-14 om 21:34 schreef Ruben Kerkhof:
> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
> ---
> mbr/gptmbr.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
> index 8ab6b50..7d98aee 100644
> --- a/mbr/gptmbr.S
> +++ b/mbr/gptmbr.S
> @@ -213,7 +213,7 @@ found_part:
>
> movzwl
2013 Dec 15
3
[PATCH 1/2] Match comment with code
Op 2013-12-15 om 17:39 schreef Ferenc Wagner:
> Ruben Kerkhof <ruben at rubenkerkhof.com> writes:
>
> > /* 80 00 00 00 ee 00 00 00
> > - - bootable partition, type EFI (EE), no CHS information */
> > + - bootable partition, type EFI (ED), no CHS information */
>
> Please fix the previous comment line as well.
As I understand that, so in _my words_:
2010 Apr 30
4
Syslinux 4.00-pre40 now a Release Candidate
I just released Syslinux 4.00-pre40. This is now a Release Candidate,
meaning that it is on track to be released as it currently is unless I
hear back about currently unexpected problems.
If you have a chance, please pretty please test it.
-hpa
2009 Mar 30
3
[PATCH 0/3] v2: mbr: Ctrl-key press forces load from first hard disk
Version 2 of these patches includes optimisations suggested by H Peter
Alvin to save bytes:
* Use memory-mapped I/O register to read keyboard shift flags
* Don't reload DX from memory; move immediate byte to register
Tested using mbr.bin.
TJ (3):
mbr: Ctrl-key press forces load from first hard disk
gptmbr: Ctrl-key press forces load from first hard disk
isohdpfx: Ctrl-key press
2019 Jan 03
3
Interaction with Windows bootloader
Good afternoon all! I have a project I'm working on that requires
Linux to be installed either to its own partition, or to the partition
of a host OS (Windows or Linux). One way works, the other way does
not...
Use Case 1:
In this scenario, Linux is installed to its *own* partition as is
syslinux (syslinux -i /path/to/syslinux/files). Afterwards, I 'dd'
the first 512bytes of that
2009 Jan 22
4
SYSLINUX 3.73 release imminent
I intend to release SYSLINUX 3.73-pre7 as SYSLINUX 3.73 as soon as
possible. Please let me know if there are any outstanding bugs with
3.73-pre7 that either haven't been reported or I have forgotten about...
it's been a while.
-hpa
2019 Jan 06
2
Interaction with Windows bootloader
> On Sat, Jan 5, 2019 at 3:17 PM Ady Ady via Syslinux <syslinux at zytor.com> wrote:
>
> > > syslinux[64].exe -i -f c: bootsecfile.bss
> > >
> > > This should have been the form for your desire as specifying the
> > > filename should have told it to create the BSS instead of writing it
> > > to the VBR. Being the "fixed" HDD
2019 Jan 05
2
Interaction with Windows bootloader
> syslinux[64].exe -i -f c: bootsecfile.bss
>
> This should have been the form for your desire as specifying the
> filename should have told it to create the BSS instead of writing it
> to the VBR. Being the "fixed" HDD instead of a removable drive like a
> USB stick, "-f" is necessary.
Hmm, instead? Could this syntax be some kind of unintended oversight?
2008 Oct 29
2
Using syslinux on the PMBR of a GPT partition table
Hi,
I've been working on making a USB key which is bootable via EFI and
BIOS, and so far I've succeeded but only by using GRUB on the MBR.
Syslinux installs correctly, but because the USB key can only have one
partition and its type is EFI protective, it isn't set to bootable on
the MBR partition table and so syslinux (mbr.bin) doesn't boot. I've
also tried gptmbr.bin
2013 Nov 23
2
Booting with Syslinux 6.01 & 6.02 fails, causes restart.
>> Straight away the booting process looks different than with 4.06.
>> The periods that were showing progress in loading the initramfs now
>> does not increase as the initramfs is loaded. So, only three periods
>> after each initramfs.
>
> That happened in version 5.00.
Good to know that this is expected behavior. However, some sort of
indication that the initramfs
2018 Nov 29
2
Discard .note.gnu.property section to fix build failure (patch)
> There's 0 need to build MBRs for
> EFI
At least gptmbr.bin might come to mind (after all, GPT is part of the
UEFI specs). Isohybrid with UEFI options perhaps too?
> and I'm looking at why utils/ depends on mbr/
isohybrid(.pl) and mkdiskimage come to mind here?
I'm not saying for certain these are the reasons for such dependencies,
but they might (and perhaps
1998 Jun 04
5
Linux DoS attack through autoprobing
-----BEGIN PGP SIGNED MESSAGE-----
The autodetection routines for some linux modules can tie up the
machine for several seconds at a time. By trying to open devices not
present on the machine, a local user can disrupt service considerably.
A very simple exploit is
victim$ ls /dev/*/*
repeatedly.
A suggested fix is to remove or chmod 0 device nodes for hardware
not installed on the
2015 Nov 19
3
[PATCH] Refactor checksize.pl
- Remove padsize argument as it is never used.
- Add an usage printed when $file is not set or --help, -h
is the first argument.
- Add basic tests for this script.
---
mbr/checksize.pl | 27 ++++++++++++++++++---------
mbr/checksize_test.sh | 22 ++++++++++++++++++++++
2 files changed, 40 insertions(+), 9 deletions(-)
create mode 100644 mbr/checksize_test.sh
diff --git a/mbr/checksize.pl
2016 Nov 07
1
How do I create a syslinux bootable GPT UEFI Linux disk?
I need to create one bootable UEFI disk partition that contains all the space on the disk. The steps must work in a shell script. Ideally with syslinux/extlinux but if not possible then grub.
How to do this? Surely it should be dead easy, a handful of lines? Nothing I do works.
This is what I have so far:
DISK_DEVICE_NAME_CURRENT_OS=hda
echo remove all partitions
sudo /usr/local/sbin/sgdisk -Z