Debian Installation :: Creating And Booting Jessie Installer

Aug 15, 2015

I am installing Jessie to a dual-boot Dell Inspiron 1150 laptop currently booting Windows XP + Ubuntu 9.04. I downloaded the small installation image:

Code:
Select all//cdimage.debian.org/debian-cd/8.1.0/i386/iso-cd/debian-8.1.0-i386-netinst.iso
and created a live dvd using growisofs.

The Jessie install documentation says: "If you downloaded an iso image, check that the md5sum of that image matches the one listed for the image in the MD5SUMS file that should be present in the same location as where you downloaded the image from." For the downloaded image this produced the result

Code:
Select all~$ md5sum debian-8.1.0-i386-netinst.iso
095a83b715e1b74b6d30b2259275f4af  debian-8.1.0-i386-netinst.iso

There is no MD5SUMS file in the download directory. There is an md5sum.txt file included in the iso image: this lists the md5sum of every file in the image, but not that of the image itself. The check for the burned dvd was successful :

Code:
Select all~$ dd if=/dev/cdrom | head -c `stat --format=%s debian-8.1.0-i386-netinst.iso` | md5sum
645120+0 records in
645120+0 records out
330301440 bytes (330 MB) copied, 1.28047 s, 258 MB/s
095a83b715e1b74b6d30b2259275f4af  -

Is this a documentation error ? I next booted the laptop from the live installer dvd. After generating a number of messages, it stopped displaying a message along the lines of: "Invalid video mode - press Enter to select a mode".

I assumed it would wait for me but it soon rushed on, producing screeds of segmentation fault error messages, eventually slowing down to a rythmic display of:

Code: Select all*** Error in Xorg:free() invalid pointer: 0xb7101ce3

***Surely it should have waited for me to press Enter?

View 3 Replies


ADVERTISEMENT

Debian Installation :: How To Select KDE In Jessie Installer B2

Oct 28, 2014

I wrote the hybrid DVD image for DI b2 (Jessie) on the USB drive and booted from it (UEFI mode). But I don't see KDE there in the advanced options. Was it removed from the image, or desktop environment selection is moved to some late stage now?

View 2 Replies View Related

Debian Installation :: Jessie RC1 Installer Hangs On Formatting Partition

Mar 21, 2015

Tried to install Jessie RC1,but installer hangs on formatting the partition,at 33%.

View 7 Replies View Related

Debian Installation :: Jessie Installer Cannot See Existing Linux Partition

Jan 12, 2016

I have an issue with Gparted v0.19.0 (Jessie) which has replaced v0.12.1 (Wheezy) which works fine. I had hoped to ask this question in Gparted's own forum, but after three weeks and multiple attempts no-one has approved my account there.

Unfortunately, my existing partition structure (on two different laptops) seems to be invisible to the new version of Gparted. Since parted seems to be used by the Debian installer, the Jessie installer cannot install on these machines without repartitioning the entire disk. That means that on such machines, the only option is to wipe everything or install Wheezy, then edit sources.list to upgrade to Jessie.

Both Gparted v0.19.0 and the Jessie installer report the entire hard disk as a single Fat16 partition,The same partitions which are invisible to Gparted appear as normal in the Places sidebar, of either Thunar or the PCManFM file manager. They can be mounted and used, seemingly without issue (I have experienced the same problem under Ubuntu/Lubuntu 15.10). Below, is the shell output of fdisk, which can see the partition structure and parted, which cannot:

Code: Select all$ sudo fdisk -lu

Disk /dev/sda: 74.5 GiB, 80026361856 bytes, 156301488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

[code]...

View 6 Replies View Related

Debian Installation :: Jessie 8.3.0 Installer Fails To Load Software

Mar 10, 2016

I am trying to clean install Jessie 8.3.0 onto an old PC, where I already have wheezy 7.7 working. I am using the 3 DVD- i386, which passed the integrity check.

Installation goes on smoothly till completing the "Select and Install SW" stage from 1st and 2nd DVD. At this point I get the warning that "Installation step failed, ..", giving the choice to repeat.

