search for: nostartup

Displaying 4 results from an estimated 4 matches for "nostartup".

Did you mean: nostart
2016 Mar 20
3
[PATCH 0/1] EFI image booting capabilities
.../tree/boot_efi Please consider: 1)I've copied the source from my work repository but I have no tested the just uploaded github sources. 2) This code was only tested on PXE boot scenarios. 3) The easiest way to test this code would be something like kernel = /Shell.efi append = -nomap -nostartup >>> For starters, this deserves to be split, unrelated changes to their own commits, the body and then finally a glue commit to put it together. <<< I removed The tiny bits of non-related code present in the original patch >>> Changing existing functionality like th...
2008 Oct 29
1
Age of Empire 2 GOLD with Expansion The Conqueror not work
...y SPORE without any problem, and even installations AGEII and AGEIITheConqueror be successful. I configured Wine with the dll following WineHQ guide and put the nocd (reluctantly). My problem is on starting game, in the menu and in the game.. Cry Cry Cry 1) if i not start the game with parameter -nostartup it run, show the video intro but then the menu is unreadable. 2) with the parameter it start without Intro and the menu, apart fot the written black, works correctly. 3) if I start a game I get a black screen even however the music works and feel the selection of buildings and characters. Question...
2016 Mar 25
0
[PATCH 0/1] EFI image booting capabilities
...> 1)I've copied the source from my work repository but I have no tested > the just uploaded github sources. > 2) This code was only tested on PXE boot scenarios. > 3) The easiest way to test this code would be something like > > kernel = /Shell.efi > append = -nomap -nostartup Somehow I overlooked that and actually have your repo as a remote for tracking but forgot the difference in naming between your Yahoo! account and GitHub account. >>>> > For starters, this deserves to be split, unrelated changes to their > own commits, the body and then finally...
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
This patch adds to the core EFI image booting capabilities. It was tested on VMware EFI clients and HP Elitebook EFI notebooks, only on PXE environments but it should work on non-PXE scenarios as well. Feedback appreciated. Best, Patrick Signed-off-by: Patrick Masotta <masottaus at yahoo.com> --- diff -uprN a/com32/elflink/ldlinux/execute.c b/com32/elflink/ldlinux/execute.c ---