search for: temp_boot

Displaying 7 results from an estimated 7 matches for "temp_boot".

Did you mean: qemu_boot
2018 Dec 14
0
efi config hang
...ve. It's pretty small, so that;s good. Here is the whole patch: diff --git a/build/config/x86.cfg b/build/config/x86.cfg index 9f25316..b145025 100644 --- a/build/config/x86.cfg +++ b/build/config/x86.cfg @@ -57,7 +57,7 @@ endif mkfs.msdos -v -i $(DOS_VOLUME_ID) -n $(DOS_VOLUME_LABEL) -C $(TEMP_BOOT) $(FLOPPY_SIZE) # syslinux is used to make the image bootable - syslinux $(SYSLINUX_OPTS) $(TEMP_BOOT) + syslinux $(SYSLINUX_OPTS) $(TEMP_BOOT) --directory /boot/syslinux/ mcopy -i$(TEMP_BOOT) $(TEMP_KERNEL) ::linux mcopy -i$(TEMP_BOOT) $(TEMP_INITRD) ::initrd.gz @@ -110,9 +110,19 @@ endif...
2018 Dec 13
2
efi config hang
@Carl, I'll repeat what I said in my prior email: you don't have to keep looking, we already achieved what you want (considering that you are willing to "disregard" the screen problems and similar issues, at least for now, according to your own emails). In short: 1_ Re-read my email from 2018Dec05: www.syslinux.org/archives/2018-December/026247.html where I posted
2018 Nov 30
0
fixing debian's hd-media image
> > > I think add some lines around here: > > > > > > https://salsa.debian.org/installer-team/debian-installer/blob/master/build/config/x86.cfg#L113-115 > > > > > > mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/vesamenu.c32 > > > ::vesamenu.c32; \ > > > mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/libcom32.c32 > > > ::libcom32.c32; \ > > > mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/libutil.c32 > > > ::libutil.c32...
2018 Nov 17
2
fixing debian's hd-media image
...e64 from the tarbal or package? > > What is "upstream" to you in this context? Debian? D-I? The Syslinux > Project? Other? Debian. I think add some lines around here: https://salsa.debian.org/installer-team/debian-installer/blob/master/build/config/x86.cfg#L113-115 mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/vesamenu.c32 ::vesamenu.c32; \ mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/libcom32.c32 ::libcom32.c32; \ mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/libutil.c32 ::libutil.c32 ; \ > > > > > > I'm trying to follow the guids >...
2018 Nov 30
2
fixing debian's hd-media image
...context? Debian? D-I? The Syslinux > > > Project? Other? > > > > Debian. > > > > I think add some lines around here: > > > > https://salsa.debian.org/installer-team/debian-installer/blob/master/build/config/x86.cfg#L113-115 > > > > mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/vesamenu.c32 > > ::vesamenu.c32; \ > > mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/libcom32.c32 > > ::libcom32.c32; \ > > mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/libutil.c32 > > ::libutil.c32 ; \ > > > I'...
2018 Nov 17
0
fixing debian's hd-media image
...at is "upstream" to you in this context? Debian? D-I? The Syslinux > > Project? Other? > > Debian. > > I think add some lines around here: > > https://salsa.debian.org/installer-team/debian-installer/blob/master/build/config/x86.cfg#L113-115 > > mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/vesamenu.c32 > ::vesamenu.c32; \ > mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/libcom32.c32 > ::libcom32.c32; \ > mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/libutil.c32 > ::libutil.c32 ; \ I'm confused. Why exactly those (BIOS)...
2018 Nov 13
2
fixing debian's hd-media image
I want to eufi boot this image: http://cdn-fastly.deb.debian.org/debian/dists/testing/main/installer-amd64/current/images/hd-media/boot.img.gz there is a bug against it: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913523 I'd like to fix the resulting usb stick for my use, and also fix it in a way that can be used to fix the upstream bug. I'm trying to follow the guids