Quantcast
Channel: Reboot.pro
Viewing all 6812 articles
Browse latest View live

Significance of special Registry Entries related to booting WTG USB & VHD?

$
0
0

Significance of special Registry Entries related to booting WTG USB & VHD?

 

What are the various valid entries for these keys and what do they signify, especially when booting off

 

- Internal disk,

- External/ USB Disk and

- VHD booting of Internal & External..

 

as

-Normal Windows installs or

- WTG Installs. 

 

What values and how should one change them or modify them manually?

 

1)

 

HKEY_LOCAL_MACHINE\SYSTEM\HardwareConfig\BootDriverFlags

 

[HKEY_LOCAL_MACHINE\SYSTEM\HardwareConfig]
"BootDriverFlags"=dword:00000014
 
reg.exe add 
HKLM\System\CurrentControlSet\Control /f /v BootDriverFlags /t REG_DWORD /d 0x6
 

 

2) 

 

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PortableOperatingSystem

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"PortableOperatingSystem"=dword:00000001
 
reg.exe add 
HKLM\System\CurrentControlSet\Control\PnP /f /v PollBootPartitionTimeout /t REG_DWORD /d 15000

 

 

 


UEFI MULTI - Make Multi-Boot USB-Drive

$
0
0

Posted Image

File Name: UEFI MULTI - Make Multi-Boot USB-Drive
File Submitter:
File Submitted: 18 Feb 2013
File Updated: 24 Oct 2014
File Category: Boot tools

*** UEFI MULTI - Make Multi-Boot USB-Drive ***

Booting with Boot Manager Menu and using Boot Image files - VHD IMG ISO and WIM


UEFI_MULTI.exe is program to make Multi-Boot USB-Drive to boot computers having BIOS or UEFI firmware

Run UEFI_MULTI and Extract to simple path
In Win 7/8 OS Set User Account Control Off and Reboot

More Info here http://reboot.pro/topic/18182-uefi-multi/?p=168077
and here http://www.911cd.net/forums//index.php?showtopic=25269
and http://reboot.pro/topic/17877-uefi-windows-8-bios-grub4dos-multiboot-usb-harddisk/

Download - http://reboot.pro/files/file/279-uefi-multi-make-multi-boot-usb-drive/

UEFI_MULTI - Make Multi-Boot USB-Drive


=
UFD_FORMAT.exe - Tool to format USB-stick for Booting with Boot Manager Menu on BIOS or UEFI computer and
Tool to make USB-Stick having two partitions - FAT32 Boot partition for WIM or ISO and NTFS System partition for VHD.
Option to Install Grub4dos in MBR BootCode, which allows BIOS computer to boot directly from USB with Grub4dos Menu.
Option to make Boot Manager and Grub4dos Menu on UFD to boot UEFI + BIOS directly from USB with Boot Manager Menu.
Windows 7/8 or 7PE is needed to make Boot Manager Menu.
More Info - http://reboot.pro/topic/19140-ufd-format/
-
Win8.1SE x64 boot.wim of size 400 MB is Universal WIM Boot Image file for booting BIOS and UEFI computers
Thanks to ChrisR for making Win8.1SE - http://www.msfn.org/board/topic/170546-win81se/

After booting from USB with x64 boot.wim you can use portable App WinNTSetup_x64.exe to mount XP/7/8 Setup ISO in ImDisk Virtual Drive.
WinNTSetup3 will prepare local harddisk for Install of XP/7/8
Thanks to JFX for making WinNTSetup3 - http://www.msfn.org/board/topic/149612-winntsetup-
-

Click here to download this file

Attached Thumbnails

  • UEFI_MULTI.png

How to multi-partition MicroSD card for fast speed and good performance?

$
0
0

I just bought a Patriot 128GB class 10 MSD from Fry's Electronics a few days ago. It is exclusively for use in my Note 4, which Samsung states to be compatible with 128GB MSDs. I need to have 3 partitions:

 

1.90GB exFAT (advantage over FAT32 is larger file sizes over 4GB, which my stock modded TouchWiz ROM recognizes out of the box). I would love to use Ext4 for this partition, but it seems to be only mountable by AOSP/CyanigenMod-based ROMs, whereas TouchWiz ROMs cannot mount Ext4 on MSD without questionable/unreliable hacks. By default Android will only mount the 1st primary partition on an MSD, which is why it needs to have the largest size of the 3.

 

