Hi Mickael, The /admin/setup.php operates only on the disk you booted with, adding partition(s), formatting and installing.
You have two options: 1) If you can in Xen, resize your /dev/sda disk to 2 GB, and install using /admin/setup.php as documented. You can then delete your /dev/sdb disk. 2) Given your image on /dev/sda and an empty /dev/sdb, boot and quickly you will get a "boot:" prompt, type "shell" and you will be placed in "runnix", do the following: runnix# umount /mnt/base runnix# dd if=/dev/sda of=/dev/sdb runnix# exit Then Shutdown Xen, delete the original /dev/sda disk, boot and use /admin/setup.php as documented. With that said, we have tested with VMware and VirtualBox, but don't know of anyone that tried Xen... there is a chance we may be missing a kernel driver. Please respond with your results. Lonnie On Jan 26, 2013, at 8:04 AM, Mickael MONSIEUR wrote: > Hello, > > I try to install AstLinux on Xen > I started the image astlinux-1.0.6-asterisk-1.8.18.1.img on /dev/sda and I > created an empty disk of 2GB to /dev/sdb. > When I start the installation via the browser > (https://pbx.local/admin/setup.php) the program does not see /dev/sdb. (If I > execute "fdisk-l" in console he sees my disk!) > > What to do? > > Thank you > Mickael ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