When repeated, the process gets completed (without asking for 2nd DVD), the new installation boots normally, but the KDE desktop opens irregularly, with some basic applications missing, and some flaws during certain operations.

The APT does not show any missing/broken link. I tried and repeat the installation with different choices as for kernels and/or desktops, but got the same result. I cannot guess where the problem originates, nor whether it is a known bug of the installer.

View 6 Replies View Related

Debian Installation :: Creating Boot Script For Custom Commands In Jessie

May 11, 2015

I didn't change anything; it just stopped working on boot. I've changed permissions according to messages from log files. No good.I now get messages saying "unable to open display ' '." If I set the display (I've done this several ways, the messages say "unable to open display ':0'."

Systemd is taking control of everything basic, with almost no documentation and no configuration tools at all: rationalization by lunatics.You can make a script to run commands on boot using systemd on Jessie by creating two files: the script, in any location a file in /etc/systemd/system that runs that script..My script is called james-boot.service, placed in my /home/james/.bin directory.

#! /bin/sh
# this is run by /etc/systemd/system/james-boot.service
# Enable with sudo systemctl enable james-boot.service
# Check with sudo systemctl status james-boot.service
# If it says the service is loaded, it's OK -- inactive only means it's done running.

[code]....

This file must have ownership root.root, with (apparently) permissions 664 (rw-rw-r--).After creating, enable with sudo systemctl enable james-boot. service.Check with sudo systemctl status james-boot.service. If it says the service is loaded, it's OK -- "inactive" only means it's done running.

View 4 Replies View Related

Debian Installation :: Booting Jessie 64b With UEFI From USB

Sep 30, 2014

I have this new computer (MSI Ge70 2PE Apache Pro) that came with Windows 8 and UEFI. I freed space to make a partition to install Debian testing 64bits on the same HD where Windows is. I had no problem making the partition but after that I tried making a bootable usb to install Debian using the dd command and it didn't work. So I tried with an install dvd and even when I changed the boot order in the bios it didn't work.

After reading some more I realized that there could be a problem trying to boot a normal installation dvd with UEFi so I disabled Secure Boot and then switched the boot mode on my Bios to UEFI with CSM. Again it didn't work and it booted directly into Windows. So I switched the boot mode to Legacy. This time Windows didn't boot directly but I get a "Reboot and Select proper Boot device" message on a black screen.

I now realize that I need to install a UEFI "version" of Debian along the UEFI version of Windows 8. I guess that's why it didn't work with the Legacy boot mode. URL...The installer does not provide a convenient way to install an UEFI boot loader, so you are going to install a regular BIOS boot loader at first, and switch to UEFI later.

Use the expert mode and format your hard drive with a GUID Partition Table (GPT). Create a small partition (1 MiB would be far enough), type it as a BIOS Boot Partition (this is the untitled flag above the “bootable” one in Partman), do not format it and do not mount it: this will be needed for BIOS booting. Create another small partition (same kind of size), type it as an EFI System Partition (this is the“bootable” flag), format it as FAT and mount it on /boot/efi: this will be needed for UEFI booting.

View 6 Replies View Related

Debian Installation :: Creating A Live USB (Not Booting On EeePc)

Apr 8, 2016

I'm trying to rebuild an old laptop, EeePc 1001PX and I've issues to boot on the usb on it.

I've followed [URL] .... and the only way I manage to make a usb key that will boot is by hd-media/boot.img.gz:

Code: Select all# zcat boot.img.gz > /dev/sdb
# mount /dev/sdb /media/usb
# cp /tmp/debian-8.4.0-i386-CD-1.iso /media/usb
# sync
# umount /media/usb

I managed to install Debian using this technique to build the usb key.

However I'm having an issue on the laptop with the wifi card (Atheros AR9285) and after a night trying to make it work I'd like to check if I'd would have the same issue Ubuntu.

So I've been desperately trying to make a bootable usb key with Ubuntu on it.... It boots on my laptop but not on this EeePc...

I've tried:

Code: Select allcat /tmp/myimage.iso > /dev/sdb
Code: Select alldd if=/tmp/myimage.iso of=/dev/sdb && sync

I've installed multibootusb [URL] ... and liveUsb install [URL] .... which doesn't work on my EeePc...

Wh only this technique of using is hd-media/boot.img.gz is working on that laptop?

I'd like to try to install Ubuntu via grub using a partition [URL] .... but I need to create 2 partitions and so to boot on a external system.

I've downloaded gparted-live-0.25.0-3-i686.iso but like with Ubuntu I don't manage to create a bootable USB key for this crappy EeePc.

View 5 Replies View Related

Ubuntu Installation :: Creating USB Installer Hosed Windows Host?

Nov 5, 2010

My daughter tried to create a bootable USB-stick version of ubuntu by following the steps on this site, which included using the "universal USB installer" utility from pendrivelinux.com. She was on a windows notebook (I don't know which version, probably XP), and had saved the .iso to the desktop.She's generally pretty good about following directions, but now, with no CD or USB stick in place, the windows machine HD boots directly into the installer "Try ubuntu or Install ubuntu" screen, with no trace of windows! Naturally, her SO (it's his work machine) is more than a little upset.

View 6 Replies View Related

Ubuntu Installation :: System Not Booting Up With USB LiveCD / Vista Installer

Apr 11, 2010

I have a Dell Studio laptop, which I am trying to make dual boot and in big trouble. These are the steps I completed.

1. Backedup all my important data on a USB drive.
2. Prepared a Ubuntu LiveUSB and booted in Ubuntu.
3. Used GParted tool to repartition my hard drive (320GB) as follows,

Partition 1 NTFS (Primary) ~50GB
Partition 2 NTFS (Primary) ~100GB
Partition 3 EXT4 (Extended)
Root EXT4 (Logical) ~20GB
Swap Linux-swap ~2GB
Home EXT4 (Logical) ~129GB

4. Accepted all these changes in GParted and restarted the machine.
5. Used VISTA installation disk to start VISTA installation on 1st NTFS partition (Partition 1).

-Everything was fine until now -

6. The VISTA installer took a really long time (around half hour) just showing copying files with 0% completion status message.
7. Somehow I got impatient and tried to cancel the installation.

Now, the problem is the system does not boot up even with my USB LiveCD or Windows VISTA installer. It just shows blank screen and nothing appears.

View 4 Replies View Related

Debian :: How To Remaster Jessie Installation

Oct 9, 2015

I'd like to remaster my jessie system (with my own preferences) but i cannot find any tools on jessie like ubuntu has.

View 4 Replies View Related

Debian Installation :: Jessie Won't Boot

Sep 26, 2015

I have two desktops running wheezy for years without problems. Recently, I reinstall jessie on one of them and won't boot anymore.The hardware is pretty normal: Asus motherboard, 12GB RAM, Nvidia video card, SSD hard drive, .After the install of jessie finishes, the very first boot failed, which means it hung up forever. The part that is annoying is that it fails at different places whenever I try.

For example, something, it fails at the following:
[ OK ] Started LSB: REP portmapper replacement
[ OK ] Reached target RPC Port Mapper
Starting LSB: NFS Support files common to client and server

Sometimes, it failed at start job is running for lsb set console font.It even failed to the console. When it goes to the console login, I can't put any user name or password. It's all frozen.The problem appears to be video card problem. But it worked fine in wheezy.

View 6 Replies View Related

Software :: Query On Creating An Installer That Helps Install All Apps

Jul 15, 2009

Just to give you a brief overview of the setup that I have presently. The linux box has a series of softwares installed on it with its respective configurations. The softwares most important are python, php, mysql, mysql connectors to name a few. Everytime we need to setup a machine like this the process has to be repeated several times over and the whole nine yard steps need to carried on frequently. Alternately, we also approach it by taking a complete file system backup ['ghost' of the box, to be precise] of the system recently installed and restore it on the new system to make it less cumbersome.

What I was looking for was something like an installer that helps me to select the packages that I need to install. The packages selected gets installed and resides in the directories that I want it to, configure the default settings or help me to change the configuration during or after the installation and so on and forth. Basically, its also an activity to assist newer recruits who would want to setup such nodes at a faster rate than currently.Am completely new to such a project. I may not have explained myself exhaustively here but am ready to give anyone as much details as reqd if there is somebody out there to assist and show direction.

View 2 Replies View Related

Debian Installation :: Jessie Update Failed

Aug 16, 2014

I installed debian jessie with kde on my laptop a month ago and everything went fine. I tried today to update the packages (805!) via apper but i get the following error message:

Error : Removing a protected system package is not allowed
WARNING: You are trying to remove the following essential packages: sysvinit-core (due to sysvinit)

View 5 Replies View Related

Debian Installation :: GUI Flickers After Upgrading To Jessie

Mar 12, 2015

I have just Upgraded debian wheezy to jessie but after upgrading , the gui seems to flicker areas of gui are not repainting on closing applications ,windows do not render properly.

View 5 Replies View Related

Debian Installation :: Bluetooth Not Working On Jessie

Mar 20, 2015

How to get Toshiba Satellite's bluetooth to work. Here is output that I think may be useful.... but I could be wrong. Pretty much everything I have found is outdated, has dead links, or didn't work.

So far, I've learned (at least from what I've understood) it has to do with kernel drivers/modules not working. I'm on Jessie right now since my graphics driver didn't work on the stable kernel.

lspci
Code: Select all00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1566
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] (rev 05)
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 156b
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1

[Code] ....

View 4 Replies View Related

Debian Installation :: Kernel Backport For Jessie (8.0)?

May 16, 2015

I installed the 32 bit version of Debian Jessie (8.0) on an Asus X205TA. The Asus X205TA laptop is quirky like a lot of Intel Baytrail Atom laptops/tablets in that it has 32 bit EFI but a 64 bit capable CPU, and installing Linux on them is an exercise in frustration. Jessie is probably the first distro to support 32bit EFI out of the box, and the install went surprisingly smoothly. As expected the sound and built in WIFI does not work, but everything else seems to work well.

I spent half a day compiling the 4.03 kernel but it crashes on boot, and I ended uninstalling it in frustration.

Is there any backport of the 4.0 (or 4.1 which is currently a release candidate) for Jessie? Debian also seems to have pulled the kernel image off of their "experimental" repository.

[URL] ....

View 6 Replies View Related

Debian Installation :: Overwrite Wheezy With Jessie

Jun 20, 2015

I already have a Notebook with windows (for some reason it needs 3 partitions..) and wheezy. When I installed wheezy I create 2 logical partition inside a primary one: one logical for /home and the other one for filesystem. Now I would like to overwrite wheezy and get get jessie, but without touching windows and home.

I already try to upgrading and it went wrong, so I prefer overwrite, what I have to do during "manual installation" phase?

View 11 Replies View Related

Debian Installation :: 8.3.0 Jessie - Some Programs Don't Open

Feb 27, 2016

I have a new installation of Debian 8.3.0 Jessie which I have been playing with and enjoying for a couple of weeks. Ever since I installed the operating system to my computer, I have noticed a few different programs just won't open. For example Nepomuk Back Up and Nepomuk Cleaner. I do not know if these programs shipped with the original installation or if they got installed with a package later, but when I try to open these applications the ball just bounces for a minute then disappears. I went to my package manager and uninstalled these applications and then reinstalled them, but there has been no change in behavior. Gparted also does the same thing, but with Gparted the little ball bounces for quite awhile before it disappears.

View 14 Replies View Related

Debian Installation :: Installing Jessie In Virtualbox Fails

Aug 6, 2014

I'm just trying to install a Jessie i386 image in Oracle Virtualbox.

My host specs are:
Windows 7 Home Premium x64

Wheezy is installing correctly, but Jessie is not. It fails during the partitioning of the disk, and gives an error message like: unable to write to disk, start = 236342 length = 0. This is not the exact message but I'm unable to try again at the moment.

When I install Wheezy and apt-get update / upgrade to Jessie, I get a black screen after reboot..

View 4 Replies View Related

Debian Installation :: Tty2 To Tty6 Have Disappeared In Jessie

Nov 14, 2014

I just installed Jessie amd64 for the first time. Few problems so far, but Alt-F2 to Alt-F6 no longer switch to another tty - there's just a black screen with a flashing cursor that doesn't respond to keystrokes. I rely on being able to switch between ttys a lot, so this is inconvenient.

I've searched and found a workaround for grub2, but I'm using grub-legacy (and don't want to switch to grub-pc as it's over complicated IMO). Graphics hardware is AMD 780G/SB700 (using firmware in firmware-linux-nonfree).

View 6 Replies View Related

Debian Installation :: How To Install Libpam-mount On Jessie

Dec 4, 2014

I have been building a debian jessie system reasonably successfully but have come unstuck with libpam-mount. On a previous Ubuntu saucy system I simply installed it, created the appropriate pam_mount.conf.xml file and mounts would happen when users logged on and dismount on logoff. With jessie I can see that there is a libpam-mount package in main but when I try apt-get install it fails. If this package has been obsoleted (as one of the messages indicates might be the issue) what is the jessie way of handling this?

Here is my sources.list
Code: Select alldeb http://mirror.aarnet.edu.au/debian/ jessie main non-free contrib
deb-src http://mirror.aarnet.edu.au/debian/ jessie main non-free contrib

[code]....

View 3 Replies View Related

Debian Installation :: Install Jessie From RC1 Or Do Upgrade From Stable?

Mar 7, 2015

I installed Jessie with the RC1. URL...A2) The network install images for testing (jessie) can be found at URL...However, unless you want to test the installer for testing the better choice is to use the stable installer to install a minimal stable system and then upgrade to testing by changing your /etc/apt/sources.list file.

