4 Pages V   1 2 3 > »   
Reply to this topic
 Update Pack For AeroStudio 2008, Linux & Windows Successfully ....
Rating 5 V
post Aug 7 2009, 01:07 PM
Post #1
Blue Life
Member   **
Group: Members

  Joined: 22-July 08
Posts: 39
Thank(s): 29


Turkiye




Aero Studio Setup + Update pack + Turkish Video + Tools


New Download: AeroStudio.zip
MD5: A27549FD31C2BED666946AB603A6F54C
SHA-1: 54D712782A0230B9BA738A8309071145AD8C7A57

Old Files : AeroStudio Folder

Updated aero.sys, Grub4dos (Version 0.4.4) etc.

I am sorry, I dont know english sad.gif
(Lancelot helps for translation thumbup.gif to share good works of Blue Life smile.gif)

/English
A while ago I decide to test AeroStudio since I read its name more and more.
After tests I decide to make a workout to ease others problems,
After the update we can use Grub4dos codes.

New users of the AeroStudio, Please watch the video first.

Before giving headache here are some example codes
Note: Be carelful about casesentive when using Grub4dos

QUOTE
/Turkish
Bir süre önce adını çok fazla duymaya başladığım AeroStudio'yu incelemeye karar verdim.
Inceleme yaptıktan sonra bir çok arkadaşın program ile yaşadığı çeşitli sorunları ortadan kaldımak içinde bir çalışma yaptım.
Güncelleme ile birlikte güncel Grub4dos kodlarını kullanabileceğiz.
Programı yeni kullanmaya başlayanlar önce videoyu izlesin lütfen.

Fazla kafanızı ağrıtmadan bir kaç örnek kod verim.
Not: Grub4dos komutlarında büyük ve küçük harflere dikkat ediniz.


Boot from Harddisk (Harddiskten Başlat)
CODE
grub4dos chainloader (hd0)+1; rootnoverify (hd0)
boot

Alternative (Alternatif)
CODE
chainloader (hd0)+1
rootnoverify (hd0)


Windows XP Setup (Windows XP Kurulumu)
CODE
grub4dos ls /I386/SETUPLDR.BIN || find --set-root /I386/SETUPLDR.BIN; chainloader /I386/SETUPLDR.BIN
boot

Alternative (Alternatif)
CODE
bcdw /i386/setupldr.bin
boot


Windows Vista And Windows 7 Setup (Windows Vista ve Windows 7 Kurulumu)
CODE
grub4dos ls /SOURCES/BOOT.WIM || find --set-root /SOURCES/BOOT.WIM; chainloader /BOOTMGR
boot

Alternative (Not tested) - Alternatif (denemedim)
CODE
bcdw /bootmgr
boot


Booting with Isolinux (Isolinux önyükleme dosyasını çalıştırmak. )
Modify due to your choice (Kendi eklemek istediğiniz bileşene göre düzenleyiniz.)

Slax
CODE
grub4dos ls /boot/isolinux/isolinux.bin || find --set-root /boot/isolinux/isolinux.bin; chainloader /boot/isolinux/isolinux.bin
boot


Ubuntu
CODE
grub4dos ls /isolinux/isolinux.bin || find --set-root /isolinux/isolinux.bin; chainloader /isolinux/isolinux.bin
boot


Pardus
CODE
grub4dos ls /boot/isolinux/isolinux.bin || find --set-root /boot/isolinux/isolinux.bin; chainloader /boot/isolinux/isolinux.bin
boot


Back Track
Edit the menu.lst file (menu.lst dosyasını düzenle...)
CODE
grub4dos ls /boot/grub/menu.lst || find --set-root /boot/grub/menu.lst; configfile /boot/grub/menu.lst
boot


Booting and Iso file ( Bir Iso (Cd Kalıp) Dosyasını Çalıştırmak. )

/English
Lets say our file is on the root and named TEST.ISO

QUOTE
/Turkish
Dosyamızın rootta ve adı test.iso olsun diyelim.

