Computer ForumsComputers  

Go Back   Computer Forums > PC Technology Zone > Linux, BSD, other *nixes & Open Source Software

Reply
 
LinkBack Thread Tools Display Modes
Old 12-30-2007, 10:49 AM   #21 (permalink)
Ultra Techie
 
darkop16's Avatar
 
Join Date: Mar 2006
Location: North Carolina
Posts: 544
Send a message via AIM to darkop16
Default Re: dual-boot partition setup

yeah, but i think im really close. I followed this guide: SATA RAID Howto - Ubuntu India

The only thing is i don't understand how to set the partitions up to /boot, /, /home, swap, etc. through gparted. I can't find an option anywhere to do this. I would have thought gparted was the same thing being used during the manual partition in the installer but its not, or its not set up the same. I did get gparted to make the partitions i wanted though, and i formated them in the terminal using "mkfs.". So ive got the partitions formated correctly and i know their name (ex. /dev/mapper/isw_ccjdedhaif_dark7 is the partition i want the /boot to go to, 8 is what i want / on, 9 is the swap, and 10 is /home).

I tried going through the installation again hoping that the error earlier was because it couldn't format the partitions, since i already did that manually. But it gave me the same error again.

I understand what the the guide wants me to do by mounting the partition i set to be my root and manually install using the terminal, but when i do that:

mkdir /target
mount /dev/mapper/nvidia_gahhaaab1 /target

I get:

only the root can do that

So thats where im stuck as far as that guide goes. I guess i need to figure out how to set the partitions to which mount point i want them to be but i can't seem to find that with google. If you got any suggestions, ill check back here. But i will post a thread in the ubuntu forums like you said.

Last edited by darkop16; 12-30-2007 at 10:51 AM.
darkop16 is offline   Reply With Quote
Old 12-30-2007, 12:35 PM   #22 (permalink)
Commander Super Mod Joker
 
Mak213's Avatar
 
Join Date: Sep 2004
Location: In Trotter's crawl space
Posts: 15,434
Default Re: dual-boot partition setup

Try using sudo in front of the mkdir /target and that. Since it says only root can do it sudo gives you root privledges. So that should solve that problem.
__________________


Mak213 is online now   Reply With Quote
Old 12-30-2007, 12:44 PM   #23 (permalink)
Ultra Techie
 
darkop16's Avatar
 
Join Date: Mar 2006
Location: North Carolina
Posts: 544
Send a message via AIM to darkop16
Default Re: dual-boot partition setup

Ill try that. Here is my post on ubuntu forms if you want to take a look at it:

Installing Ubuntu on RAID 0 - Ubuntu Forums

Kinda long but i have so many ways ive been trying to do this. The last link is the error that you think sudo will solve if you want to look at it. Ill try what you said and get back to you.
darkop16 is offline   Reply With Quote
Old 12-30-2007, 12:51 PM   #24 (permalink)
Ultra Techie
 
darkop16's Avatar
 
Join Date: Mar 2006
Location: North Carolina
Posts: 544
Send a message via AIM to darkop16
Default Re: dual-boot partition setup

Yeah i think it worked:

http://i259.photobucket.com/albums/h...6/DSC01389.jpg

Further down in the guide it says:

sudo apt-get install debootstrap
debootstrap dapper /target

Should i replace dapper with gusty, you think?

Last edited by darkop16; 12-30-2007 at 12:58 PM.
darkop16 is offline   Reply With Quote
Old 12-30-2007, 02:43 PM   #25 (permalink)
Commander Super Mod Joker
 
Mak213's Avatar
 
Join Date: Sep 2004
Location: In Trotter's crawl space
Posts: 15,434
Default Re: dual-boot partition setup

Well you would have to. Since you are using Gutsy not Drapper.
__________________


Mak213 is online now   Reply With Quote
Old 12-30-2007, 03:44 PM   #26 (permalink)
Ultra Techie
 
darkop16's Avatar
 
Join Date: Mar 2006
Location: North Carolina
Posts: 544
Send a message via AIM to darkop16
Default Re: dual-boot partition setup

Check it out:

http://i259.photobucket.com/albums/h...6/DSC01391.jpg

I got that far using this https://help.ubuntu.com/community/FakeRaidHowto guide.

The image shows how far i am. The guide says this next:

# run in the now installed system as a chroot
sudo chroot /target

Does the guide want me to exit the liveCD and try to boot from the new install and continue entering the code from there or do i just continue on the liveCD's terminal?
darkop16 is offline   Reply With Quote
Old 12-30-2007, 03:53 PM   #27 (permalink)
Commander Super Mod Joker
 
Mak213's Avatar
 
Join Date: Sep 2004
Location: In Trotter's crawl space
Posts: 15,434
Default Re: dual-boot partition setup

Again i couldnt tell you. You would have to go to the Ubuntu Forums and have them help you out. Since it is right on their site and it is their distro they would have more knowledge on this and more feedback than anyone of us here could provide.
__________________


Mak213 is online now   Reply With Quote
Old 12-30-2007, 04:07 PM   #28 (permalink)
Ultra Techie
 
darkop16's Avatar
 
Join Date: Mar 2006
Location: North Carolina
Posts: 544
Send a message via AIM to darkop16
Default Re: dual-boot partition setup

lol ok. I did though and havn't heard anything from them yet so i just went on a did it. Im installing ubuntu-desktop right now (taking forever), but the next part kinda confuses me. Its the last line of code under the "Install Base System" part (right before it gets to the "Set up the bootloader for raid" part...about 1/3 the way down the page).

"# duplicate the root line except with your username instead of the word root to give your new user access to sudo
visudo"

Any idea what he wants me to do here?

edit: now its asking me for a password for root on localhost even though i never entered a password. Ive tried typing something into the terminal and hitting enter but it just gives me the same question:

http://i259.photobucket.com/albums/h...6/DSC01392.jpg

Last edited by darkop16; 12-30-2007 at 05:14 PM.
darkop16 is offline   Reply With Quote
Old 12-30-2007, 06:40 PM   #29 (permalink)
Commander Super Mod Joker
 
Mak213's Avatar
 
Join Date: Sep 2004
Location: In Trotter's crawl space
Posts: 15,434
Default Re: dual-boot partition setup

IT should be root under the LiveCD. About the only thing i can figuer out there.
__________________


Mak213 is online now   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
partitioning for dual boot ... masjana.liza Windows Operating Systems and Software 1 11-16-2007 01:51 PM
dual boot xp and vista mikee Windows Operating Systems and Software 7 09-25-2007 05:49 PM
seagate 80gigs failing.. acuariano Hardware Troubleshooting 27 08-27-2007 09:43 PM
Dual Boot (question) zaki1990 Windows Operating Systems and Software 5 07-14-2007 09:29 PM
Lost Boot setup D.Arbib Windows Operating Systems and Software 5 05-10-2007 08:42 PM


All times are GMT -5. The time now is 09:22 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0