[Unattended] winxpsp1-notips.pl

2004-07-15 Thread Mario Gzuk
Hi, first thank you for this great work. The winxpsp1-notips.pl do not work... I try to run it manual with perl winxpsp1-notips.pl and through the base.bat directly (todo.pl Z:\bin\winxpsp1-notips.pl). Any sugestions? mario gzuk

Re: [Unattended] German keyboard layout for Linux-based boot disk?

2004-09-02 Thread Mario Gzuk
Just do this under linux as root: mount -o loop theunnattendedlinux.iso /mnt/myunattended then copy the contents to /anywhere edit the /anywhere/isolinux/isolinux.cfg and add the kbd=de-latin1 to the append line (also the z_user z_pass and so on) then cd /anywhere and do this: mkisofs -V

Re: [Unattended] German keyboard layout for Linux-based boot disk?

2004-09-02 Thread Mario Gzuk
Just delete the , between the entries in the append line. Am Do, den 02.09.2004 schrieb Gerhard Hofmann um 14:27: Mario Gzuk wrote: Just do this under linux as root: mount -o loop theunnattendedlinux.iso /mnt/myunattended then copy the contents to /anywhere edit the /anywhere

Re: [Unattended] Automatically activate classic Win-2000-Look-and-Feel on Win-XP-Box?

2004-09-02 Thread Mario Gzuk
Yes there is. Please look at unattended.sourceforge.net. The better way is to create a account make all settings you want and copy the files under ntuser.dat, ntuser.dat.LOG and ntuser.ini during the install in the Default user profile, so all new users get this settings. A detailed explain is

[Unattended] rename administrator account

2004-09-06 Thread Mario Gzuk
, NewName) Set User = Nothing The question is how to handle it, with the renaming is the auto login not working. Is there anybody who knows the registry key of the Account name Administrator for auto login? -- Mario Gzuk IT department Max-Planck

Re: [Unattended] rename administrator account

2004-09-06 Thread Mario Gzuk
Is it enough to use: autolog.pl --user=nobodyknowsme Am Mo, den 06.09.2004 schrieb Mario Gzuk um 9:40: Here is some vbs scribt to rename the local Administrator account: OldName = Administrator NewName = nobodyknowsme ContainerName = . Set Container = GetObject(WinNT:// ContainerName

Re: [Unattended] add printer share - how?

2004-09-06 Thread Mario Gzuk
Use net use or use : RUNDLL32 PRINTUI.DLL,PrintUIEntry [ options ] [ @commandfile ] /a[file] binary file name /b[name] base printer name /c[name] unc machine name if the action is on a remote machine /dl delete local printer /dn delete network printer connection

Re: [Unattended] create users

2004-09-07 Thread Mario Gzuk
Am Di, den 07.09.2004 schrieb Assi Levi um 17:05: I need to create a users and groups in ms-dos Can some one tell me how can I do that ? In dos there is only one user. :-) I think that what you need is net user /? What the command line . 10x Assi Levi Mercury Interactive

RE: [Unattended] rename administrator account

2004-09-07 Thread Mario Gzuk
] On Behalf Of Brad Erdman Sent: Tuesday, September 07, 2004 10:33 AM To: 'Mario Gzuk'; [EMAIL PROTECTED] Subject: RE: [Unattended] rename administrator account Hi, This is what I need too. I tried to edit install.pl to use this but it did not work. I changed 'autolog.pl --logon=0

Re: [Unattended] Happy 2nd birthday

2004-09-08 Thread Mario Gzuk
I think that i am the newest member in the mailing list, but also congratulations, not only for the 2 years also for the great work! mario gzuk alias zuki --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE

[Unattended] howto change registry/file permissions

2004-09-09 Thread Mario Gzuk
Just get this nice tool: http://setacl.sourceforge.net/ Then you can use it to modify permissions (or acl´s) in the registry: todo.pl start /wait %Z%\bin\SetACL.exe -on \HKLM\no\permissions\ -ot reg -actn ace -ace \n:Users;p:full\ or for a file: todo.pl start /wait %Z%\bin\SetACL.exe -on

[Unattended] Re: printer unable to connect

2004-09-11 Thread Mario Gzuk
you have to set some settings in the registry that user are allowed to install printer drivers. Please take a look with gpedit.msc and look in the printer settings in system. mario gzuk --- This SF.Net email is sponsored by: YOU BE THE JUDGE

Re: [Unattended] Adding Domain Users to local Administrator group