View 8 Replies View Related

Debian Installation :: Custom Keyboard Layout On Jessie

May 23, 2015

I was using a custom layout for my keyboard as I've a UK laptop but still use french accents sometimes. After the update from Wheezy to Jessie my configs disappeared so I have put them back:

- Defining my layout here: /usr/share/X11/xkb/symbols/gb
- Adding here: /usr/share/X11/xkb/rules/base.xml and here /usr/share/X11/xkb/rules/evdev.xml in the gb configItem

Code: Select all       <variant>
          <configItem>
            <name>accentsFR</name>
            <description>English (UK with french accents)</description>
          </configItem>
        </variant>

- Adding the declaration of the layout here /usr/share/X11/xkb/rules/base.lst and here /usr/share/X11/xkb/rules/evdev.lst

Code: Select all  accentsFR       gb: English (UK with french accents)

So everything looks alright, if I go to System Tools -> Preferences -> Settings -> Keyboard -> Input Source my layout is well selected and I can even see the correct layout by clicking on the keyboard icon (cf my snapshot)

Here is the snapshot of the keyboard input source settings: [URL]....

View 1 Replies View Related

Debian Installation :: Jessie 8.1 - Mirror Does Not Support Specified Release

Jun 17, 2015

I am doing a new Debian install on an older Dell laptop (Latitude D520, but that should not matter). I downloaded the net install .iso, burned it to disk, and ran it. Everything was progressing like any other installation I have done until I was asked to pick the mirror. I chose ftp.us.debian.org like I normally do and it was rejected. When I checked the output on virtual console 4, I am seeing the message "mirror does not support the specified release (jessie)."