2. 2nd partition, 25GB formatted as ext4, which is for use with an app called Link2SD.FS must be ext4 because permissions and file ownership must be supported, which exFAT cant handle. L2SD allows to "link"/"bind" apps, odex/deodex files, app data/caches, etc to the 2nd partition, via symbolic links. This is mainly useful for games and other large apps.

 

3. 1.5GB Linux swap partition, not for use by the ROM/Android itself, but for use with running chrooted/jailed Linux installs (think of it as running a full Linux distro in a VM on Android).

 

Theoretically, this setup should be fine, but in practice I've found it be slow. Copying files to/from the 1st primary partition can take awhile, when I first set this layout up it took several hours to copy about 12GB of files from the phone's internal storage to Sd. Speeds ranged from less than an Mbyte per sec to 20. Apps linked to the 2nd partition oftentimes run sluggishly, hang for short durations, etc.

 

Partitions were created with a card reader on a PC via Gparted in Parted Magic. MBR was used. I also checked the alignment of the partitions via parted (CLI version of Gparted). All seemed fine. I dont think the SD is a counterfeit/bum, the Patriot brand is known for reliability, and Fry's isnt known to willfully sell knockoffs/faulty goods. Speed tests with various benchmark tools show the card runs at/near advertised speeds (with a margin above or below rated speeds, of course). I'm thinking this is a matter of improper alignment, not enough space at/before partitiin table start, I'm just not sure. I went with Gparted's default alignments when creating partitions.
 

I'm basically looking for MSD-specific partitioning advice, perhaps recommendations to use other filesystema if need be.

 

Thanks!

 

More info, probably not relevant:

Bootloader is unlocked, so I can install custom KitKat/Lollipop ROMs,AOSP ROMs, etc.

Latest TWRP custom recovery installed

Device is rooted with CF-AutoRoot and latest SuperSU

Rom is stock odexed TouchWiz 4.4.4 KitKat firmware released by Samsung, but with minor community mods like busybox preinstalled, zipaligned, etc. All stock Google/carrier/Samsung bloatware is present but can be easily removed

Custom kernel is installed, with support for execution of init.d scripts on boot (otherwise Link2SD wouldnt work), overclocking/underclocking, loop device support, SELinux security status is set to Permissive rather then Enforcing (Latter is KK default value as mandated by Google)

Retrieving device/drive information

$
0
0