2004-09-14 Thread Mario Gzuk
net localgroup is an other way to make it. net localgroup Administrators /add YOURDOMAIN\Domain Users here the doc: http://www.microsoft.com/windowsxp/home/using/productdoc/en/default.asp?url=/windowsxp/home/using/productdoc/en/net_localgroup.asp Am Di, den 14.09.2004 schrieb Ty Moffett um

Re: [Unattended] deploy a samba domain

2004-09-18 Thread Mario Gzuk
1.) Sure, this in the smb.con will do it (samba as pdc) add user script = /usr/sbin/adduser -c 2kmachine -d /dev/null -g 100 -s /bin/false -M %u Watch out the samba docs for more information. 2.) look here:

Re: [Unattended] Automatic Registry Permission tweaks

2004-10-15 Thread Mario Gzuk
http://sourceforge.net/mailarchive/message.php?msg_id=9490897 Am Fr, den 15.10.2004 schrieb Administrator um 21:20: This may be a little off topic, but I'm trying to use the TieRegistry Registry Perl modules to make tweaks to the system registry as part of my unattended install of WinXP

Re: [Unattended] rdc users ?

2004-10-16 Thread Mario Gzuk
net localgroup /help Am Sa, den 16.10.2004 schrieb Julien TOUCHE um 9:57: is someone know a way to add silently users to the liste of authorized users for the winXP remote desktop ? Regards Julien note: when the next release is planned ? (win updates ...) could

Re: [Unattended] rdc users ?

2004-10-16 Thread Mario Gzuk
Sure. Am Sa, den 16.10.2004 schrieb Julien TOUCHE um 12:24: Mario Gzuk a écrit : net localgroup /help sorry, i have no xp at home, so i can't check, but is there a dedicated group for rdc users ? thanks Regards Julien note: i'm on list, no need to cc

[Unattended] Unattended GUI

2004-09-27 Thread Mario Gzuk
Hi, I am working on a zope based gui software for unattended. It is alpha state software at this time. Please take a look at the gui at http://www.technikz.de:8980 and log in with user unattended and password unattended. There are not much testing objects at this time, and it is only in

Re: [Unattended] Read unattended.txt from database

2004-10-01 Thread Mario Gzuk
on the webserver look in the database and return the unattended.txt entry for the computer MYNEWCOMPUTER. The -O option store the content in the file /tmp/unattended.txt Am Fr, den 01.10.2004 schrieb ZoMBiE um 15:51: Hi, On Fri, 01 Oct 2004 14:00:23 +0200, Mario Gzuk [EMAIL PROTECTED] wrote: I

[Unattended] Help on install.pl

2004-10-07 Thread Mario Gzuk
asking for all unaswered fields (like partions, software and so on) I have read the Reading different answer files based on OS type but no solution. Maybe someone can help me with this. thank you mario gzuk --- This SF.net email is sponsored

Re: [Unattended] problem installing printer

2004-11-06 Thread Mario Gzuk
Whats happen when you klick on a printershare frome the print server? What OS on the print server? Am Fr, den 05.11.2004 schrieb Tomasz Chmielewski um 19:46: Mario Gzuk wrote: Please take a look at the howto of rundll32 printui.dll,PrintUIEntry. There is a option ( i think /if) to give

[Unattended] Unattended GUI

2004-11-06 Thread Mario Gzuk
$ MediaPlayer The filezisze is round about 5 MB. download at: http://www.technikz.de/down/howto.mpeg Feel free to give a response. greetings mario gzuk --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now

RE: [Unattended] Unattended GUI

2004-11-07 Thread Mario Gzuk
Only 2-3 lines in install.pl. And some addons for the inventory. Yes single configuration for every computer. A demo will be available soon. Am Sa, den 06.11.2004 schrieb Moritz Engel um 21:29: hi, if you want some beta testing, let me know. It looks great! You changed nothing in

Re: [Unattended] tightvnc - setting password + starting as a service - how?

2004-11-10 Thread Mario Gzuk
regedit /s is your friend You can also take a look at wininstall LE. A free software which creates msi packages. greetings Am Mi, den 10.11.2004 schrieb Tomasz Chmielewski um 12:35: Niels S. Richthof wrote: Hi Tomasz! I would like to install TightVNC using Unattended, so that after it

Re: [Unattended] Wiki unattended site spammed...

2004-11-12 Thread Mario Gzuk
Hi, I have also create a side for unattended. There are lot of modules in this content managment and it is much more secure than a wiki. I have written a EMail to Patrick, but I think he has not the time to take a look at it. So maybe you. Take a look here: http://unattended.technikz.de/ mario

[Unattended] Unattended GUI demo available

