Ubuntu :: Should I Make Partition Or With The MAC OS Installer?

Jun 5, 2011

First off, the PC I am hoping to dual-boot off is actaully a netbook.The exact model: Packard Bell PAV80.It is currently running Ubuntu 11.04 but I am hoping to add a dual boot of a MAC OS. I was just looking for some advice before I went a head with this.

1). Straight up, What is the best MAC OS for a Netbook?
2). What risks should I be aware of?
3). How should I go about this? Is it as easy as installing linux for netbooks (via usb)?
4). Should I make a partition in ubuntu or with the MAC OS installer?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Make An Automatic Wordpress Installer?

Mar 17, 2011

New to bash and I'm trying to make an automatic Wordpress installer . Gives the following error:

./wpinstall.bash: line 119: syntax error near unexpected token `fi'
./wpinstall.bash: line 119: fi'

Here's the script:

Code:
#!/bin/bash
echo -n 'Enter website (with .com etc...)> '
read SITE
echo -n 'Enter website (without .com)> '
read DIR

[Code]...

View 7 Replies View Related

Ubuntu Installation :: Installer Cant' See Hd / Partition

Jul 11, 2010

i cant install 10.04 on my desktop with the 32bit or 64bit versions of 10.04 desktop.

i get to step 4 and there is nothing listed for partitions or any information and if i click forward, i get that message "no root file system is defined" "please correct this from the partition menu"

View 1 Replies View Related

Debian Installation :: Make The Installer Use The CD Rather Than The Net?

May 11, 2011

I'm having a problem with my debian installation; I am using the debian testing / wheezy weekly build CD, and despite using the full 650MB CD, and checking the CD to see that X, gnome, etc is all on there, it seems to insist on just downloading every single package from the internet - the CD doesn't even spin up during the 'select and install software' stage

This wouldn't be that much of a problem, except whenever I choose to use the graphical environment, it downloads all the packages, installs half and then says 'an installation step failed'!. And as it has to download the full set of packages from the net (rather than the CD) it gets a bit tiresome waiting 2+ hours for all the packages to download (I have fast internet, but the debian server doesn't feed data that fast).

And, the reason I am installing the graphical environment is that, although the installer recognises the network card, once you boot into the freshly installed system, it doesn't recognise the network card at all, and trying to bring it up just says 'eth0 not ready'!. So I want to get the graphical environment to make wireless easier to install, since the drivers for that are present, but wpa_supplicant isn't!

I'm tempted to just go and get Linux Mint Debian Edition... but I should be able to at least *install* Debian? (on a side note, I can't see what I'm doing wrong, since you can't really go wrong with the installer - it just seems to fail itself each time!).

how to make the installation faster by getting the installer to use the CD full of packages that I downloaded, rather than downloading the from the net each time, and also how to (1) find out *what* happened (the expert mode just says a step failed and that is it), and (2) to either get round it at the time, or prevent it happening somehow?. I installed Debian in 2007 on another laptop and that worked, but I then moved to Ubuntu as I wanted some newer software...... Ubuntu has been great until 11.04 which seems so full of bugs it isn't funny, so it is time to go back to Debian, if only I could get it installed!

View 6 Replies View Related

Ubuntu :: Bash - Make A Automatic Wordpress Installer Script

Mar 17, 2011

I'm trying to make a automatic Wordpress installer script. It's autmattically defaulting to the else.

[Code]...

View 2 Replies View Related

Ubuntu :: 10.04 Installer Not Recognizing Windows 7 Partition?

Jun 10, 2010

I've previously installed ubuntu using wubi. But this is the first time I've tried installing it directly on the hard drive. I bought a new 320 gig hard disk and divided into 3 partitions of 50gig for windows 7, 30 gig for ubuntu and and the remaining for data. I installed windows 7 on the 50 gig partition. When I tried to install ubuntu using usb boot device, it says no operating system found and all my hard disk is muddled up and I can't see my partitions.

Now I go into live cd mode and see if I can mount my partitions and there I can see all the partitions. I formatted the 30 gig partition which was previously in NTFS to FAT32 and tried to install ubuntu directly from the live cd into the 30gig partition. But still the installer cannot see either my partitions nor my windows 7.As of now I'm using VMplayer and running ubuntu on a virtual machine. But would really prefer to have it installed on the hard drive to derive its full power.

View 2 Replies View Related

Ubuntu :: Fake Raid STILL Can't Partition In 10.04 Installer?

Jul 16, 2010

Been attempting to install ubuntu on my Intel fake raid on a new PC.The installer sees the raid, but errors out:Quote:The ext4 file system creation in partition #1 of Serial ATA RAID isw_ehbgbddej_Volume0 (mirror) failed.This seem to be the EXACT issue described in this bug report:I read all the way down this bug report, and at the bottom it says:Quote:Launchpad Janitor on 2010-06-25Changed in parted (Ubuntu Lucid):status: Fix Committed → Fix ReleasedA few weeks ago, a fix was "committed" and "released". I had been working with an earlier 10.04 ISO, so I downloaded 10.04 from the web site today. Still the same problem.Maybe I'm just reading the bug report wrong? If it says the fix is committed and released, I would naively assume that it is fixed. Do I need to patch to apply the fix or something? Doesn't seem likely.

View 3 Replies View Related

Ubuntu Installation :: Installer Won't Advance To Partition Table?

Dec 20, 2010

This is maybe the 15th time I've installed an Ubuntu OS in the past two years, and it's the first time I've really been stuck.Not long ago I installed 10.10, with no problems, but a couple days ago I did a fresh install of windows 7, and I planned to re-install ubuntu 10.10 alongside it.Before I installed windows, I created a partition on my 320gb HD, half and half, but while doing this I noticed that gparted would crash if a USB key was plugged in. I mention this because I'm convinced this is related to the problem.

After having installed windows, I went and created a bootable usb key with 10.10 using unetbootin (which I've used once before, but along time ago). I'm unable to make an actual live CD because my disk drive has been broken for the past year - a fact that has never stopped me from installing different distros with a usb key.So the installer starts as usual, but after the 2nd (or 3rd) step (where it says "for best results, make sure that your computer is plugged in, that you have an internet connection, and at least [...] of free space), I click forward, and the little wheel just spins forever,it never advances.I tried everything again with 10.04.1 and I got the same thing, this time after choosing my keyboard layout.

When I simply go to the live distro and then go to install, I see that at that moment, there's a crash report, something about gparted, which I'm assuming is a built-in part of the next step.

To sum up
-gparted doesn't seem to like USB keys

-installer won't advance to partition table

-can't use a disk because drive is broken!

My computer is an Acer Aspire 4530, AMD64. The 10.10 and the 10.04.1 installations were both 64bit.

View 8 Replies View Related

Debian :: Is Possible To Make Installer With Full Vmlinuz Instead Of Busybox?

Jan 10, 2010

It is just a question regarding ISO and the lack of -o loop or function of busybox.One can custom the ISO of debian-installer and make a syslinux config file having : vmlinuz of one normally running installed Debian distro, and keep the initrd of the iso regular debian-installer.I think it may be conflicting the vmlinuz kernel version and the installer of initrd.I am learning, so it may be completely wrong or kernel panic.

View 2 Replies View Related

Ubuntu Servers :: How To Get To Text Mode Partition Editor From Installer

Jan 19, 2010

We're planning on running some performance tests on various LVM and straight disk configurations before we settle on one to use for our live servers, but while I can setup LVM volumes and partitions till the cows come home using the text mode GUI that's part of the Server Edition installer, I tend to get very confused trying to do the same from the command line. So, is there any way to get to that text mode GUI from the installer after the system has been installed? I know there are various tools to do the job within Gnome etc, but we're trying to keep the system as unbloated as possible.

View 4 Replies View Related

Ubuntu Installation :: Installer Cannot Create A Shared Fat32 Partition With Win 7

Oct 12, 2010

I have win 7 installed on a primary partition along with two other primary partitions containing a recovery partition and system files partitions. (don't know exactly what the latter is for.) I made a defrag and resized the win partition to make some free space for a primary ubuntu partition.I then inserted the 10.10 live disc and created a fat32 shared partition, a root (/), a /home Nd a swap in the advanced gparted menu, BUT every time I try to initiate the installation I get an error message saying that installer couldn't create the fat32.

View 4 Replies View Related

Ubuntu :: Maverick Installer Incorrectly Reading Partition Table

Nov 23, 2010

I think I found a bug with the maverick installer. [URL]. The installer is incorrectly reading my partition table I'm afraid it might overwrite data. /dev/sda3 is the target for the install.

/dev/sda1 = 200M = Windows system partition
/dev/sda2 = 239G = Windows install
/dev/sda3 = 50G = Where I want to install Linux
/dev/sda4 = 45G = NTFS storage

At first I had /dev/sda3 as a RAW type. In fact the only way I could create ext4 is via mkfs. I did unmount them before proceeding - mounted just as a reference in the screenshot. fdisk reads the same thing. Fresh install from LiveCD. I only have Wipe entire disk or Advanced in the installer. I don't have the "Install along side another OS" option.

View 9 Replies View Related

Ubuntu Installation :: 10.10 Installer Shows No Progress After Formatting Partition

Apr 24, 2011

I'm trying to install Ubuntu 10.10 on a brand new 500GB hard drive I just purchased and installed in my machine. I boot from the CD and instruct Ubuntu to install to this drive and tell it to "erase and use the entire disk" for this 500GB drive. After moving forward from that, I see it saying a message about creating an ext4 partition for root "/" and then shortly after the entire install dialogue goes away. All I am left with is the little circle cursors spinning round (mouse input still works) and the installation background. The HDD activity light was still on though. I gave it about 3 hours before I finally gave up and tried again.

When I tried again, I saw that it did create two partitions (root and swap) during the last attempt. The same thing happened, although now even mouse input isn't responding so my system is completely locked up. HDD activity remains active this time as well. Running Ubuntu from the CD works fine. The only problem I saw with it was when I ran gparted from the CD and tried to manually create a ext3 partition on my new disk drive. When I tried that, I ran into a similar occurrence (couldn't run any programs, eventually system locked up) and had to reboot.

I have a second hard disk but I have a lot of valuable data on that and don't want to mess around with it. It could be a hardware failure, but that seems unlikely to me as this is a brand new Seagate disk drive. I suppose I could try installing it on a spare partition on my other drive and see what happens, but other than that I'm out of ideas.

View 3 Replies View Related

Fedora Installation :: Possible To Make Updated Installer DVD From Existing System?

Feb 19, 2009

I have recently installed Fedora 10 in my x86_64 system and fully updated. The updation size was nearly 650MB. My question is can I make a an updated installer DVD from my existing fedora system?

View 8 Replies View Related

General :: Installer Doesn't See Ntfs Partition?

Sep 17, 2010

I'm trying to dual-boot install ubuntu but when i start up the installer it doesn't see my ntfs windows 7 partiton (64 bit if that matters) but i can mount it in nautilus?

Also, the same exact thing happens in Pclinuxos and Sabayon.

View 3 Replies View Related

Ubuntu :: Make A Partition Of The Free Space Available From Windows Partition

Aug 18, 2011

i am following the installation process and its very unclear whether or not a dual boot will occur and how i can make a partition of the free space available from my windows partition etc....i dont want to go through the process and find myself losing all my data and my windows partition i also cant seem to select a partition less than 86% of the total capacity of hdd so im def sure they're not taking my dual boot desires into consideration.

View 1 Replies View Related

Ubuntu Installation :: Installer Partition 10.10 - Hangs When Select Manual Partitioning

Oct 14, 2010

I've not jumped on the Alpha/Beta upgrade's this time round so have decided to upgrade by doing a fresh install. I'm using the normal desktop install cd via usb. On the drive setup I choose to manually setup the partitions. I deleted the partition which help Lucid. Created a new partition with the root path. All good so far. I selected my home partition and selected use as 'ext2', entered /home as the mount point. Clicking ok to return, showed the /home partition as marked to be formatted, I was unable to change this ... so I decided to quit the installer and reboot ...

1st problem ... the root partition for Lucid was deleted, and a new empty partition created, despite the fact I had not confirmed the actions.

2nd problem ... rebooting with the live cd (which I'm on now) and running the installer, it hangs when I select manual partitioning.

View 7 Replies View Related

Ubuntu Installation :: Installer Fails To Read Pre-existent Partition Table?

Feb 3, 2011

So I decided to reinstall my 10.10 to undo the 'encrypted home folder feature.' I know are other ways to undo the encryption, but for various reasons I'd rather just do a quick reinstall and start fresh.Currently, I dual boot linux and windows, each with their respective partitions. There is also a storage partition that is fat32 to swap files between the two OSes. So the partitions are:

[Code]...

View 5 Replies View Related

Fedora Installation :: 11 Installer Fails When Making A Partition?

Jun 12, 2009

When using the manual partitioner on the fedora 11 installer on the live cd, both for 64 bit and 32 bit, it will not allow me to create a new partition. I understand that I have four primary partitions and it cannot have more than that, so I tried deleting one of the partitions, then creating the new ext4 partition for F11. It still fails and gives me the same bugsee attachment)

how to read this, especially since there is so much there. I see at the top it says that there are 4 primary partitions, could it possibly still be seeing 4 primary partitions when trying to create the new one, even though I am deleting one of them? Other than this, I truly have no idea what else I can do.

EDIT: Attachment wont load up for some reason, here is some of the error file:
anaconda 11.5.0.59-1.fc11 exception report
Traceback (most recent call first):
File "/usr/lib64/python2.6/site-packages/parted/disk.py", line 183, in addPartition
constraint.getPedConstraint())

[Code]....

View 5 Replies View Related

Ubuntu Installation :: Make A New Partition When Have Only Primary Partition ?

Feb 22, 2011

creating a new partition when i have only primary partition on my 40gb harddisk.

what i did while installation was selected use entire partition and now i want a additional partition other than primary ?

I want to assign 10GB for Primary one and wanna create Two 14GB partitions , I Also dont know what Swap partition Is.

Since i am a month old ( January 2011 ! ) UBUNTU user who hates MS Windows now, if i gets this problem solved , i can convince more people to replace their OS to Ubuntu .

View 3 Replies View Related

Ubuntu Installation :: Maverick Installer Doesn't Recognize Existing Partition List?

Oct 13, 2010

I have been upgrading from 9.04 to 10.04. Now, I want to install 10.10 from the beginning without losing the data in my current partitions but when I run the Maverick installer it recognize my disk as a whole with no partitions. From another posts, I suspect that the problem is in the partition list because it seems to be a duplicate partition but don't know how to fix it. This is the fdisk output:

Code:
jgarcia@jgarcia-laptop:~$ sudo fdisk -lu /dev/sda
Disco /dev/sda: 250.1 GB, 250059350016 bytes
255 cabezas, 63 sectores/pista, 30401 cilindros, 488397168 sectores en total
Unidades = sectores de 1 * 512 = 512 bytes

[Code]....

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 :: Add Partition To USB Flash Drive Bootable Installer

May 19, 2015

I created a bootable Debian installer on my USB flash drive. The Debian Installation Guide advises;

The hybrid image on the stick does not occupy all the storage space, so it may be worth considering using the free space to hold firmware files or packages or any other files of your choice. This could be useful if you have only one stick or just want to keep everything you need on one device. Create a second, FAT partition on the stick, mount the partition and copy or unpack the firmware onto it.

I want to put non free firmware packages on the stick but when I try to create a FAT partition in the free space using Disk Utility I get the following error;

Error creating partition: helper exited with exit code 1: In part_add_partition: device_file=/dev/sdb, start=661837824, size=7507093504, type=
Entering MS-DOS parser (offset=0, size=8168931328)
MSDOS_MAGIC found
looking at part 0 (offset 0, size 657457152, type 0x00)
new part entry

[Code] ....

I formatted the drive to clear it, created a new FAT partition and copied the Debian.iso to it again. When I tried again to create a partition in the free space the same error occurred.

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

Fedora Installation :: FC 11 Live Installer Wiped Out NTFS Partition

Aug 21, 2009

This is my first time using Fedora. My previous experience is from Ubuntu. However I want to give a try for Fedora so I went ahead to install it on my new computer. Problem is that Fedora Installer (Live CD) wiped out my NTFS Partition. Causing my computer unable to recover Vista from factory DVD because it lost system partition as well. I want to know if this is my error or a bug in installer.

Original partition setup:
220 GB - Vista System Partition (NTFS)
14 GB - Recovery Partition (NTFS)

First I resized system partition under Windows Management in Vista:
170 GB - System
50 GB - Unallocated
14 GB - Recovery

Using GParted from Ubuntu 9.04 Live CD, moved recovery to the left:
170 GB - System
14 GB - Recovery
50 GB - Unallocated

Rebooted into Vista, make sure everything is fine. Then put in FC 11 Live CD, using custom layout setup in partition, intended partition layout is:
170 GB - System (NTFS) - Primary sda1
14 GB - Recovery (NTFS) - Primary sda2
200 MB - /boot (ext3) - Primary sda3
sda4 - Extended Partition
45.8 GB - / (ext4) - sda5
4 GB - swap - sda6

After I check my setup and pressed enter, it returned with unable to format /boot error: -1. Restart FC installer, it tells me that my hard drive needs to be re-initialized. I clicked no and reboot. BIOS tells me that no OS is found. Attempting to recover from factory DVD failed, telling me that system partition is gone. I want to know did I do something wrong or is this a bug in FC installer.

View 6 Replies View Related

Fedora Installation :: F15 Installer Crashes While Writing Partition Layout

Jul 28, 2011

Trying into install fedora. I am setting up my system as a dual boot over two drives. I have set up a custom layout and whenever I get to the step to write changes to disc it crashes with an unhandled exception. I have tried multiple times now, it always crashes.

Here is the first line from the exception report:
anaconda 15:31 exception report
Traceback (most recent call first):
File "/usr/lib/python2.7/site-packagees/pyanaconda/storage/devicelibs/swap.py", raise SwapError("swapon failed for '%s'" % device)

View 10 Replies View Related

Hardware :: Force The Installer To Accept Custom Partition Layout?

Dec 12, 2009

Upgrading fc10 to fc12 with a fresh install. Made several partitions with fdisk. mkfs failed."Bad superblock at block 1.Need blocks 1 to 4 to create file system. Aborting.Tried mkfs -c, badblocks, dumpe2fs,no joy. No backup superblocks,because I had already fdisked.

Repartitioned starting at cyl 10. mkfs worked fine then. FC12 installer still could not initialise disk, however. I guess it looks at block 1, to initialise before it offers diskdruid, so it never gets to see my custom partition layout. How can I force the installer to accept my custom partition layout? Is a bad superblock at block 1 a fatal, throw-the-disk-away fault?

View 1 Replies View Related

Fedora Installation :: Resize Of NTFS Partition On Install - No Progress Indicator On The Installer

Apr 13, 2009

I am doing a fresh install of Fedora 10 64bit on my PC. What I have done is, freshly installed Vista Home Premium 64 bit on the entire Hard Drive (680GB), then fired up the live CD and told the installer to resize sda1 (The windows partition) to about a 60:40 ratio. I intend to dual boot the system

Now the thing is, it's been running for half an hour now and there's no progress indicator on the installer so I don't know if its actually doing anything. Well there is a progress indicator but it's nonsensical, it just moves backward and forwards. The HDD indicator LED on my computer is flashing every now and again, but not constantly as I expect it to?

View 5 Replies View Related

Fedora Installation :: Fc11 - Preview Installer Crashes After Attempt To Create A Partition

Oct 2, 2009

when i try to install fedora 11 on my laptop my Fedora 11 Preview installer crashes after attempt to create a partition. How do i overcome this problem

View 6 Replies View Related

Fedora Installation :: Dual Boot Setup - Resize 20gb Partition Through The 11 Installer

Nov 28, 2009

I have a computer with windows xp on it, and i want to dual boot with fedora 11. I have 2 hard drives in it, 1 500gb HD and 1 350gb HD. the 350 isnt much concern b/c its just sitting there all free and unpartitioned right now. Now my 500gb is split into 3 partitions, a 20gb(with xp installed on it) a 105 gb with pretty much nothing on it and a 350gb with all my data.

My problem is I'm trying to resize my 20gb partition through the fedora 11 installer and when I tell it to resize say to 10gb it starts and fails the resize. its a NTFS partition and the windows stuff on the partition is only about 8gb. any idea whats going on? the only error I get is "The resize has failed"

View 3 Replies View Related







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