I tried a bunch of random mirrors, including international ones, and they all give me that message.

View 3 Replies View Related

Debian Installation :: Jessie Install With Switchable Graphics

Jul 20, 2015

Somehow got it partly to work. I have a new installation and I am using the 4.1 kernel now. I can switch on the Radeon chip which is great, but still have some trouble when trying to turn it completely off.

I have an Acer Aspire 4820TG Laptop with:
Core: i7-640M
integrated graphics: Intel
discrete graphics: Radeon Mobility 5650HD

I have installed Debian Jessie. After installing the non-free firmware for my ATI chip (following [URL] .....) so I could use vgaswitcheroo, the system broke.

The problem looks as follows: When I start the system the graphical login screen gets stuck and the console tells me first:

Code: Select allradeon 0000:01:00.0: Userspace still has active objects!

then a lot of numbers, then

Code: Select allradeon 0000:01:00.0: ring 5 stalled for more than 10000 msec
[drm:uvd_v1_0_ib_test] *ERROR* radeon: fence wait failed (-35).
[drm:radeon_ib_ring_tests] *ERROR* radeon: failed testing IB on ring 5 (-35).

and this repeats once (or twice?) until several new messages arrive.

Those pause at

Code: Select allFixing recursive faul but reboot is needed !

Then again lots of more error messages until the everything freezes, with the last message