CODE
grub4dos ls /TEST.ISO || find --set-root /TEST.ISO; map /TEST.ISO (0xff) || map --mem /TEST.ISO (0xff); map --hook; root (0xff); chainloader (0xff)
boot

Alternative 2nd method (Alternatif 2. yöntem)
CODE
bcdw /TEST.ISO

Alternative 3rd method (Alternatif 3. yöntem)
CODE
isoemu /TEST.ISO


Booting a floopy image (img,ima etc.) (Bir disket imajını çalıştırmak (img,ima vs.) )

/English
Lets say our file is on the root and named FLOPPY.IMA

QUOTE
/Turkish
Dosyamızın rootta ve adı FLOPPY.IMA olsun diyelim.

CODE
grub4dos ls /TEST.IMA || find --set-root /TEST.IMA; map --mem /TEST.IMA (fd0); map --hook; chainloader (fd0)+1; rootnoverify (fd0); map --floppies=1
boot


Alternative 2nd method (Alternatif 2. yöntem)
CODE
run /FLOPPY.IMA

Alternative 3rd method (Alternatif 3. yöntem)
CODE
bcdw /FLOPPY.IMA


/English
Gzip compressed floppy images can be used with both methods.
Grub4dos is more stabile, when possible use grub4dos codes.

Lots of required codes already available with the utilities, so i dont need to write all.
To get more detailed info about grub4dos codes take a look at the link below.
http://diddy.boot-land.net/grub4dos/Grub4dos.htm

Note:There can be trouble during creation of iso files or after creating iso files with AeroStudio
Sometimes utility is unsuccessfull on creating iso, or after creating iso since "Allow Lower Case" is default selected at "ISO 9660" options cause boot failure of some windows. (Last time my friend experienced such a problem with windows xp setup)
If you have such a problem follow steps:

1-After your design finishes with Aero Studio, arrange an empty folder for "Deploy Menus - Step2 - Source Files Box" and create iso
2-Extract Airboot folder from iso file (winrar, 7zip) . Copy Airboot folder to the .\Tool\ISO_ROOT\ folder of the package (package of the topic)
3-Add the stuff you want to include in your iso file inside .\Tools\ISO_ROOT\ folder
4-use MakeISO.cmd or BL_UIS.exe to create iso

I hope this fixed with further versions and we wont need such fixes.

QUOTE
/Turkish
Gzip ile sıkıştırılmış bir disket imajını kullanmak için ise ilk iki yöntemi kullanabilirsiniz.
Grub4dos her konuda daha stabil, mümkünse grub4dos komutlarına ağırlık verin.

Bir çok gerekli komuta program üzerinden ulaşabiliyoruz. Bu yüzden hepsini yazmama gerek yok.
Grub4dos komutları hakkında detaylı bilgi için ise aşağıdaki linke gözatabilirsiniz.
http://diddy.boot-land.net/grub4dos/Grub4dos.htm

Not: Aero Studio programıyla iso oluştururken ve iso oluşturduktan sonra bazı sorunlar yaşanamaktadır.
Bazen program iso oluşturmada başarısız olabiliyor. Veyahut iso oluştuktan sonra ISO 9660 formatındaki Allow Lower Case seçeneğinin varsayılan olarak ayarlanmış olması bazı windowsların önyüklmesinde sorunlara yol açmaktadır. (En son olarak bir arkadaş Windows XP Kurda böyle bir sorun yaşadı)
Eğer böyle bir sorun yaşarsanız, sorun çözümü için aşağıdaki adımları uygulayınız.

1-Aero Studio'da tasarımınızı yaptıktan sonra Deploy Menus - Step2 de Source Files kutusundan boş bir klasör göstererek iso dosyanızı oluşturunuz.
2-Oluşan iso dosyanızı winrar,7zip gibi bir program ile açarak Airboot klasörünü dışarı çıkartınız. Airboot klasörünü çıkartıktan sonra bu klasörü bu konudaki indirdiğiniz Tool klasöründeki ISO_ROOT klasörüne koyunuz.
3-Iso dosyanıza eklemek istediğiniz bileşenlere ait dosyaları da Tool klasöründe bulunan ISO_ROOT klasörüne koyunuz.
4-Tüm dosyaları ISO_ROOT klasörüne koyduysanız Mkisofs - MakeISO.CMD veyahut BL_UIS.EXE ile iso doyası oluşturabilirsiniz.

