=== yofel_ is now known as yofel [08:53] ing === daker_ is now known as daker [14:25] hey guys, got a quick question, i have a rather complicated edubuntu install for testing with and need a little help :) [14:25] anyone around? [14:38] I am trying to install ubuntu on an external HDD which already has data on it on 2 seperate partitions then i have my 3rd edubuntu partition. I have a 20gb partiton for edubuntu testing allocated and just need to install it now, but what is the best way to do this, taking into account the bootloader as that seems to be causing problems [14:43] gbaman: what other OSes do you have? [14:44] no other OSs on the HDD, just data [14:45] an HFS+ partiton and a fat32 partition [14:45] So what is complicated about it? [14:45] HFS? mac os? [14:45] when i tried to install it it complained grub counldnt be installed [14:45] Are you booted into the edubuntu live cd? [14:46] yes [14:46] well, pendrive [14:46] but yes [14:46] What's the output of sudo sfdisk -d ? [14:46] !pastebinit [14:46] pastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com [14:46] !pastebin [14:46] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [14:46] That one ^ :) [14:46] I.e. don't paste the output here if it's many lines... e.g. above 5 [14:47] that would involve me rebooting into the actual try version, one sec [14:49] sfdisk -d did nothing [14:50] There's a sudo there too [14:50] there we go [14:50] one sec [14:53] http://paste.ubuntu.com/1454880/ [14:53] the drive i am trying to install it onto is sdc [14:54] well, sdc3 [14:54] Ah, it's GPT, not normal MBR [14:54] Try another tool: sudo fdisk -l [14:54] (btw how come you're using GPT? for mac?) [14:55] http://paste.ubuntu.com/1454884/ [14:55] yes [14:55] my main machine is a mac [14:55] but also have a windows machine [14:56] which is why there is a fat32 partition on there [14:57] gbaman: fdisk doesn't support GPT disks either... so you'd need to install "parted" to check the disk layout [14:57] I'm guessing that the "embedding area" is too small for grub to be installed [14:58] Try asking in #grub [14:58] .. [14:58] ok [14:58] * alkisg has never even seen a disk with a GPT table layout :-/ [14:58] parted installed :) [14:59] sudo parted -l [15:00] https://wiki.archlinux.org/index.php/GRUB#GPT_specific_instructions [15:00] It sounds a bit complicated, so #grub would be your friend there [15:00] Or, you could just use an MBR-based disk [15:00] http://paste.ubuntu.com/1454894/ [15:03] Check the wiki page above, it has instructions on what to do for grub-install to succeed