Code: Select all---[ end trace 13dfd971ff8e0aed]---

(Might contain typos. I don't know how to get the whole messages since the system dies a minute after booting and I only have a few seconds after the error messages start)

Even when I prevented the xserver from starting at boot I still got the same problems.

I would very much like to be able to switch between my chips, because I can only use external monitors when the ATI chip is active, but I would also like to be able to use the battery saving internal chip option.

I also tried to install the proprietary driver (though I would prefer if I didn't have to do that), but I couldn't get the xserver to work while it was installed.

lscpi output:
Code: Select all00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)

[Code] ....

View 5 Replies View Related

Debian Installation :: Upgrade From Squeeze To Wheezy Or Jessie

Jul 28, 2015

is it possible to simulate upgrading a Squeeze installation to a Wheezy or Jessie installation, on a OVH server ?I would like simulate upgrading server, and if not problems, upgrading in real time.I don't do that manipulation, and I don't do mistakes on a production server.

View 2 Replies View Related

Debian Installation :: Upgraded To Jessie 8.2 Now Boot Hangs

Dec 4, 2015

I had Debian 7.9 up and running like a charm until yesterday. Today I did the upgrade to 8.2, now boot hangs. I see 3 boot entries for the new kernel now -

Debian GNU/Linux, with Linux 3.16.0-4-amd64
Debian GNU/Linux, with Linux 3.16.0-4-amd64 (sysvinit)
Debian GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode)

