search for: winvblock

Displaying 14 results from an estimated 14 matches for "winvblock".

2009 Dec 07
3
[gPXE] Chain Grub4Dos over HTTP?
...quot; vs "memdisk iso". "raw" and "iso" are not mutually exclusive. I think that perhaps you meant "HDD versus El Torito emulation." One can do: LABEL ramwin KERNEL memdisk APPEND raw iso INITRD ramwin.iso > Lets say you have a ramboot windows (winvblock, firadisk, ms ramdisk, > wimboot, disklessangel, etc) and you will boot this over HTTP. What > would be the ideal way, utilizing resources most, to do this, of the 2 > mentioned methods? Again, assuming you are asking about an HDD image versus an .ISO image, the ISO9660 filesystem is...
2009 Dec 09
0
WinVBlock 0.0.0.4 Released
For anyone interested, WinVBlock 0.0.0.4 is released. It's a Windows driver for accessing MEMDISK instances. http://www.boot-land.net/forums/index.php?s=&showtopic=8168&view=findpost&p=86430 http://git.etherboot.org/?p=people/sha0/winvblock.git;a=summary Enjoy. - Shao Miller
2010 Jul 15
1
[off topic] gpxelinux bartpe
...k. I read on the memdisk page that there are two things to deal with this and I can't find one. the other looks like it is already installed so I need to figure out what else might be going wrong. The two methods I see listed on memdisk page http://syslinux.zytor.com/wiki/index.php/MEMDISK are WinVBlock and ramdisk WinVBlock driver I could not find I have been looking on the forum pointed too but I can't find any links ramdisk is supposidly enabled in the bartpe modules so this seems not to be working however i will double check for this tomorrow. I tried the tftp method and that will not...
2010 May 21
6
Get MEMDISK parameters from WinPE 32/64-bit?
Hi. I'm working on replacing a PXELINUX/MEMDISK loaded DOS based installation image with a PXELINUX/MEMDISK loaded WinPE ISO image. So far everything seems to work well (appending "bigraw" to memdisk solved booting problems on several machines), but I kind of miss the option of using getargs.com to get/set environment variables from the memdisk command line. Is there any way to
2016 Mar 12
3
Adding image file support for Windows
Hi Community - I would like to request that SYSLINUX be extended to install on a filesystem image file on the Windows platform. This feature is available on Linux (option -t); however, on Windows SYSLINUX only installs with a raw device path. This feature would be use by another open source project. As an small incentive, I'll offer a small, token bounty ($50) for the developer that
2012 Nov 07
1
State of memdisk-acpi
I tested the memdisk-acpi branch with following results: - Bochs The BIOS provides a RSDT. Available tables are RSDT, FACP, DSDT, FACS, APIC, SSDT. memdisk-acpi is able to hook the SSDT. - VMware The BIOS provides a RSDT and XSDT. Available tables are RSDT, FACP, DSDT(*), FACS(*), BOOT(*), APIC(*) and XSDT, FACP, DSDT(*), FACS(*), BOOT(*), APIC(*). Tables marked with an asterisk (*) are
2013 Jun 24
2
qemu images
On Jun 24, 2013 3:28 PM, "H. Peter Anvin" <hpa at zytor.com> wrote: > > Not unless you explicitly force the OS to include a driver. http://www.syslinux.org/wiki/index.php/MEMDISK#-_Drivers_that_detect_the_MEMDISK_mapped_floppy.2Fdisk.2FISO_image > mattias <mj at mjw.se> wrote: > > >ah i meen that > >so i can boot e.g windows xp? > >let's
2010 Jun 14
4
help
On Wed 5/5/2010 3:28 AM Miller, Shao wrote, ---------------------------------------------- Good day again Matthew, As per (c=80) * (h=2) * (s=48) * (sect_size=512) = 3,932,160 bytes = 7,680 sectors: For Windows, you might enjoy: - "DD for Windows" by John Newbigin and chrysocome[1] - "ImDisk Virtual Disk Driver" and "Zero and Random Device Driver" by Olof
2016 Mar 12
0
Adding image file support for Windows
...ows version(s)? For NTFS, there is a significant challenge: Windows' NTFS driver is the only reliable driver for writing new files to a Windows-formatted NTFS filesystem. That driver happens to require a disk, as opposed to an image-file. Depending on your Windows version, drivers such as WinVBlock, Firadisk, ImDisk might be options for you. Newer Windows versions support certain image-file formats as virtual disks, as well. - Shao Miller
2013 Jun 25
0
qemu images
yes............ if i boot the image with winvblock or the oter if the image starts fine will sound and usb work? On 2013-06-24 23:23, Gene Cumm wrote: > > > On Jun 24, 2013 3:28 PM, "H. Peter Anvin" <hpa at zytor.com > <mailto:hpa at zytor.com>> wrote: > > > > Not unless you explicitly force the OS to...
2016 Mar 12
0
Adding image file support for Windows
...ws' NTFS driver is > >> the only reliable driver for writing new files to a Windows-formatted > >> NTFS filesystem. That driver happens to require a disk, as opposed > >> to an image-file. > >> > >> Depending on your Windows version, drivers such as WinVBlock, > >> Firadisk, ImDisk might be options for you. Newer Windows versions > >> support certain image-file formats as virtual disks, as well. > >> > >> - Shao Miller > > Hi Shao - > > > > SYSLINUX would only need to find the ldlinux.sys file withi...
2011 Aug 03
3
Problems booting WinPE ISO
I have set up a RHEL 5.7 PXE server and trying to get a WinPE ISO to work. Currently PXE seems to handle the image properly but the process stops after Loading boot sector... booting... Full list of what is going on. Ramdisk at 0x72b9c00, length 0x0a680000 command line: iso initrd=../images/windows/winpe_x86.iso BOOT_IMAGE=../memdisk Disk is hard disk 0, 170496 K C/H/S = 340992/1/1 Total size
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...}; + }; }; +#ifndef SYSLINUX_EFI + struct disk_ebios_dapa { uint16_t len; uint16_t count; @@ -87,6 +97,8 @@ struct disk_ebios_eparam { uint8_t checksum; } __attribute__ ((packed)); +#endif + /** * CHS (cylinder, head, sector) value extraction macros. * Taken from WinVBlock. None expand to an lvalue. @@ -169,19 +181,25 @@ struct disk_gpt_header { } __attribute__ ((packed)); static const char disk_gpt_sig_magic[] = "EFI PART"; +/* common.c */ +extern void disk_dos_part_dump(const struct disk_dos_part_entry *const part); +extern void guid_to_str(char *buf...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address