2004-11-13 Thread Mario Gzuk
easy searching + installing can be! What you need to use the software: - a browser (javascript enabled -- only for opening new windows and creation of new locations) greetz mario gzuk --- This SF.Net email is sponsored by: InterSystems CACHE

Re: [Unattended] Unattended GUI demo available

2004-11-13 Thread Mario Gzuk
can get it to work with the gui. Am Sa, den 13.11.2004 schrieb Tomasz Chmielewski um 14:59: Mario Gzuk wrote: Hi, now its done. A demo is available at: http://www.technikz.de:8080/ features: - Scripts in database (also for using without perl installed -- for the post installation

Re: [Unattended] ie: flash install/activex

2004-12-31 Thread Mario Gzuk
This do it for me: todo.pl start /wait %Z%\packages\media \flashplayer7_winax_internetexplorer.exe /q Am Donnerstag, den 30.12.2004, 18:56 +0100 schrieb Julien TOUCHE: has someone find a way to install silently flash for ie ? (with AutoIt maybe) Regards Julien

Re: [Unattended] Renaming the administrator account

2005-01-19 Thread Mario Gzuk
I rename the default administrator account after unattended install of any windows system? TIA for any advice/help. -- Mario Gzuk IT department Max-Planck-Institute for Biogeochemistry Beutenberg Campus Hans-Knoell-Str. 10 07745 Jena Germany Tel

Re: [Unattended] A proper way to skip formatting and mbr-install confirmations ?

2005-01-28 Thread Mario Gzuk
Hi it is possible to add the following to add the following to unattended.txt: fdisk_confirm = 1 replace_mbr = 0 That will not asking to confirm the replace mbr? or do format? greetings (saluer in french) Am Freitag, den 28.01.2005, 12:19 +0100 schrieb [EMAIL PROTECTED]: Hi, we are

[Unattended] Unattended GUI

2005-02-14 Thread Mario Gzuk
you can also contact me directly via EMail, ICQ or AIM. ICQ: 238216439 AIM: zukithe1 I will try to help you with installation and all other things. And with questions you help me to write a documentation Well this is still missing: a good docu. So have fun! greetings mario gzuk

[Unattended] RE: unattended + qemu + kqemu = success ;)

2005-03-09 Thread Mario Gzuk
is running very fast. Seems to be there are no differnce in speed between Qemu and vmware :-) greetings mario gzuk --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on hundreds of IT Products from real users. Discover

Re: [Unattended] RE: unattended + qemu + kqemu = success ;)

2005-03-09 Thread Mario Gzuk
Am Mittwoch, den 09.03.2005, 19:32 +0100 schrieb Wim Vandersmissen: On Wed, Mar 09, 2005 at 06:28:38PM +0100, Mario Gzuk wrote: For those that want to test unattended in a virtual machine and dont get it to work with VMware, I advise to try Qemu and the recently released KQemu

[Unattended] Problem with computername

2005-03-17 Thread Mario Gzuk
. The name is XYZ-csad98cds69dc. Is the name anakonda on the blacklist from M$? Or why (tf) this happens? Anybody who has the same problem. The problem is only on this computer. The same unattend.txt works on every other computer. greetings mario gzuk

[Unattended] drag and drop

2005-04-01 Thread Mario Gzuk
Hi, who knows a way to disable the drag and drop in the normal windows explorer (NOT! Internet Explorer! NOT!)? I have searched the registry, google and the rest of the word but found nothing Anybody who can help? greetings mario gzuk

Re: [Unattended] formatting partitions

2005-04-01 Thread Mario Gzuk
Hi, have you tried to do it in this way: todo.pl start /wait format e: /fs:NTFS /v:temp /q /y todo.pl %z%\bin\sleep.exe 120 todo.pl start /wait format d: /fs:NTFS /v:applications /q /y greetings Am Freitag, den 01.04.2005, 14:02 +0200 schrieb Christian Skalic: Hi, i still have a big

[Unattended] unattended-gui Version 0.20 release planed

2005-04-15 Thread Mario Gzuk
- Oracle 7/8/9 - ODBC (Open Database Connectivity) - PostgreSQL - SQLite - Sybase greetings mario gzuk --- SF email

[Unattended] Unattended GUI v. 0.2 released

2005-06-25 Thread Mario Gzuk
: unattended.technikz.de How to install: http://unattended.technikz.de/modules.php?op=modloadname=FAQfile=indexmyfaq=yesid_cat=4 greetings mario gzuk --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow

Re: [Unattended] Cisco VPN Client

2006-02-13 Thread Mario Gzuk
greetings mario gzuk Am Montag, den 13.02.2006, 09:49 -0500 schrieb Chris Liles: Anyone installing the Cisco VPN Client?? I have been unable to get this thing to install for the longest time. After getting fed up with it and watching the install process I realized that it is failing during