Umarım ilerki versiyonlarda bu sorun tamemen çözülür ve böyle extra işlemlere gerek kalmaz.


This post has been edited by Blue Life: May 16 2010, 05:57 AM
Reason for edit: Translation to English to support Blue Life


10 user(s) said "Thank you!" to Blue Life for this fantastic post:
A201X, agni, amalux, beb666, Hima, iosha, Nuno Brito, Paulo Kareka, pokemon1, Shirin Zaban
+Quote Post
post Aug 10 2009, 09:53 AM
Post #2
pokemon1
Member   **
Group: Members

  Joined: 27-September 08
Posts: 35
Thank(s): 2


United Kingdom


Very nice indeed (on the commands). But while trying to test it in virtual pc, the graphhics is completely broken. Any idea why?

The iso is loaded without any issue, I can understand the desktop design/aeroboot console but there is something wrong with the resolution or graphics.

Regards,
Pokemon
+Quote Post
post Aug 10 2009, 04:24 PM
Post #3
Blue Life
Member   **
Group: Members

  Joined: 22-July 08
Posts: 39
Thank(s): 29


Turkiye


@pokemon1
be careful!
No problem wmware...



+Quote Post
post Aug 12 2009, 02:27 AM
Post #4
Lancelot
Frequent Member   ****
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 908
Thank(s): 696


Turkiye


Thanks a lot Blue Life

@all

sorry for late translation,
package of Blue Life mainly includes "aerostudio setup" + "add on setup of Blue Life" + "A movie to show how to use", to ease the use of Aero Studio, I hope you like.

cheers.gif


--------------------
I Galapo's LiveXP and King Amalux's Great LiveXP Package (tutorial and everything)
Lancelot Tips For LiveXP
I hate Medusa problems of WinBuilder, Cryptic codes, syntax rules fakingly mismatching working lines, not having even basic fundemantal syntax rules and mostly 'lies' and 'post games'.
('post games' = includes dishonest, childish posts that have goal to annoy others in community)
2 user(s) said "Thank you!" to Lancelot for this fantastic post:
Blue Life, Shirin Zaban
+Quote Post
post Aug 14 2009, 12:21 PM
Post #5
Blue Life
Member   **
Group: Members

  Joined: 22-July 08
Posts: 39
Thank(s): 29


Turkiye


Thanks Lancelot



/English
Add Tools packet to 4Shared links...

/Turkish.
4Shared linkine Tools Paketi eklenmiştir..
+Quote Post
post Aug 16 2009, 03:24 AM
Post #6
agni
Frequent Member   ***
Group: Members

  Joined: 9-August 08 From: Bengaluru (Bangalore)

Posts: 113
Thank(s): 44


India


Thanks a lot.
It is working fine.No more headache of using workarounds with bcdw.

Grub4dos working fine in VirtualBox and VMWare player.

BCDW works fine in VMWare.

But loading bootmgr by BCDW NOT working in Virtual Box.
Tested in Virtual Box versions 2,3 in Windows XP,Vista and Ubuntu.
I always get a BSOD .

I get BSOD even if I use BCDW (as the only bootmanager) to load bootmgr.
Looks like some problem with bcdw.

Anyway grub4dos is working fine.So no problem.


--------------------


1 user(s) said "Thank you!" to agni for this fantastic post:
Blue Life
+Quote Post
post Aug 18 2009, 08:02 AM
Post #7
Blue Life
Member   **
Group: Members

  Joined: 22-July 08
Posts: 39
Thank(s): 29


Turkiye


Thanks @agni
Updates files...
+Quote Post
post Aug 23 2009, 06:35 PM
Post #8
florin91
  
Group: Members

  Joined: 5-August 09
Posts: 9
Thank(s): 1


Romania


QUOTE (pokemon1 @ Aug 10 2009, 10:53 AM) *
Very nice indeed (on the commands). But while trying to test it in virtual pc, the graphics is completely broken. Any idea why?

The iso is loaded without any issue, I can understand the desktop design/aeroboot console but there is something wrong with the resolution or graphics.

Regards,
Pokemon

Hello all!
This is what happened with my aero studio iso: when I tested in virtual pc, virtual box the graphics is broken, the wallpaper doesn't show, is a black background. Pokemon1, how did you fixed that?
I think it's related with resolution, since I was using the 1024x768, but the weird thing is that the other 2 menus are ok, only one has graphical problems.
And I want to know what actually makes the BG Image Quality option and what number I need to set it 75, 100 50 ?
Thanks!
Florin91
+Quote Post
post Aug 24 2009, 06:02 AM
Post #9
pokemon1
Member   **
Group: Members

  Joined: 27-September 08
Posts: 35
Thank(s): 2


United Kingdom


QUOTE (florin91 @ Aug 23 2009, 06:35 PM) *
Hello all!
This is what happened with my aero studio iso: when I tested in virtual pc, virtual box the graphics is broken, the wallpaper doesn't show, is a black background. Pokemon1, how did you fixed that?
I think it's related with resolution, since I was using the 1024x768, but the weird thing is that the other 2 menus are ok, only one has graphical problems.
And I want to know what actually makes the BG Image Quality option and what number I need to set it 75, 100 50 ?
Thanks!
Florin91


Hi Florin, the problem is due to resolution setting. Please modify the resolution while you deploy the menu (where you need to select the menu page). I think you have to set it as 800x600 and then it should work fine smile.gif

pls update us if it worked.

Pokemon
+Quote Post
post Aug 24 2009, 08:45 AM
Post #10
florin91
  
Group: Members

  Joined: 5-August 09
Posts: 9
Thank(s): 1


Romania


QUOTE
Hi Pokemon!
When I made the menu, I selected in "Format>Settings" a resolution of 1024x768. This resolution should be set in "Deploy menus" window. And with this resolution, the background image was black, it didn't wanted to appear.
I remade my menu, and selected a resolution of 800x600 in both windows, and this time, the wallpaper appears, but is not complete, is missing the bottom part of wallpaper.
I tried with a custom wallpaper from the internet, with the \themes\wallpaper but it worked only with Themes\Pictures\BlueLife\BL-BackGround (1).PNG . I made three menus for my boot dvd and only this is having problems, the other two are made at 1024x768 resolution and work perfect. I don't know what's happening with this.
I want to put a normal wallpaper and to be perfect visible, at a resolution of (if is possible) 1024x768. First, I thought it was a setting like resolution, bgimage quality. I think is a bug and I will try to reinstall aero studio, or to remake my menu from scratch. Or, if I want to use my background menu, what resolution should it be, what image mode (RGB, .., 16 colors, 256 colors), how much pixels/inch (72 pixels/inch in gimp).
Thanks

Later Edit:
Hello again, I found the problem: I installed the both versions of Aero Studio without reinstalling the old one. After reinstalling and installing, all is just ok, the menu works perfect even at 1024x 768. Sorry!
Florin
+Quote Post

4 Pages V   1 2 3 > » 
Reply to this topic
1 User(s) are reading this topic ()



Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts Forum Header - LiveXP
2 Galapo 429 30th August 2010 - 05:14 PM
Last post by: Nuno Brito
No New Posts Forum Cleanup
2 Nuno Brito 656 22nd August 2010 - 10:24 AM
Last post by: Wonko the Sane
No New Posts Forum headers
4 Nuno Brito 407 21st August 2010 - 11:33 AM
Last post by: Nuno Brito
No New Posts Forum Post problem
Image attachment & Thread Merge problem
7 Holmes.Sherlock 432 18th August 2010 - 05:55 AM
Last post by: Holmes.Sherlock
No New Posts Forgot the administrator password? The Sticky Keys trick
0 Michael Pietroforte 261 12th August 2010 - 08:03 PM
Last post by: Michael Pietroforte