In regard to this thread I decided to write my own commandline tool to gather some drive information. This tool is written in VB6 and follows the "mountvol" - style in main. I did not try to reinvent a wheel but to cover more info and functions in one commandline tool. It uses pure API calls and is bound on their features and restrictions.
I will certainly name the used API calls and functions in particular if somebody is interested (don't want to open a VB-Thread).
It has been fully tested on my Win8.1 OS and partially on WinXP and WinVista. My time for coding was -and is still limited. Although I started several month before, time to test and improve this tool is less than two weeks.

This post is intended to discuss if it's a senseless tool or if you think it has some kind of worth (am I in the right forum here?).
If deemed to be useful, what should be changed/deleted/added to improve it?
Which kind of information is not available? Some (error-) messages?

 

 

Here is a "short" description of zDInfo:

zDInfo without parameters (simliar to mountvol):
displays the Model-String of devices, their physical drive numbers, all related volume GUIDS and associated volume mountpoints or NTFS-directory folders.

zDInfo /SD
Displays model-strings, DeviceTypes, BusTypes, MediaTypes, ProductIDs, ProductRevs, VendorIDs and SerialNrs of found devices. Retrieving the SerialNr via DeviceIOFunctions does not work under WinXP. About DeviceType: WinVista seems to report SATA drives as ATA and Win7 SATA drives in PATA mode as ATA.

zDInfo /GUID|/MP
Enumerates and loops all available GUIDs or drive letters to get specific info. By default model-strings of devices, their physical drive numbers, related device pathes, partition info, volume GUIDs and associated volume mountpoints or NTFS-directory folders are displayed.

zDInfo /L:
Displays Info for a single GUID, drive letter or device path. If a device path is entered, info is obtained by converting the device path to a GUID.

zDInfo /M:
Associates a not-assigned drive letter or NTFS-directory folder with a GUID

zDInfo /U:
Unmounts a drive letter or NTFS-directory folder. If a GUID is entered, ALL! available associations will be removed.

zDInfo /LBL:
Sets/Blanks the VolumeLabel for a selected GUID or drive letter.


For the first three arguments additional switches are available. These can be combined and allow:
- to Filter the list by device type (/T:<value>).
- to show additional information such as DriveTypes, VolumeLabels, VolumeFileSystems,
  VolumeSerialNrs, VolumeSpacesTotal, VolumeSpacesUsed and VolumeSpacesFree (/V = Verbose)
- to show FileSystemFlags (/FF).

The last three arguments as well as some of the verbose info require elevated rights. Therefore an /ELEVATE argument is available to run any of these in administrator mode. To do so, a new console window is created.

 

Any input is case-insensitive but must be enclosed with doublequotes if it contains spaces.
Drive Letters can be entered without a disk designator and/or a backslash.
Directory/remote pathes must be fully qualified - no relative pathes are allowed.
Exit codes (errorlevels) are supported (0 = no error).
More detailed information is available by typing zDInfo /?|/H|/HELP.

Some Examples:
Any of these commands can be prefixed with /ELEVATE
zDInfo /SD /T:3                                      Default listing but show fixed drives only
zDInfo /GUID                                         Default listing by GUIDs
zDInfo /MP /V                                        Extended listing by drive letters
zDInfo /GUID /V /T:2                              Extended listing by GUIDs but show removable drives only
zDInfo /MP /V /FF /T:5                           Extended listing+FileSystemFlags by GUIDs but show CD/DVD-Rom drives only
zdInfo /LBL:C "Lbl Space"                      Label of drive letter C:\ becomes Lbl Space
zdInfo /LBL:D ""                                     Blank label of drive letter D:\
zDInfo /M:Z <GUID>                             Associate a volume GUID with drive letter Z:\
zDInfo /M:D:\tmp\MountZ <GUID>     Associate a volume GUID with directory D:\tmp\MountZ
zDInfo /M:"D:\tmp\Mount Z" <GUID> Associate a volume GUID with directory D:\tmp\Mount Z
zDInfo /U:D                                            Unmount drive letter D:\
 

 

- Rename zDInfo.exe.zip to zDInfo.exe -

 

Attached Files

GRUB2 hangs on blinking cursor after selecting Fedora boot entry.....

$
0
0

I have 2 disks in my laptop, primary is MBR-formatted and has Win7 and Fedora installed. 2nd disk is GPT with 6 partitions, data only, no bootable OSes. Grub booted all menu entries fine until I encrypted Windows. Upon reboot I get a password request, which then chainloads Grub and its' menu loads with 7 and Fedora entries. 7's entry loads fine and boots. Selecting Fedora just hangs on a blinking cursor, no messages or errors at all. If I remove encryption for Windows, both 7 and Fedora load normally again.

 

So at first glance it would *seem* that encryption is the issue, BAM, issue solved. But why should Fedora's Grub care about Windows encryption when it's not even the OS requested to load? I believe Fedora's Grub is at fault. I say this because I have dualbooted 7 alongside Mint, Kali, and Arch, this behavior never happens when the Grub they install is in the MBR. I also have never encountered this behavior from Grub while encrypted and UEFI booting. I figured MBR for booting 2 OSes and GPT for a few data partitions should be simple enough, but apparently not. Messing around with UEFI DUET, futilely failing to figure out how to install Clover, etc brought about UEFI-specific issues, which can be worked around, but got aggravating.

 

Does anyone have any idea what might be causing this and how to rectify it?

Booting Mac OSX from a VHD/ IMG/ DiskImage file?

$
0
0

Booting Mac OSX from a VHD/ IMG/ DiskImage file?

 

Given that

- VHD native booting exists for Windows. 

- VHD is same as Disk Image with few more bytes, and can be booted with older Windows e.g. XP & Linux'es

- Hackintosh's can be booted with help of Chameleon/ Chimera boot loaders

- Mac OSX is derived off a *nx OS.. 

 

Shouldn't this be possible/ not to tough to make happen? 

WTG + WimBoot + VHDX powerful combination.

$
0
0

Hello Everyone.....

 

http://windowsforum.kr/review/5830280

 

In above tutorial I could not understand one thing- 

 

AFAIK, In WIMBoot method PC/USB  boot directly from 'install.wim', But in above tutorial USB contains both 'install.wim' and 'Windows81.vhdx'

 

Will 'Windows81.vhdx' be deleted after creating bcdboot in the USB Drive ?

 

OR I have to keep both 'install.wim' and 'Windows81.vhdx' in the USB Drive in order to boot from USB ?

 

How much min space USB Drive will occupy after creating whole setup ?

 

Can anybody please explain above tutorial in English ?

 

 

Thanks in Advance

Linux Mint + Windows 10 look

$
0
0

Hello,

 

This weekend finally took the time to upgrade Windows 7 on my old laptop to the free Windows 10 download.

 

Was surprised, that was an old laptop from 2009 with the stock Windows 7 version and it worked. Have to say that the new interface is indeed good looking and simple. Really enjoyable, but the fact it beams up to Microsoft whatever I'm doing with this laptop is still a bother.

 

On my work laptop I run Linux Mint. Old version from 2013 that could really use an update. So, decided to simply go ahead and bring up the Linux machine to a more recent version and see what had changed over the past two years. While doing this upgrade kept asking myself "how about adding some of the simplicity of Windows 10 on the mix?"

 

And this is the result:

post-1-0-31345400-1445181094.png

 

 

This is not an exact look-a-like, but (in my opinion) tried to mix and get a relatively good result on Windows, without forcefully opening hand from your privacy.

 

Operating System

 

I've started with Linux Mint 17.2 (Cinnamon edition for x64) downloaded from http://www.linuxmint.com/edition.php?id=197

 

Instead of installing to disk, this time I've installed and run the operating system from a MicroSD card connected to the laptop through the SD reader using an SD adapter. The MicroSD is a Samsung 64Gb with advertised speed of 40Mb/s for read operations. Cost was ~30 EUR.

 

Installing the operating system followed the same routine steps as one expected. There is a GUI tool from within Linux mint to write the DVD ISO into a pendisk connected on your laptop. Then boot from the USB and install the operating system on the MicroSD, having the boot entry added automatically.

 

 

Window 10 theme and icons

 

Having the new operating system running, starts the customization.

 

Windows style can be used from here: http://gnome-look.org/content/show.php/Windows+10+Theme?content=171327

 

It comes with icons that look exactly like Windows 10, but wasn't looking balanced. Found instead an alternative as Sigma Metro: http://gnome-look.org/content/show.php/0.1+Sigma+metro+windows+8+Style?content=167327

 

If you look around the web, you'll find how to change the window themes and icons.

 

 

Firefox update and customization

 

Install Ubuntu Tweaks. From there, go to Apps and install the most recent edition of Firefox because the one included on the distro is a bit old.

 

Start changing Firefox, open it up and go to "Addons" -> "Get Addons". Type on the search box "Simple White Compact", this was the theme that I found the simplest and it will change everything on the browser, from icons to tab position. Other extensions you might enjoy are "Adblock Plus" to remove ads, "Tab Scope" to show miniatures when browsing tabs and "Youtube ALL HTML5" to force youtube running without using the flash player.

 

 

Office alternative and customization

 

Then comes to Office. I only keep the old laptop because it has the Adobe Reader (that I use for signing PDF documents) and Microsoft Office when I need to modify documents and presentations without getting them to look broken. So, I was prepared to run both these apps using Wine (it is possible) but decided to first update and try using only Linux native apps. Was not badly surprised.

 

LibreOffice 4.x is included by default on the distro and was always displaying badly a set of powerpoint slides that I need to change with some frequency. To my surprise, when trying version 5.x those issues are gone. Both the slides and word documents are now displayed with just about what I'd expected from Microsoft office.

 

To install LibreOffice 5.x visit https://www.libreoffice.org/download/libreoffice-fresh/

 

For the Linux edition, read the text document with instructions. Quite straightforward. So, I was happy with LibreOffice as a complete replacement to Microsoft (no need to acquire license nor run office through Wine). However, those icons still didn't look good. Again on this aspect Microsoft simply "looks" better and I wanted LibreOffice to look that way too. So, got icons from here: http://gnome-look.org/content/show.php/?content=167958

 

It wasn't straightforward to find out where the icons could be placed because the instructions for version 4.x no longer apply. To help you, the zip file with icons need to be placed inside:

/opt/libreoffice5.0/share/config/

Then you can open up "writer" and from the "Tools" -> "Options" -> "View" choose "Office2013" and get the new icons being used. The startup logo of LibreOffice also seemed too flashy and could be changed. So I've changed with the one available at http://gnome-look.org/content/show.php/LibreOffice+Monochrome+Splash?content=166590

 

Just a matter of overwriting the png image found at

/opt/libreoffice5.0/program

Alternative to Adobe Reader for signing PDF

 

Every now and then comes a PDF that requires being printed, signed by a pen and then scanned. I stopped doing this some time ago by adding a digital signature that includes an image of my handwritten signature on the document. This way, no need to print nor scan any papers. Adobe Reader did a good work on this task but getting it to run on Wine with the signature function was not simple.

 

Started looking a native Linux alternative and found "Master PDF Editor". The code for this software is not public but at least they provide a native Linux install that supports digital handwritten signatures: https://code-industry.net/masterpdfeditor/

 

If you're using it for business, you need to acquire a license. Just for home-usage, you can use it free of cost. Just head out to the download page and install the app. I was surprised because it looked very simple and customizable. Having LibreOffice and MasterPDF as alternative to MS Office and Acrobat,  there is no more valid reason (on my case) to switch back the old laptop whenever editing documents. Can be done with same quality from Linux now.

 

 

Command line

 

A relevant part of the day-to-day involves in my case to use the command line. In Linux it is usually a very pleasant task because it can be adjusted, customized and doesn't ever feel like a second class citizen on the desktop environment. With the recent changes, was possible to improve it by showing the tool bar. Open a terminal, "View" -> "Show tool bar". Usually I'm against buttons, but the tool bar has button for pasting code directly onto the console. I know that I can do "Ctrl '+ Shift + V", but it also practical to just use the button and mouse.

 

 

Non-Windows tweaks

 

There are tweaks only possible on Linux. One of my favorite keeps being the "Woobly windows". Enable Compiz on the default desktop environment: http://askubuntu.com/questions/449651/how-do-i-enable-wobbly-windows

 

With Compiz there are many tweaks possible, I've kept them to a minimum but certainly is refreshing to use some features rather than the plain window frames.

 

 

Skype alternatives

 

Many of my friends use Skype. I'd prefer to use a non-Microsoft service because the client gets installed on my computer and who knows what it is doing, so we'd end up losing privacy by just installing that client. One interesting alternative that I've found was launching the web-edition of skype that you find at https://web.skype.com/

 

From firefox, there is the option to "Pin" a given tab. So I've pinned skype and now it gets open automatically whenever the browser gets open, in practice bringing it online when I want to be reachable. A safe desktop client and alternative would be better, still this was the compromise that felt possible on my case.

 

 

Finishing

 

There were other small tweaks happening to adjust for my case, but above were described the big blocks to help you reach a similar desktop. If you have any questions or get stuck, just let me know.

 

 

:cheers:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Attached Thumbnails

  • Screenshot_2015-10-18_16-59-49.png

which MBR suitable to bootstrap Linux on 4K-sectors ?

$
0
0
Still after booting the "unbootable" external (USB) disk with 4K (native) sectors,
using MBR-style partitionment. I'm loading and transferring initial control to the
MBR using Chenall and Yaya2007's Grub4DOS with its integrated USB2-driver and
real-mode int13.

I installed a modern Linux distro - AntiX 15 - to the device, also setting up the companion grub (2) to the MBR.

Unfortunately Grub(2) does not seem up to the task :-( It loses foot and crashes very early while still in the MBR (custom BIOS-level debugger trapped the faulting instruction and I examined the memory, so there is no doubt that grub's MBR - 1st full 4K - was loaded and run and /it/ faulted, @ some 0x20D bytes into the sector).

Is the "grand" bootloader advertised to understand 4K-native+MBR ?
Else what MBR code should I try ? Syslinux ?

another leas : while Grub4DOS will not interpret file systems on the 4K-device, it occurred to me I could, perhaps, have it load the "vmlinuz" kernel as a "blocklist".
Would one of the bootland Wizzards suggest an easy way to get the blocklist (list of sectors) in question ?

Uninfector

$
0
0

Posted Image

File Name: Uninfector
File Submitter: pscEx
File Submitted: 13 Oct 2015
File Updated: 20 Oct 2015
File Category: Plugins

This plugin adds Siginet's Uninfector to the PE
Optionally can be choosen, whether at every build the actual Uninfector.exe is downloaded,
and whether Uninfector.ini is added to the build. Missing Uninfector.ini causes download on every run.

The plugin needs WinBuilder 2015.10.13

Click here to download this file

VHD on Imdisk

$
0
0

I have a VHDX on harddisk to save broswer cache, chat log .etc (win10 x64

 

I create it's differencing VHDX on Imdisk ramdisk and attach

 

after one day use

 

it will randomly unable to detach the differencing VHDX (just say already detached , but still there

 

and can't merge differencing VHDX to parent VHDX (diskpart stuck at 0%, no matter if success detach or not

 

if I copy differencing VHDX to harkdisk and merge all will be ok

 

is this some kind of bug?

Universal Extractor 1.6.1

$
0
0

Posted Image

File Name: Universal Extractor 1.6.1
File Submitter: kvarkk
File Submitted: 20 Oct 2015
File Category: App scripts

Universal Extractor is a program to extract files from any type of archive, whether it's a simple zip file, an installation program, or even a Windows Installer (.msi) package.

This script is based on an old version created by Max_Real Qnx, NightMan, Jon Fleming and Lancelot.
The script provides context menu integration.
Tested on Win7PE SE x86 and Win10PE SE x86 builds.

Click here to download this file

Hi to all

$
0
0

Hi,

I'm new, but I use ISOstick for some years,
I created a small Windows utility to manage ISO images on 'ISOstick (today is a beta version)
It is very small and does not require any kind of framework installed to run
Can anyone help me to the test and tell me if it is useful or not? or if it requires changes or additions?
It can be downloaded here: https://www.dropbox.com/s/ek2mfrb131x0tdy/GESTISO.exe?dl=0

Image for help : https://www.dropbox.com/s/y29rom3u46j3z58/2015-10-21_181414.png?dl=0
Thank :smiling9:

P.S. Here are users Italians?

 

Bye :

grub4dos and gpt vhd...

$
0
0

these days i am making some vhds for my computers , yesterday i tested one that i turned into the gpt format and got the following error with latest grub4dos 4.6

 

grub4dosgpt.jpg

 

 

i also tested the same vhd but not gpt and it booted perfectly .

with disk of 8 Go the gpt transformation has needed 5 to 20 Mo

troubles with booting

$
0
0

i made a 7 Go vhd for a mainboard asus sabertooth x79 that has 32 Go of ram and three nvidia gtx570 .

 

when i boot using :

 
find --set-root --ignore-floppies /win7x79r.vhd
map --mem /win7x79r.vhd (hd0)
map --hook
root (hd0,0)
chainloader  /bootmgr
boot
 
the display turns black immediately and the computer goes off
 
after reading few pages about memdisk , i found a setting : uppermem 
[that i am not sure how it behaves ]
 
using it like this create a change :
 
find --set-root --ignore-floppies /win7x79r.vhd
uppermem 7340032
map --mem /win7x79r.vhd (hd0)
map --hook
root (hd0,0)
chainloader  /bootmgr
boot

 

grub4dos load file until it reaches 512 Mo then pc screen goes black

 

is it the setting to edit and the parameter ?

 

i would like to use memdisk for testing and see if that works but i am not sure about parameters , any one knows how to launch a win 7 vhd made like in winram topic : http://reboot.pro/topic/16646-run-windows-7-from-ramdisk/#entry151868

thanks for help


Specify kernel as a blocklist, possible ? Suspected G4D bug...

$
0
0
While hunting the grail (trying to get grub4dos to bootstrap a linux residing
on a disk with 4K-sectors, cf. other thread http://reboot.pro/topic/20805-which-mbr-suitable-to-bootstrap-linux-on-4k-sectors/) I have come to the conclusion that
Grub4DOS does NOT accept the 'blocklist' notation for a KERNEL file :-(

ISTM it would be a desirable enhancement to be able to specify a KERNEL (and INITRD as well...) as a blocklist, in cases those files reside outside of file systems (that Grub4DOS can mount). A blocklist should be accepted everywhere that a file is, in
Grub4DOS (and upstram, legacy Grub - is that still being maintained ?)

I'm feeling like filling a bug/feature request at Chenall's Grub4DOS site, but
before I do please someone confirm the "bug/misfeature" is real.
I have little time of mine now and haven't checked beyond the above cited case
(on 4K media) so there is a possibility the "bug/misfeature" is not present on
regular 512-K medium, and/or I may have "goofed" altogether.
Confirmation / expert advice on this report heartily wished ! Tinybit, maybe ? please !

Dualboot Windows 7 & 8 problems winload.efi 0xc0000359 error

$
0
0

Im trying to install windows 7 on a second partition in ssd (windows 8.1 is installed in the first partition) but i keep getting this message from this forum thread: http://www.windows-n...ration-manager/ but i have no idea how to do the solution written there. I have unallocated space ready in my second partition to install windows 7 in it. The disk is GPT. I have been trying to make UEFI Bootable (GPT) usb sticks using rufus that i can then use to install my windows7 BUT every time i get stuck in this problem and i don't understand how the solution works. task sequence with 64 bit boot image? etc.

 

my motherboard is asus z97 gamer pro. There are bunch of uefi/cms/secure boot options currently uefi is enabled. I am pretty new to this stuff and my goal is to dualboot windows 7 and 8 64bit both inside 1 ssd into different partitions. Would cleaning all and installing win7 first solve it?

PXE boot of gparted iso

$
0
0

I'm trying to set up a PXE server to boot parted.iso and am having limited success. I am at the point where I get this in the log:

 

Rcvd DHCP inform Msg for IP 192.168.0.102, Mac 8C:89:A5:D1:19:FD [25/10 14:02:10.064]
Rcvd DHCP Discover Msg for IP 0.0.0.0, Mac 18:A9:05:F7:D1:CF [25/10 14:02:20.186]
DHCP: proposed address 192.168.0.101 [25/10 14:02:23.298]
Rcvd DHCP Discover Msg for IP 0.0.0.0, Mac 18:A9:05:F7:D1:CF [25/10 14:02:23.304]
IP address 192.168.0.101 flushed from ARP table [25/10 14:02:23.306]
DHCP: proposed address 192.168.0.101 [25/10 14:02:26.417]
Rcvd DHCP Discover Msg for IP 0.0.0.0, Mac 18:A9:05:F7:D1:CF [25/10 14:02:26.421]
IP address 192.168.0.101 flushed from ARP table [25/10 14:02:26.424]
DHCP: proposed address 192.168.0.101 [25/10 14:02:29.535]
Rcvd DHCP Rqst Msg for IP 0.0.0.0, Mac 18:A9:05:F7:D1:CF [25/10 14:02:34.231]
Previously allocated address 192.168.0.101 acked [25/10 14:02:34.233]
Connection received from 192.168.0.101 on port 2070 [25/10 14:02:34.240]
Read request for file <boot\pxelinux\parted.cfg>. Mode octet [25/10 14:02:34.241]
OACK: <tsize=680,> [25/10 14:02:34.241]
Using local port 56591 [25/10 14:02:34.242]
Peer returns ERROR <TFTP Aborted> -> aborting transfer [25/10 14:02:34.245]
Connection received from 192.168.0.101 on port 2071 [25/10 14:02:34.245]
Read request for file <boot\pxelinux\parted.cfg>. Mode octet [25/10 14:02:34.253]
Using local port 56592 [25/10 14:02:34.256]
<boot\pxelinux\parted.cfg>: sent 2 blks, 680 bytes in 0 s. 0 blk resent [25/10 14:02:34.259]
 

On the client side it gets the IP address and then just hangs. I don't know what the aborted error message means since it is before the transfer of the file. Unfortunately that error message is virtually useless since it does say what the error is. I suspect it is a setting that is wrong somewhere. Here is my ini file:

 

[DHCP]
IP_Pool=192.168.0.100
PoolSize=10
BootFile=boot\pxelinux\parted.cfg
DNS=192.168.0.1
Mask=255.255.255.0
Gateway=162.168.0.1
Lease_NumLeases=0
DNS2=
WINS=192.168.0.1
Option42=
Option120=
DomainName=
Lease (minutes)=2880
AddOptionNumber1=0
AddOptionValue1=
AddOptionNumber2=0
AddOptionValue2=
AddOptionNumber3=0
AddOptionValue3=
AddOptionNumber4=0
AddOptionValue4=
AddOptionNumber5=0
AddOptionValue5=
AddOptionNumber6=0
AddOptionValue6=
AddOptionNumber7=0
AddOptionValue7=
AddOptionNumber8=0
AddOptionValue8=
AddOptionNumber9=0
AddOptionValue9=
AddOptionNumber10=0
AddOptionValue10=
[TFTPD32]
BaseDirectory=E:\PXE Boot
TftpPort=69
Hide=0
WinSize=0
Negociate=1
PXECompatibility=1
DirText=0
ShowProgressBar=1
Timeout=3
MaxRetransmit=6
SecurityLevel=1
UnixStrings=1
Beep=0
VirtualRoot=0
MD5=0
LocalIP=
Services=13
TftpLogFile=
SaveSyslogFile=
PipeSyslogMsg=0
LowestUDPPort=0
HighestUDPPort=0
MulticastPort=0
MulticastAddress=
PersistantLeases=1
DHCP Ping=1
DHCP LocalIP=
Max Simultaneous Transfers=100
UseEventLog=0
Console Password=tftpd32
Support for port Option=0
UseEventLog=0
Keep transfer Gui=5
Ignore ack for last TFTP packet=0
Enable IPv6=0
UnicastBOOTP=0
DHCP Double Answer=0

 

Here is the parted.cfg menu file that appears to have been sent after the abort error:

 

DEFAULT pmagic_iso
TIMEOUT 30

# Boot the kernel and initramfs over PXE 32-bit.
LABEL pmagic
LINUX pmagic/bzImage
INITRD pmagic/initrd.img
APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256

# Boot the kernel and initramfs over PXE 64-bit.
LABEL pmagic
LINUX pmagic/bzImage64
INITRD pmagic/initrd.img
APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256

# Boot the entire ISO over PXE.
# This method allows you to use the entire syslinux menu.
LABEL pmagic_iso
LINUX boot/syslinux/memdisk
INITRD pmagic_2013_08_01.iso
APPEND iso

 

The ISO file is in 'BaseDirectory'. Can someone suggest what is wrong? TIA.

Happy Birthday Big Boss

$
0
0

Happy b'day, my friend. Wish you all the success in your present and future ventures. Stay in touch.

Configuration syslog

$
0
0

Bonjour,

J'ai installé TFTPD64 service edition (Windows 64bits v4.52)sur un W2012r2 (IP:192.168.1.11).

Sur un serveur avec pfSense je renvoie les logs vers 192.168.1.11, je ne sais pas comment configurer syslogserver.

Dans "Settings/Global" j'ai juste coché Syslogserver, dans "Settings/Syslog" j'ai juste coché "save sylog message" et un chemin où le stocker.

j'ai crée des régles (entrant/sortant) dans le pare feu de w2012r2 pour autoriser TFTPD64.

 

Quand je lance le logiciel, je ne vois pas de logs provenant de pfSense, dans "current directory" le chemin créer plus haut et dans "server interfaces" 192.168.1.11.

 

Merci de votre aide pour pouvoir utiliser ce logiciel

Viewing all 6812 articles
Browse latest View live


Latest Images