Re: [Unattended] quotation marks

2006-05-09 Thread Mario Gzuk
Hi, just do it in this way: todo.pl xcopy /s /e \%Z%\packages\directory containing white space\\ \%ProgramFiles%\directory containing also white space\\ greetings mario Am Dienstag, den 09.05.2006, 12:09 +0200 schrieb Lars Reinecke: How do I write e.g. a copy statement that needs parameters

[Unattended] unattended-gui 0.3 released

2006-06-22 Thread Mario Gzuk
=127437 or the mailing list: http://sourceforge.net/mail/?group_id=127437 greetings mario gzuk All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn

[Unattended] New boot CD / PXE

2006-08-29 Thread Mario Gzuk
Hi, we have build a new CD/PXE Image based on gentoo with knoppix harware detection. More informations are here: http://unattended.technikz.de/index.php/Main_Page#2006-08-29_unattended-gui_boot-cd_0.1_alpha Feel free to test it. If you have questions please use the unattended-gui mailing list.

[Unattended] Unattended bootcd/PXE (gentoo based) 0.1 released

2006-09-01 Thread Mario Gzuk
New realease of the unattended-gui bootcd/PXE: http://unattended.technikz.de/index.php/Main_Page#2006-09-01_unattended-gui_boot-cd_0.1 Feel free to test it. The main goal is to replace the dosemu, because in this state it is only possible to install 32 bit Windows. In the future we hope to be

Re: [Unattended] SATA controller driver?

2006-09-11 Thread Mario Gzuk
Hi, just run the program sh /usr/bin/errorreport and send the file /tmp/errorreport to [EMAIL PROTECTED] We need more Informations about the network interface which is not working greetings mario Am Montag, den 11.09.2006, 11:11 -0400 schrieb Brad Erdman: Just as an FYI, this CD did not

Re: [Unattended] Fibre disk

2006-09-29 Thread Mario Gzuk
Hi, this could be a problem of your lease times If you are running ISC DHCP you should use this options in your configuration: dynamic-bootp-lease-length 10 If you are running some other DHCP server you should consult the manual to avoid this errors. I dont think that this is a problem of

Re: [Unattended] Fibre disk

2006-09-29 Thread Mario Gzuk
mmm What dhcp-server you are using? The gentoo boot-cd use an other dhcp client. Maybe here is the problem. You can fill out a bug report for this client software here: http://developer.berlios.de/bugs/?group_id=4229 I have decide to use dhcpcd because it is in active development, the

Re: [Unattended] Fibre disk - Solved

2006-09-29 Thread Mario Gzuk
Nice to hear once that you are fit with your linux and twice that we had helped you out... I will try to add your expirience to our project at least as fallback configuration. Thank you for this response and sorry for my bad english... Its a work in progress greetings mario Am Freitag,

Re: [Unattended] linux and gentoo PXE root filesystems not recognising Intel 945G ?

2006-10-13 Thread Mario Gzuk
Hi, working currently on this problem. Maybe you can try a new ISO which u will get from me? I will integrate the newest kernel which should support the ICH8 stuff greetings mario Am Freitag, den 13.10.2006, 11:47 +1000 schrieb Shane Curtis: (/me discovers inexplicable bounces have kicked

Re: [Unattended] Fibre disk - Solved

2006-10-20 Thread Mario Gzuk
Hi Bryan, I have included your workaround as a fallback into the master script for the unattended-gui boot cd. It will be included in the next release coming up in the next weeks. There will also support for Installing XP 64 bit. greetings mario Sebastian and Mario, thanks for your help.

Re: [Unattended] unattended+mysql+defaults

2006-10-24 Thread Mario Gzuk
Hi, You need this key because the setup will ask you if this string is empty. So you HAVE TO define it. The windows setup will ask you which Domain/Workgroup to join if this part of your unattend.txt is empty. greetings mario Am Dienstag, den 24.10.2006, 16:39 +0200 schrieb Arvid Walter: Hi,

Re: [Unattended] Change pagefile location and turn off hibernate

2006-11-21 Thread Mario Gzuk
Here is the short way: reg update HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PagingFiles=C:\pagefile.sys 2048 2048 Am Dienstag, den 21.11.2006, 14:30 +0100 schrieb Mario Gzuk: Am Dienstag, den 21.11.2006, 11:46 +0100 schrieb Mellmann, Sebastian

Re: [Unattended] Change pagefile location and turn off hibernate

2006-11-21 Thread Mario Gzuk
Am Dienstag, den 21.11.2006, 11:46 +0100 schrieb Mellmann, Sebastian: Hello everyone! Think my subject tells what I want to do. Is there any chance to change the location of the pagefile via script or something similar? And turn off that hibernate by default. Tooks way to much hdd space.

Re: [Unattended] copying the i386 directory

2006-11-29 Thread Mario Gzuk
Hi, just take a look into the c:\netinst\unattend.txt - Section _meta. I hope this hint is enough greetings mario Am Mittwoch, den 29.11.2006, 12:54 +0200 schrieb Alon Lutzker: Hi All, Does anybody have a bat file that will copy the relevant i386 directory to the c:\ drive of the

Re: [Unattended] copying the i386 directory

2006-12-09 Thread Mario Gzuk
whithout the todo.pl stuff: xcopy %OS_MEDIA%\i386 c:\ greetings The variable comes out empty when it runs, even the echo. What am I missing? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mario Gzuk Sent: Wednesday, November 29, 2006 1:02

Re: [Unattended] dell optiplex 745 no install possible?

2006-12-11 Thread Mario Gzuk
Hi, I will release the unattended-gui boot-cd 0.2 this week, maybe you can try this one for the optiplex 745? If you want feel free to contact me directly because you have to setup some little things in your network share and the documentation for that is not ready yet greetings mario Am

Re: [Unattended] lenovo T60, Failed to obtain DHCP lease

2006-12-11 Thread Mario Gzuk
Am Montag, den 11.12.2006, 15:03 +0100 schrieb Christian Fischer: Anders Nyström wrote: thank you Marios boot cd works fine with lenovo T60 and the old boot cd works with the older computers Could some one tell me what has changed with the T60? and/or what has to be modified in the

Re: [Unattended] make own bootcd

2006-12-14 Thread Mario Gzuk
Hi, thats the wrong list to ask use the unattended-gui-users List. The mkisofs is in the package: app-cdr/cdrtools m Donnerstag, den 14.12.2006, 16:07 +0100 schrieb werner maes: hello I trying to make an unattended-gui bootcd to backport unattended.sf.net. Unfortunately

Re: [Unattended] VMWare Appliance

2007-08-06 Thread Mario Gzuk
Hi! Am Montag, den 06.08.2007, 09:15 +0200 schrieb Gerhard Hofmann: Peter Varga wrote: Has anyone thought about creating and maintaining a VMWare Virtual Appliance (especially for ESX)? Hi Peter, creating some kind of Unattended appliance is a nice idea and I have serious interest

[Unattended] Unattended-gui boot-cd v0.4

2007-09-17 Thread Mario Gzuk
Hi, new release of the boot-cd is available: http://unattended.technikz.de/index.php/Main_Page#2007-06-17_unattended-gui_boot-cd_0.4 The boot-cd is now with a graphical menu, its also possible to edit the entries. We are currently testing the same version with parted v. 1.8.8 it would be nice to

Re: [Unattended] Unattended-gui boot-cd v0.4

2007-09-18 Thread Mario Gzuk
Hi, it might be that the bios is to old. If you want to use the default isolinux without any menu try it yourself: http://unattended.technikz.de/index.php/Bootcd:howto#How_to_build_the_iso or contact me directly. I will build a iso for you if you want... greetz mario Am Montag, den 17.09.2007,

[Unattended] Unattended-gui boot-cd v0.4.1

2007-09-20 Thread Mario Gzuk
Hi, because of some main errors in the master script and the problems with the old intel e1000 driver I have released an update: http://unattended.technikz.de/index.php/Main_Page#2007-09-20_unattended-gui_boot-cd_0.4.1 Please use the current svn /z layout! greetings mario

[Unattended] Windows Vista/2008 Installation from Linux

2007-10-04 Thread Mario Gzuk
Hi, I have try to write an short how to install Vista/2008 from Linux: http://unattended.technikz.de/index.php/Win:installation_process_vista I am currently try to implement this into the environment from unattended-gui. Hope this helps also for the unattended - project... If you have questions

[Unattended] Unattended-gui boot-cd v0.5

2007-10-18 Thread Mario Gzuk
Hi, new release of the boot-cd is available: http://unattended.technikz.de/index.php/Main_Page#2007-10-18_unattended-gui_boot-cd_0.5 Main Changes: * chntpw-0.99.4.20070923 * ntfsprogs-2.0.0 * ntfs3g-1.1004 * udev-116 * linux-headers-2.6.23 * glibc 2.6.1

Re: [Unattended] xp64

2007-10-25 Thread Mario Gzuk
Hi, we have rebuild the complete install procedure. There is no need for win32.exe Feel free to look at the following informations: http://unattended.technikz.de/index.php/Win:installation_process and the code:

Re: [Unattended] find-boot-device failed - init13_dev80 (unattended / unattended-gui)

2007-11-11 Thread Mario Gzuk
Hi, please use the mailing list from unattended-gui for problems related on this project. The edd module is obsolete and will be removed from the kernel in the near future. The unattended-gui.sourceforge.net with the profile unattended-gui is designed to dont use this stuff. Here the info from

Re: [Unattended] nLite, Unattended-gui, and DriverPacks almost working..but

2007-11-13 Thread Mario Gzuk
Hi Eric, yes we have a solution. If you use the DriverPacks you will have a winnt.sif in you i386 Folder. The problem is that first the winnt.sif is created and after that the copy starts. So if you have an winnt.sif in your i386 it will overwrite the generated one. I will correct this in the

Re: [Unattended] Unattended SVN

2007-11-26 Thread Mario Gzuk
Hi, sorry that was an error in the documentation since sf.net has switched the svn structure The correct command is: svn co https://unattended-gui.svn.sourceforge.net/svnroot/unattended-gui I have updated the docs... greetings mario Am Montag, den 26.11.2007, 11:41 + schrieb Paul Lewis:

Re: [Unattended] Trying out unattended. First impressions and wishlist

2007-11-26 Thread Mario Gzuk
Hi, as I wrote months before there is all ready a way: http://unattended-gui.svn.sourceforge.net/viewvc/unattended-gui/z/etc/init/profiles/unattended-nodosemu/01install?view=markup You should also read: http://unattended.technikz.de/index.php/Win:installation_process greetings mario Am Montag,

Re: [Unattended] Problems with install.php (unattended-gui)

2007-11-26 Thread Mario Gzuk
Am Montag, den 26.11.2007, 12:52 + schrieb Paul Lewis: -d is an unknown option, but from the manpage you can select the database using -D, so I used that instead. Connected to the database with no problems. Is it possible that install.php is using this -d option or something? I have

Re: [Unattended] Unattended SVN

2007-11-26 Thread Mario Gzuk
Hi, sorry for that. I am currently alone in the dark... Simple ask and I will try to help you... greetings mario Am Montag, den 26.11.2007, 14:21 +0100 schrieb Frank Van Damme: On Nov 26, 2007 12:52 PM, Mario Gzuk [EMAIL PROTECTED] wrote: Hi, sorry that was an error in the documentation

Re: [Unattended] Problems with install.php (unattended-gui)

2007-11-26 Thread Mario Gzuk
Am Montag, den 26.11.2007, 13:44 + schrieb Paul Lewis: Ah, that was it. I had a blank password field (naughty, I know!). install.php has now run to completion - thanks for your help :) np. - This SF.net email is

[Unattended] Unattended-gui boot-cd v0.5.1

2007-11-26 Thread Mario Gzuk
Hi, new release of the boot-cd is available: http://unattended.technikz.de/index.php/Main_Page#2007-11-26_unattended-gui_boot-cd_0.5.1 Main Changes: * correct missed sysVinit # reboot, shutdown * add e1000e (supported by kernel 2.6.23-gentoo-r2) The boot-cd is now with a graphical

Re: [Unattended] Unattended-gui boot-cd v0.5.1

2007-11-27 Thread Mario Gzuk
] [mailto:[EMAIL PROTECTED] On Behalf Of Mario Gzuk Sent: 26 November 2007 16:14 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: unattended-info@lists.sourceforge.net; [EMAIL PROTECTED] Subject: [Unattended] Unattended-gui boot-cd v0.5.1 Hi, new release of the boot-cd is available: http

Re: [Unattended] Unattended-gui boot-cd v0.5.1

2007-11-27 Thread Mario Gzuk
Hi Paul, please also take a look into /proc/cmdline (after boot) and post this result. BTW: You can also contact me via ICQ or AIM greetings mario Am Dienstag, den 27.11.2007, 09:20 + schrieb Paul Lewis: Hi Mario, There seems to be a bug in the 0.5.1 image that you released last

Re: [Unattended] Unattended-gui boot-cd v0.5.1

2007-11-27 Thread Mario Gzuk
Hi, I have uploaded a new .iso and new initrd for th 0.5.1 which should include the missed symlink. Thanks to Paul. greetings mario Am Dienstag, den 27.11.2007, 18:05 +1100 schrieb paul kelly: Hi Mario, I tried out the new 0.5.1 boot disk - but have come back to a similar problem to below -

Re: [Unattended] unattended-gui boot-cd 0.5.1

2007-12-05 Thread Mario Gzuk
Hi have you try the force options? http://unattended.technikz.de/index.php/Bootcd:options#force greetings mario Am Mittwoch, den 05.12.2007, 15:33 +0100 schrieb Jens Geile: Is it having problems finding the SATA device during the linux portion of unattended setup, or during the Windows

Re: [Unattended] Various problems

2007-12-07 Thread Mario Gzuk
Hi. Am Freitag, den 07.12.2007, 12:15 +0100 schrieb Jens Geile: Hi, after I managed to fix the HDD detection problems with the help of Mario I ran into a few more problems on the way. 1. I have the following line in my isolinux.cfg on the boot-cd: LABEL local MENU LABEL ^Next

Re: [Unattended] unattended-gui-0.5.1

2007-12-10 Thread Mario Gzuk
HI, there is a bug in the kernel I think. It only accept up to 137 chars via the command line. I only affects the 0.5.1. An update will be available soon. But it should work if you run through the dialogs... Have you checked the log on tty4 and 5? Maybe there is an other error? greetings amrio

Re: [Unattended] Unattended HOWTO-BUILD_BOOT-CD

2007-12-15 Thread Mario Gzuk
Hi, take a look here: http://unattended.technikz.de/index.php/Bootcd:howto greetings mario Am Dienstag, den 11.12.2007, 17:26 +0100 schrieb Gianluca Moro: Hi all, I was looking in the site docuimentation for a guide on how to build a personalized unattended boot CD but I did not find any

Re: [Unattended] AD athentication for Mario's unattended-gui

2007-12-17 Thread Mario Gzuk
Hi, there is an howto: http://unattended.technikz.de/index.php/Module:settings#Authentification_Active_Directory But be aware you have to hold the users in the database. It is ONLY for authentification, the backend for AD is not implemented or testet at this time. Please use the unattended-gui

[Unattended] Unattended-gui boot-cd v0.6

2007-12-21 Thread Mario Gzuk
Hi, new release of the boot-cd is available: http://unattended.technikz.de/index.php/Main_Page#2007-12-21_unattended-gui_boot-cd_0.6 Now the udev is working correctly. The hardware dedection now works much better. On our tested systems there is no more need for force loading modules. I have

Re: [Unattended] RAID on the Dell Optiplex GX755

2007-12-21 Thread Mario Gzuk
Hi Paul! The raid is no hardware raid. It needs a software to work. For windows there is an driver, but not really for linux. The only one is this: It is possible to use Device Mapper (DM) and dmraid: http://people.redhat.com/~heinzm/sw/dmraid/ The following ATARAID types are supported: Adaptec

[Unattended] Unattended-gui documentation moved

2007-12-22 Thread Mario Gzuk
Hi, the documentation wiki is moved to sf.net: http://unattended-gui.sourceforge.net/ Some hints for the installation of Windows Vista through linux for the unattended people: http://unattended-gui.sourceforge.net/wiki/index.php?title=Win:installation_process_vista greetings mario

Re: [Unattended] WG: ntfs

2008-01-27 Thread Mario Gzuk
Hi, it should not depend on dosemu, the windows installer should support ntfs. If you can remember your last non-unattended installation: you can format a drive with ntfs for the installation. So it is supported by the windows installer. Also the installation with the nt5install script should

Re: [Unattended] Other Operating Systems

2008-01-31 Thread Mario Gzuk
Hi, it would be nice if you can share your experience with solaris. Please send it to me directly. Maybe I can add unattended installation support for this in the project unattended-gui (http://sourceforge.net/projects/unattended-gui/). We are currently working also on a solution for debian, but

[Unattended] Boot from usb # a short howto

2008-02-07 Thread Mario Gzuk
Hi, I have written a short how to boot from an usb stick. Hope this is also helpful (and usable) for the unattended project: http://unattended-gui.sourceforge.net/wiki/index.php?title=Bootcd:USB greetings mario - This

[Unattended] Unattended-gui boot-cd v0.7

2008-02-07 Thread Mario Gzuk
Hi, new release of the boot-cd is available: http://unattended-gui.sourceforge.net/wiki/index.php?title=Main_Page#2008-02-07_unattended-gui_boot-cd_0.7 I have removed the compatibility to the project unattended (unattended.sf.net) because of the unattended project have now a actual release of

Re: [Unattended] Unattended-gui boot-cd v0.7

2008-02-07 Thread Mario Gzuk
Am Donnerstag, den 07.02.2008, 16:54 +0200 schrieb Nyström Anders: hello Mario why do I always get the Question box Do you want to setup your Z-mount? Anders my PXE startup is label 4 kernel ua-0.7.kernel append initrd=ua-0.7.root vga=normal profile=unattended SKIP_CHECK_MODULE=1

Re: [Unattended] Vista Install Support?

2008-02-26 Thread Mario Gzuk
Hi, with the unattended-gui (unattended-gui.sf.net) boot-cd you are able to install vista/2008. take a look here: http://unattended-gui.sourceforge.net/wiki/index.php?title=Win:installation_process_vista I have no time to test this more because I am very busy at this time. But if you get it

Re: [Unattended] unattended linux boot

2008-03-04 Thread Mario Gzuk
Hi Jens, if you are using the unattended-gui bootcd and have questions related to this, you are on the wrong mailing list. Dialog is integrated in the unattended-gui bootcd so you will be able to use it from there. But be aware since version 0.7 I have removed the support fur the unattended

Re: [Unattended] unattended virtual Appliance

2008-03-19 Thread Mario Gzuk
Hi, so now I think its time to say some thing about I feel like I am in a kindergarten on this list if I read the messages the last 2-3 days. Can you tell me how old you are? Or better leave it unanswered to me an answer yourself. (And I mean not only ONE person, everybody should think about

Re: [Unattended] unattended virtual Appliance

2008-03-19 Thread Mario Gzuk
If it is finished for you, why you are writing again? Or do you want now also forbid us the freedom of expression? greetings Am Mittwoch, den 19.03.2008, 09:56 + schrieb kerravon: This topic is finished, Go away and play with your toys

Re: [Unattended] 4.8 Release Candidate1

2008-04-05 Thread Mario Gzuk
Hi Nils, thank you for your tribute. I can give it back to this great project which gives me some very nice ideas! Sharing knowledge is essential for the life in OpenSource. So you dont need to buy me a beer if you meet me ;-) I have also find a way to install Vista/2008 through linux, with the

Re: [Unattended] begging.

2008-04-10 Thread Mario Gzuk
Hi, I think it should also possible with the unattended project. Here are the first steps on how you can set up a liveHD with unattended-gui: http://unattended-gui.sourceforge.net/wiki/index.php?title=Bootcd:USB That document is a work in progress, but it is possible to install OS, apllikations

Re: [Unattended] HP Compaq NW8440 Windows XP

2008-04-15 Thread Mario Gzuk
Hi, black screen means in the most cases that the boot code in the active partition has errors or can not be accessed. greetz mario Am Dienstag, den 15.04.2008, 13:05 +0200 schrieb Nils Olav Fossum: Tirsdag 15 april 2008 02:27, skrev Brian May: If I use unattended, I get to the first reboot,

[Unattended] Unattended-gui FINAL release 1.708 and boot-cd v0.8

2008-04-18 Thread Mario Gzuk
Hi, unattended-gui has reached the final version 1.X, currently 1.708. See more about the versioning here: http://unattended-gui.sourceforge.net/index.php?title=Unattended-gui:Versioning Main Features: * support unattended installation of several windows OS and linux distributions * update

[Unattended] Support the project with some simple things....

2008-04-25 Thread Mario Gzuk
Hi, you can help to give some more publicity to this project! Why you should do this? If the project gets more publicity there will be more users who join this project. More users means more knowledge and more knowledge help to make this software better. Rate the project on:

Re: [Unattended] Support the project with some simple things....

2008-04-25 Thread Mario Gzuk
Sorry... wrong list. Am Freitag, den 25.04.2008, 18:11 +0200 schrieb Mario Gzuk: Hi, you can help to give some more publicity to this project! Why you should do this? If the project gets more publicity there will be more users who join this project. More users means more knowledge and more

[Unattended] HOW-TO - Use the unattended-gui boot-cd (0.8) together with unattended.sf.net

2008-04-25 Thread Mario Gzuk
Hi, I wrote a short how to use the unattended-gui boot-cd since version 0.8 together with unattended.sf.net. Simple give it a try: http://unattended-gui.sourceforge.net/index.php?title=Bootcd:unattended If you have questions feel free to use the [EMAIL PROTECTED] mailing list. Greetz and

[Unattended] HOW-TO - Use the unattended-gui boot-cd (0.8) together with unattended.sf.net

2008-04-25 Thread Mario Gzuk
Hi, I wrote a short how to use the unattended-gui boot-cd since version 0.8 together with unattended.sf.net. Simple give it a try: http://unattended-gui.sourceforge.net/index.php?title=Bootcd:unattended If you have questions feel free to use the [EMAIL PROTECTED] mailing list. Greetz and

  1   2   >