[Solved] Installing on a hd that already has windows 7 and sabayon

currently it looks like this:
/dev/sda1 ntfs systerm reserved 100mb
/dev/sda2 ntfs 40gb (windows 7 installed)
/dev/sda3 ext4 / / 40gb (sabayon)
/dev/sda4 extended 218.93gb
/dev/sda5 linuxswap 2gb
/dev/sda6 ntfs storage 216.93gb
I tired to install archlinux with just a / partition and tried to reuse my swap....... failed miserably
after that I recreated my ntfs partition and tinkered with arch in virtual box till I got a little comfortable working with it.
Now I want to delete my sda6 partition and repartition for arch.
would I need to make like:
sda6: /boot (bootable)
then sda7 /root
and sda8 /home ????
Im not sure what I need to do...... because I should be able to use my grub I already have and just re autodetect........ should see arch after its installed I would think
in sabayon I would use:
grub-mkconfig -o /boot/grub/grub.cfg
grub2-install /dev/sda
would love to get it running on its own instead of having to use virtual box.
I tried to look around and didnt find much info on what I was looking for.
thanks.
Last edited by splippity (2010-05-28 01:39:03)

more info heres what my current grub looks like:
# DO NOT EDIT THIS FILE
# It is automatically generated by /sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
### BEGIN /etc/grub.d/00_fonts ###
### END /etc/grub.d/00_fonts ###
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="${saved_entry}"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 18225dbe-c9d5-48df-b53d-f263f4b78c5c
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1024x768
# vga= is deprecated, grub2 handles this just fine
# making grub2 res == linux fb res
set gfxpayload=keep
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 18225dbe-c9d5-48df-b53d-f263f4b78c5c
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
if sleep --interruptible 0 ; then
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_distro_theme ###
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 18225dbe-c9d5-48df-b53d-f263f4b78c5c
insmod png
if background_image /usr/share/grub/default-splash.png ; then
set color_normal=white/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_distro_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Sabayon GNU/Linux, with Linux x86-2.6.33-sabayon" --class sabayon --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 18225dbe-c9d5-48df-b53d-f263f4b78c5c
echo Loading Linux x86-2.6.33-sabayon ...
linux /boot/kernel-genkernel-x86-2.6.33-sabayon ro BOOT_IMAGE=/boot/kernel-genkernel-x86-2.6.33-sabayon ro BOOT_IMAGE=/boo$
echo Loading initial ramdisk ...
initrd /boot/initramfs-genkernel-x86-2.6.33-sabayon
menuentry "Sabayon GNU/Linux, with Linux x86-2.6.33-sabayon (recovery mode)" --class sabayon --class gnu-linux --class gnu --class o$
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 18225dbe-c9d5-48df-b53d-f263f4b78c5c
echo Loading Linux x86-2.6.33-sabayon ...
linux /boot/kernel-genkernel-x86-2.6.33-sabayon ro single BOOT_IMAGE=/boot/kernel-genkernel-x86-2.6.33-sabayon ro BOOT_IMA$
echo Loading initial ramdisk ...
initrd /boot/initramfs-genkernel-x86-2.6.33-sabayon
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set b256dd6956dd2ebb
chainloader +1
menuentry "Arch (on /dev/sda6)" {
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set ccba04ad-f2d4-41f9-add6-2818579dfe55
linux /boot/vmlinuz26 root=/dev/sda6
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
what would I need to modify it to, to make it work?
thanks.

Similar Messages

  • How to move a window to another, existing space that already has windows

    NOT happy with the new Mission Control.  Give me back spaces!
    I have been using virtual desktops (VDT) for years and I often work 14 to 18 hours a day on my mac.. 
    I can reorder my spaces in MC but that seems to be about all I can do and it really is ******* me off.
    I need to be able to drag a single window from 1 space to another space where I already have another application running. This was TRIVIAL in SPACES but seems impossible in MC.
    example:  I have a text file of notes in vi in one VDT and in another I have a browser window open to a customer location where I need to use or add to those notes with some complexity. I want to move that notes window from the VDT that it is in (because there are other apps there) to the current VDT so that I can easily use the notes and the browser together. I do NOT want to have to make the stupid vi window in ALL spaces. How do I do this?
    another example: I have a browser with multiple tabs and I want to move ONE of them to another VDT. I can pull the tab to make another window.. But I can't move just that tab to another VDT!! How can I do that?
    Please please PLEASE fix this in Mountain Lion !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    You have to start from the Desktop where the window is currently living to move it to another Desktop.
    If you are using Safari in Full Screen, that screen is its own desktop and can't be moved to another desktop. If you are not in Full screen, go to the desktop that hosts the window and drag it to another Desktop in MC.

  • Can Adobe CC be installed on a computer that already has Adobe CS6 installed?

    I have Adobe CS6 installed on my laptop and desktop.  I have recently acquired a subscription to Adobe CC.  Can both of these be installed on the same computer without interfering with one another?

    Hi.
    If you have already activated CS6 products, installed on your computer, you can have issue on activating your subscription of Creative Cloud.
    For your information if you have the Creative Cloud subscription, you can install also the CS6 version.
    Creative Cloud Help | Install, update, or uninstall apps
    The issue is verified only between CS6 products and Creative Cloud.
    Regards

  • Installing XI 3.0 on a LPAR that already has XI 3.0 installed on it

    Hello,
    I'm thinking about installing XI 3.0 on a LPAR that already has XI 3.0 installed.  Is there anything I should be aware of before installing the 2nd instance of XI on the LPAR.  Is this even a recommended practice?
    Thanks,
    Jeff

    To add to Patrick's suggestion....
    What I am suggesting is not the cause of the FLOWS_030000 user existing error, but could be another issue which caused your installation to fail.
    In your post, you said...
    This is the command i gave to configure from SQL prompt:
    @D:\Apex3.0\apexins.sql <Newly Create User> <Newly Created Tablespace> <Newly Created Tablespace> TEMP /i/
    You have specified an absolute path when running the apexins.sql script. In order for the installation to succeed, you must first change your working directory to the directory where you unzipped the apex_3.0.zip file and then run the script. This is because the apexins.sql script subsequently references other sql scripts, using relative paths.
    You have also not included a password in your command, was this just for purposes of the posting, or could this also be an issue, as in:
    @apexins password tablespace_apex tablespace_files tablespace_temp images
    Hope this helps,
    Anthony
    http://anthonyrayner.blogspot.com

  • Hi, i have sony vaio laptop that already has photoshop elements 12 installed once bought, now i am having a configuration error 12 and says that i need to uninstall and reinstall which i cant. what should i do? thanks!

    hi, i have sony vaio laptop that already has photoshop elements 12 installed once bought, now i am having a configuration error 12 and says that i need to uninstall and reinstall which i cant. what can i do without uninstalling?

    hi, i have sony vaio laptop that already has photoshop elements 12 installed once bought, now i am having a configuration error 12 and says that i need to uninstall and reinstall which i cant. what can i do without uninstalling?

  • How do i move my itouch stuff to a 2nd hand (sister's) computer that already has an itouch registered on it

    Please help! In our house we have all move around with PC's and laptops now my husband and kids have to go back to they original one to get all the stuff in ITunes how do I move there I Pod Touch stuff to a 2nd hand (sister's/mum's) computer that already has an I Pod Touch registered on it
    Thanks in advance
    Debbie

    Hi thanks for that but all the music CD's we have copied to our I Pod Touchies are not on the new/next computer how do I get all the music ie CD's on the new/next computer?

  • I have a new computer from my father that already has his iphone content on it.  what do i need to do to switch my phone over from my old computer to the new one and have the new computer sync MY contacts and content to the new computer without erasing

    i have a new computer from my father that already has his iphone content on it.  what do i need to do to switch my phone over from my old computer to the new one and have the new computer sync MY contacts and content to the new computer without erasing my contact lists and purchased apps?

    okay from reading posts it seems if I transfer my backed up info from my old comp to the new one and erase my dad's phone's back up i could reset my phone and it would transfer all my old data back onto the phone, be linked to the new computer and i could proceed.  Where do i find the backed up info from my phone?

  • To delete Cost Element that already has posting.

    Hi,
    I need to delete Cost element that already has posting. I used KO04 error msg. KS133 Deletion is not possible (depend records exist in table COEP). Cummulative balance already zerorise.
    Thank you.
    Moderator: Please, search SDN

    Hi, it's better not to use in productive.
    See here IMG-Controlling-General Controlling-Production Start-Up Preparation-Delete Test Data-Delete Transaction Data  and then Delete Cost Elements

  • How to use MobileMe family email acct created at my iMac on iPad 1 that already has free yahoo mail set up on it?

    How to establish and use MobileMe family email acct created at my iMac on iPad 1 that already has free yahoo mail acct set up on it.

    I don't know what the limit is for the number of email accounts that can be accessed with the iPad's Mail app if there is a limit, but it is definitely more than one email account.
    Add the MobileMe account - at Settings > Mail, Contacts, Calendars, select Add Account. Select MobileMe and follow the prompts.

  • How can I add the Blackberry my friend gave me to my account that already has my prepaid phone on it?

    How can I add the Blackberry my friend gave me to my account that already has my prepaid phone on it?

    A few questions to clarify your specific situation will help us to better help you...
    Do you want to swap phones and use the BlackBerry instead of your current phone?  I don't think you can add a line to a pre-paid account to use both - it would have to be two separate accounts.
    What model BB is it?  And is it Verizon branded?  It may or may not be usable on a pre-paid account.
    Finally, what is your current phone and account set up?  You may need to get a different pre-paid plan to use the BB, if it is usable on Verizon.

  • Can I put my ipod on a computer that already has another ipod on it without doing any damage?

    My ipod got the message "iTunes has deteced an ipod that appears to be corrupted......"
    I did everything suggested and nothing helped.  My ipod was working perfectly prior to my attaching it to the computer, which itunes didn't recognize.
    I reset everything, the ipod is now empty, and still the computer won't recognize it.
    Can I connect this to another computer that already has an ipod associated with it without causing any problems to the owner's ipod or the music libarary?
    If that computer recognizes the ipod, then my problem lies in my computer and not the ipod.
    Thanks

    It should work because I have 2 iPods connected to my iTunes and everything syncs perfect most of the time and with no corrupted sign, maybe it's your computer. iTunes is'nt the best either so it may also be iTunes that has the problem.

  • HT1373 Is it possible to transfer songs on iPod to a computer that already has an iTunes profile for someone else?

    Is it possible to transfer songs on iPod to a computer that already has an iTunes profile for someone else? I recently had my laptop stolen so I no longer have iTunes backed up on a computer. 

    mfulton77 wrote:
    I recently had my laptop stolen so I no longer have iTunes backed up on a computer.
    Do you mean you do not have a backup of your stolen computer?

  • 3rd-party software to make RAID 1 (mirror) on a drive that already has data

    Is there software which lets you simply add a 2nd drive to an already working Mac and make a RAID 1 mirror without waiting for the following:
    - clone the internal drive to an external for backup
    - add the 2nd internal drive
    - erase both internal drives
    - make the RAID 1 set out of both drives
    - clone the data back to the RAID 1 from the external
    This works just fine. It just takes a long time and requires extra external drives to boot from and do the cloning.
    What I'm looking for is a utility that will reduce the process to:
    - clone to external for just-in-case backup
    - add the 2nd internal drive
    - use the utility to mirror the 2nd (new) drive to the pre-existing data on the 1st drive and make a RAID 1 mirror set out of them (without erasing them)
    - there is no step 4. there is no step 4! (ha ha ha)
    in short: to make an OS X RAID 1 without having to erase a drive that already has customer data with the Disk Utility or some other software
    I checked Made4Mac already - none of the listed partitioning tools seem to be able to make a RAID "in place". I'm assuming this is not easy or Disk Utility would already be able to do it.
    It's too bad the Disk Utility can only make a RAID 1 using blank, virgin drives. Maybe they'll fix it in Leopard. Can anyone from Apple comment?
    I know about SoftRAID - but it's $149 per seat. I'm looking for something I can use on customer machines over and over again, without having to sell them a software license - like Partition Magick or DiskWarrior.
    Thanks!
        RAID 1

    IKE-D-
    Why not use the CLI and do it that way? i don't know it AppleScript hooks into the terminal and/or can run terminal commands but that may be worth looking into as well.
    I would think that it would be a good idea to erase all your drives in the RAID at once and start fresh. Why not back up the internal to a pair of RAIDED external FW800 drives, add the second drive in the Mac, make the internal RAID by formatting both drives and then copy the external RAID back to the internal RAID? Oops, I know, now we have a step 4.
    Nobody from Apple ever comments here. We are all users, just like yourself, that just want to help.
    Luck-
    -DaddyPaycheck

  • Execute a program that already has a instance in execution

    What it occurs when I execute a standalone program that already has an instance in execution ?

    normally you can execute as many instances as you like.
    Andre

  • How can I sync my iPhone with my new macbook air that already has music on it?

    I need help! I have an Iphone 4 that has all my music on it but I recently got a macbook air that already has all my songs. I want to sync my phone with my itunes but it says i may not want to. What do I do?

    Iphone will sync with one computer at a time.  If you sync to another, then it will erase the current content and replace with content from the new computer.
    Make sure everything is on the new computer.

Maybe you are looking for

  • Wifi, after suspend not working

    Hi everyone, Im not totally sure on what is happening, but whenever I close my notebook when I got to sleep for example. The next morning I need to reboot it. It comes out of suspend nicely but the thing is that I cannot connect to the Wifi network a

  • Invalid path in XML Publisher temporary directory

    Hi Even if i am setting this temporary directory property in xml publisher admin to an invalid path, i am able to see the template outputs. i restarted the apache server. Do i need to do any more changes? Thanks Satya

  • I downloaded adobe create a pdf- now how do I get a document to connect and be converted

    I downloaded adobe create a pdf- now how do I get a document to connect and be converted

  • Multi-table data block with update

    My data block is set up by joining 3 tables. Only 1 table is set up as updatable. The columns from the other 2 tables are set in property palette as not updatable. But when I try to update the data block row, I get: FRM-40501 ORACLE error: unable to

  • Iphone 5 color ????

    I'm going to buy the iphone 5 but I need help deciding which color to choose because I heard the black one scratches easily so I might go with the white but I really like the blacks two tone back ?