The latter 2 entries have no problem booting up. So do the previous kernel(3.2.0.4) entries. Only the first one hangs, for which I see these 6 lines on the console:

[ 0.214704] pnp 00:04: can't evaluate _CRS: 12298
Loading, please wait...
fsck from util-linux 2.25.2
/dev/mapper/myhost-root: clean, 198627/61000000 files, 2160052/24412 blocks
[ 0.047141] kvm: disabled by bios
[ 0.000985] kvm: disabled by bios

How can I make it boot up like others?

View 6 Replies View Related

Debian Installation :: Upgrading One Particular Package From Jessie To Stretch

Jan 8, 2016

I have installed Package: gnumeric (1.12.18-2) in my Jessie/Mate system. It is very jittery on scrolling, and I was wondering if I should upgrade to the version (1.12.26-1) in stretch(testing), as there seem to have been a large number of bugfixes.

I have tried the following simulation command, but it gives the error message shown:

Code: Select all~# apt-get --simulate -t stretch  install gnumeric
Reading package lists... Done
E: The value 'stretch' is invalid for APT::Default-Release as such a release is not available in the sources

The documentation suggests that I may need to create an apt preferences file. I do not have any of the following files mentioned by the apt-get man page:

/etc/apt/preferences/etc/apt/preferences.d/etc/apt/apt.conf

What I would like to do is upgrade just the specific package jessie/gnumeric(1.12.18-2) to stretch/gnumeric(1.12.26-1). I do not want any other packages to be inadvertently upgraded to stretch. I have seen warnings that one can easily end up with a badly mixed system and I wish to avoid that! I also do not want to disturb the standard apt-get update, which I am running daily via anacron at present.

View 14 Replies View Related

Debian Installation :: How To Install Musescore 2.0 (sid Package) On Jessie

Jan 25, 2016

Musescore 2.0 is available but only for Sid, I have just installed Jessie since I wanted the stable version. I was wondering if it was possible to install that packaged only from the sid distribution on jessie. How should I proceed?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved