Ubuntu :: Manually Setup Partition During Install?
Mar 10, 2010
I am trying to install ubuntu 9.1 on a 320 gig hard drive.
I have manually created a 45 gig partition. When I try to install ubuntu from the cd,,,
I can not install it.
How do I have to setup the 45 gigs to install Ubuntu on it? Swap partition? EXT2?
Please give me a step by step?
View 4 Replies
ADVERTISEMENT
Sep 8, 2010
I hear xfs is much faster then ext4, But whne I try to manualy partition I don't know what to set mount points to.. how many swap partitions to make
View 5 Replies
View Related
Apr 8, 2010
i tried installing windows 7 on a partition on my laptop but i'm getting this message:"setup was unable to create a new partition or locate an existing system partition "i tried googling and found that it has something to do with the number of partitions:my hard disk layout right now:
p1 ext4 21gb /home
p2 ntfs 64gb
p3 ext3 18gb ubuntu installation
[code]....
View 6 Replies
View Related
Feb 22, 2010
I got a hold of openSUSE11.2 recently, burned it, and booted the disc up.Now i got a problem.I ain't too experienced in partitioning, so i choose everything as selected in the installation(i downloaded the full DVD, not a live CD)and i got to the partitioning part.I have this:
500GB WD Caviar Blue SATA2
80GB ATA
I installed Ubuntu on the 500gb with wubi and partitioned 30GB for it.Well that one is easier, i have absolutely no experience in installing from a CD/DVD.I saw instlux, but it wouldn't run from Win7 Any guide on how to manually partition 30GB for openSUSE too?
View 3 Replies
View Related
Apr 8, 2010
How can I set up an encrypted LVM without using the "Guided - Use entire disk" option of the alternate installer.
My drive is quite big and I would like to be able to have my encrypted LVM as well as an extra LUKS encrypted partition which I could mount whenever needed. Unfortunately the options in the alternate installer do not allow me to do this without using up the entire disk.
View 2 Replies
View Related
Sep 10, 2010
while some linux distros come with samba pre-installed, webmin doesn't automatically set up itself to interact with it, plus i want to know how to get it working with other unix-like operating system other than gnu/linux (solaris, freeBSD, and mac os x)
View 7 Replies
View Related
Mar 27, 2010
I'm running Karmic Server with GRUB2 on a Dell XPS 420. Everything was running fine until I changed 2 BIOS settings in an attempt to make my Virtual Box guests run faster. I turned on SpeedStep and Virtualization, rebooted, and I was slapped in the face with a grub error 15. I can't, in my wildest dreams, imagine how these two settings could cause a problem for GRUB, but they have. To make matters worse, I've set my server up to use Luks encrypted LVMs on soft-RAID. From what I can gather, it seems my only hope is to reinstall GRUB. So, I've tried to follow the Live CD instructions outlined in the following article (adding the necessary steps to mount my RAID volumes and LVMs). [URL]
If I try mounting the root lvm as 'dev/vg-root' on /mnt and the boot partition as 'dev/md0' on /mnt/boot, when I try to run the command $sudo grub-install --root-directory=/mnt/ /dev/md0, I get an errors: grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR. This is a BAD idea. grub-setup: error: Embedding is not possible, but this is required when the root device is on a RAID array or LVM volume.
Somewhere in my troubleshooting, I also tried mounting the root lvm as 'dev/mapper/vg-root'. This results in the grub-install error: $sudo grub-install --root-directory=/mnt/ /dev/md0 Invalid device 'dev/md0'
Obviously, neither case fixes the problem. I've been searching and troubleshooting for several hours this evening, and I must have my system operational by Monday morning. That means if I don't have a solution by pretty early tomorrow morning...I'm screwed. A full rebuild will by my only option.
View 4 Replies
View Related
Jul 17, 2011
following mjmwired instructions, I manually setup the sudo but I keep getting a parse error whenever sudo command is run. How do I fix this issue?I login as su -, then setup sudo using "echo 'myusername ALL=(ALL) ALL' >> /etc/sudoers". All appears OK. I exit su, and go back to myusername.
View 2 Replies
View Related
Jul 15, 2010
I have a hdd of about 225gb when i installed ubuntu it gave a nice split down the middle on the partition and a 3gb swap. I tried to manually assign a data partition but was unsuccessful; kept getting a root error and couldn't fix it so i let it do it automatically.
Now win7 has a 60gb partition and the rest is on ubuntu side.
How can i give win7 more room? qparted for linux side or partition magic on win side?
Which will be easier for me?
My goal was to give win7 around 80gb and ubuntu about the same or less and make a third partion and name it "Data". Data will be storage for both os's or whatever.
View 2 Replies
View Related
Jan 3, 2010
i want to know how can i recover deleted files in ext3 partition manually(not using any tools)?? probably using the 'grep' command. if someone know pls tell me...
(i have recoverd deleted files in an ext2 partition with debugfs and dump . but dumping doesnt work for ext3)
View 4 Replies
View Related
Apr 9, 2010
I am a total noob for Linux / Ubuntu. I have been using windows all my life and I decided to get rid of Bill finally. I want to install Ubuntu by Manually partitioning my HD. I have a 500GB HDD. optimal partition scheme. I repeat i am a total Noob. please let me know details for each partition like
1. Primary or Logical
2. type
3. mount point
4. size
I am having no other OS in the pc. just planning to have ubuntu. no dual boot needed.
View 2 Replies
View Related
May 19, 2010
If you manually partition Ubuntu Linux; how much do you allot to your root directory? If someone installs many games and software, should they use a very large root directory such as 30GB or more?
View 6 Replies
View Related
Apr 9, 2010
how to manually change the disk size by giving it space from another partition. I dont have gparted installed.
View 3 Replies
View Related
May 5, 2009
Here is a thought experiment:
1. Copy vmlinuz and initrd.img from isolinux subdir into /boot
2. Adjust grub.conf to boot to that kernel
3. Reboot to setup
4. Format /boot (actually '/' ) during "fresh install"
5. Proceed with the installation-over-network
I see two possible outcomes:
1. The setup fails to reformat the drive, because it is "in use" by boot kernel
2. The partition is not "in use" and the installation succeeds
Why? Old cluster with broken CD-drives, lacking USB, and no separate /boot partition.
View 2 Replies
View Related
Dec 14, 2010
I need to find a program or a way to edit the partition table and set the values and addresses for the partition boundaries manually. A while ago I had a very messy data loss that left me with a disk full of data but without a partition table (and without file indexes for some of the partitions on the disk). So, for recovery reasons I need to try lots of combinations of starting and ending addresses for each partition. Additionally it would be extra nice if I could do this with a live cd since I don't have the faulty drive attached to a working computer at the moment.
View 6 Replies
View Related
Sep 30, 2010
I am trying to install windows 7 on my harddive, I am running ubuntu 10.04 and have windows 7 on DVD.I was until recently also using uberstudent, which I deleted (100 gigs) to make space for windows.However once I get to the windows start up I get a message: setup cannot detect or create a partition for this partition. (not word for word).
View 1 Replies
View Related
Dec 13, 2009
how to update my system online (for example my firefox 3.0 to 3.5) but i can't figure out how this possibly works. I tried the "online update" using Yast2 but apparently (according to Yast) there is nothing at all to be patched on my system. I tried to click on the Firefox-3.5.5 rpm in the repository web-interface and open it using "install software" but the process aborts because of unresolved dependencies. Is there an easy way to update software without having to download/install every dependency manually?
View 1 Replies
View Related
Jan 27, 2010
I have a Ubuntu system where the internet has been whitelisted so that I can't use Synaptic. I was wondering if there was a way to install GParted without Synaptic? Do something with the ISO file perhaps? Or would this turn out to be quite complicated?
View 9 Replies
View Related
Mar 5, 2010
I just installed eclipse 3.5 manually from the eclipse website and installed it into my /opt directory.
View 2 Replies
View Related
Jun 29, 2010
I have downloaded and unzipped eclipse.I would like eclipse to start up when I write "eclipse" in from command prompt.
View 3 Replies
View Related
Aug 6, 2010
I know how to install VLC via terminal sudo aptitude install -vlc But i want to know how to install VLC manually by downloading package or something like that i googled but i didn't found anything ..
View 8 Replies
View Related
Dec 19, 2010
how to partition. I was getting sick of having to backup my data every time I had to reinstall Ubuntu, so someone recommend that I partition my hard drive so that I could store all my personal files ( documents, music, and vidoes ) onto the seperate partition. However I don't know how to do this. Furthermore when a new version of Ubuntu is release I always pick the install on the entire hard drive so the partition i installed would end up being deleted. How do you install Ubuntu by manually specifying the partitions.
View 6 Replies
View Related
Feb 17, 2010
i had ubuntu 9.04 on my netbook, and i tossed windows XP on an empty partition, and now i cant quite figure out what to add to the boot.ini to give me the option to boot from the the ubuntu partition.
View 4 Replies
View Related
Jan 16, 2010
I have a lexmark x2690 there is a deb package on lexmarks sight for my printer but being new to linux i am unsure how to manually install the driver I have read through a lot of documentation on installing packages but nothing has worked any help would be appreciated the driver i need to install is not listed under lexmark when you go to printer setup. The driver I need is located at [url] I tried the generic cups driver.
View 7 Replies
View Related
Feb 18, 2010
I am running a Dell Dimension 3000 and I intend to install Ubuntu on it. On it, there is a partition, Dell Utility Partition, which I am hesitant to overwrite. The main partition which I want to install Ubuntu on I formatted in ext4. I try to install Ubuntu from the live cd, but it won't allow me to strictly use the ext4 partition. It insists to either use the entire drive or to have me manually choose the partition. How would I go about doing that? I relatively new to Linux in general
View 2 Replies
View Related
Apr 12, 2010
I want to install manually xcb_2.4 on Ubuntu 9.10. The problem is that the package neither contains a configure nor a install file so I cant use './configure' and 'make install'.
View 3 Replies
View Related
Apr 21, 2010
I think this goes here. I just installed Diablo II LOD on Wine today on my user account, which is not root, and I switched over to my brother's account I set up for him separate of mine and root and Diablo does not show up for him.How do I install a program not using the terminal or Synaptic and have the program show up for all accounts on my machine?It isn't a terrible problem. I just wanted to know how to do it.
View 3 Replies
View Related
May 3, 2010
how can i manually install NVIDIA drivers for kubuntu? my computer that has the kubuntu OS is not connected to the web.
View 4 Replies
View Related
Mar 7, 2011
I want to set up ubuntu 10.10 on a computer WITHOUT Internet access.I also need to install a package on it but it has several dependant libraries (eg libX11-dev)If i just have the names of those libraries & the package, where can i find them, so that they can be downloaded onto a pendrive & then installed onto the comp? (What would a library file look like after download?)
Also after i have copied the files onto the other comp (assuming that it was possible), how do i install the library? Would synaptics recognise that i have installed this library if done manually by this method?
View 1 Replies
View Related
Nov 25, 2010
how can I install latest Java manually on Firefox 3.6.12 Ubuntu 10.10
View 5 Replies
View Related