Ubuntu install saying not enough disk space The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Deleted Windows Partitions on drive now what do I do?Resize disk in VMwareBoot linux on external hard disk - Send Grub RescueHow to configure existing raid after upgrading to 14.04 from 11Intel RAID5 array Shows < 50% spaceslow boot up in ubuntu 16.04 LTS 64 bitGRUB doesn't show Win XP after Install with “alongside” optionHow to install grub after fatal error on failed RAID system?I tried to install Ubuntu following all the instructions, but still the installation says “you need at least 8.6gb…”Ubuntu windows 10 Dual boot problem

How to grep and cut numbers from a file and sum them

How does this infinite series simplify to an integral?

I could not break this equation. Please help me

Road tyres vs "Street" tyres for charity ride on MTB Tandem

How do you keep chess fun when your opponent constantly beats you?

Did the new image of black hole confirm the general theory of relativity?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Relations between two reciprocal partial derivatives?

Does Parliament need to approve the new Brexit delay to 31 October 2019?

Is this wall load bearing? Blueprints and photos attached

Can withdrawing asylum be illegal?

Was credit for the black hole image misattributed?

"... to apply for a visa" or "... and applied for a visa"?

First use of “packing” as in carrying a gun

Derivation tree not rendering

How did passengers keep warm on sail ships?

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

Finding the path in a graph from A to B then back to A with a minimum of shared edges

What are these Gizmos at Izaña Atmospheric Research Center in Spain?

Create an outline of font

What was the last x86 CPU that did not have the x87 floating-point unit built in?

What aspect of planet Earth must be changed to prevent the industrial revolution?

How to pronounce 1ターン?



Ubuntu install saying not enough disk space



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Deleted Windows Partitions on drive now what do I do?Resize disk in VMwareBoot linux on external hard disk - Send Grub RescueHow to configure existing raid after upgrading to 14.04 from 11Intel RAID5 array Shows < 50% spaceslow boot up in ubuntu 16.04 LTS 64 bitGRUB doesn't show Win XP after Install with “alongside” optionHow to install grub after fatal error on failed RAID system?I tried to install Ubuntu following all the instructions, but still the installation says “you need at least 8.6gb…”Ubuntu windows 10 Dual boot problem



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have a Dell XPS which had Ubuntu on it but it started playing up so booted from USB in the hope to install a fresh version but I now get the message saying




You need at least 8.6 GB disk space to install Ubuntu.




When I do fdisk I get the following



ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 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


Disk /dev/sda: 7.2 GiB, 7747397632 bytes, 15131636 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
Disklabel type: dos
Disk identifier: 0x38f8fce6

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 15131635 15129588 7.2G c W95 FAT32 (LBA)
ubuntu@ubuntu:~$


Disk usage analyzer also doesn't recognise the drive on the laptop. When I try and boot into the laptop I get a load of varios errors before being dumped into BusyBox



Any suggestions on how to wipe it all and start from fresh? The BIOS seems to recognise it fine



When switching on the laptop (without USB), a screen about ACPI errors comes up but goes quickly into a Ubuntu loading screen (with 5 dots under the logo). After a few mins I get thrown into busybox (can't upload screenshots) but a few errors about:



ACPI error: Method parse/execution failed










share|improve this question
















bumped to the homepage by Community 19 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1





    what are the errors?

    – ravery
    Aug 20 '17 at 15:15











  • When switching on the laptop (without USB), a screen about ACPI errors comes up but goes quickly into a Ubuntu loading screen (with 5 dots under the logo). After a few mins I get thrown into busybox (will edit original)

    – pee2pee
    Aug 20 '17 at 15:21






  • 1





    in grub press "E" to edit the launch command. Change "quiet splash" to "no-splash" then boot. this will show the booting process and the error occuring. the ACPI errors are common with the new kernels, they can be ignored

    – ravery
    Aug 20 '17 at 15:25







  • 1





    Boot the Ubuntu USB, start Disks, select the hard disk in the left pane, click on the "hamburger" icon, select SMART Data & Tests. Review the data. Run the tests. Report back.

    – heynnema
    Aug 20 '17 at 15:25











  • @ravery failed to connect to lvmetad happens quite a lot. heynnema will try that next

    – pee2pee
    Aug 20 '17 at 15:32


















0















I have a Dell XPS which had Ubuntu on it but it started playing up so booted from USB in the hope to install a fresh version but I now get the message saying




You need at least 8.6 GB disk space to install Ubuntu.




When I do fdisk I get the following



ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 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


Disk /dev/sda: 7.2 GiB, 7747397632 bytes, 15131636 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
Disklabel type: dos
Disk identifier: 0x38f8fce6

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 15131635 15129588 7.2G c W95 FAT32 (LBA)
ubuntu@ubuntu:~$


Disk usage analyzer also doesn't recognise the drive on the laptop. When I try and boot into the laptop I get a load of varios errors before being dumped into BusyBox



Any suggestions on how to wipe it all and start from fresh? The BIOS seems to recognise it fine



When switching on the laptop (without USB), a screen about ACPI errors comes up but goes quickly into a Ubuntu loading screen (with 5 dots under the logo). After a few mins I get thrown into busybox (can't upload screenshots) but a few errors about:



ACPI error: Method parse/execution failed










share|improve this question
















bumped to the homepage by Community 19 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1





    what are the errors?

    – ravery
    Aug 20 '17 at 15:15











  • When switching on the laptop (without USB), a screen about ACPI errors comes up but goes quickly into a Ubuntu loading screen (with 5 dots under the logo). After a few mins I get thrown into busybox (will edit original)

    – pee2pee
    Aug 20 '17 at 15:21






  • 1





    in grub press "E" to edit the launch command. Change "quiet splash" to "no-splash" then boot. this will show the booting process and the error occuring. the ACPI errors are common with the new kernels, they can be ignored

    – ravery
    Aug 20 '17 at 15:25







  • 1





    Boot the Ubuntu USB, start Disks, select the hard disk in the left pane, click on the "hamburger" icon, select SMART Data & Tests. Review the data. Run the tests. Report back.

    – heynnema
    Aug 20 '17 at 15:25











  • @ravery failed to connect to lvmetad happens quite a lot. heynnema will try that next

    – pee2pee
    Aug 20 '17 at 15:32














0












0








0








I have a Dell XPS which had Ubuntu on it but it started playing up so booted from USB in the hope to install a fresh version but I now get the message saying




You need at least 8.6 GB disk space to install Ubuntu.




When I do fdisk I get the following



ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 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


Disk /dev/sda: 7.2 GiB, 7747397632 bytes, 15131636 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
Disklabel type: dos
Disk identifier: 0x38f8fce6

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 15131635 15129588 7.2G c W95 FAT32 (LBA)
ubuntu@ubuntu:~$


Disk usage analyzer also doesn't recognise the drive on the laptop. When I try and boot into the laptop I get a load of varios errors before being dumped into BusyBox



Any suggestions on how to wipe it all and start from fresh? The BIOS seems to recognise it fine



When switching on the laptop (without USB), a screen about ACPI errors comes up but goes quickly into a Ubuntu loading screen (with 5 dots under the logo). After a few mins I get thrown into busybox (can't upload screenshots) but a few errors about:



ACPI error: Method parse/execution failed










share|improve this question
















I have a Dell XPS which had Ubuntu on it but it started playing up so booted from USB in the hope to install a fresh version but I now get the message saying




You need at least 8.6 GB disk space to install Ubuntu.




When I do fdisk I get the following



ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 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


Disk /dev/sda: 7.2 GiB, 7747397632 bytes, 15131636 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
Disklabel type: dos
Disk identifier: 0x38f8fce6

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 15131635 15129588 7.2G c W95 FAT32 (LBA)
ubuntu@ubuntu:~$


Disk usage analyzer also doesn't recognise the drive on the laptop. When I try and boot into the laptop I get a load of varios errors before being dumped into BusyBox



Any suggestions on how to wipe it all and start from fresh? The BIOS seems to recognise it fine



When switching on the laptop (without USB), a screen about ACPI errors comes up but goes quickly into a Ubuntu loading screen (with 5 dots under the logo). After a few mins I get thrown into busybox (can't upload screenshots) but a few errors about:



ACPI error: Method parse/execution failed







boot partitioning acpi busybox






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 20 '17 at 15:23







pee2pee

















asked Aug 20 '17 at 14:54









pee2peepee2pee

11616




11616





bumped to the homepage by Community 19 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 19 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









  • 1





    what are the errors?

    – ravery
    Aug 20 '17 at 15:15











  • When switching on the laptop (without USB), a screen about ACPI errors comes up but goes quickly into a Ubuntu loading screen (with 5 dots under the logo). After a few mins I get thrown into busybox (will edit original)

    – pee2pee
    Aug 20 '17 at 15:21






  • 1





    in grub press "E" to edit the launch command. Change "quiet splash" to "no-splash" then boot. this will show the booting process and the error occuring. the ACPI errors are common with the new kernels, they can be ignored

    – ravery
    Aug 20 '17 at 15:25







  • 1





    Boot the Ubuntu USB, start Disks, select the hard disk in the left pane, click on the "hamburger" icon, select SMART Data & Tests. Review the data. Run the tests. Report back.

    – heynnema
    Aug 20 '17 at 15:25











  • @ravery failed to connect to lvmetad happens quite a lot. heynnema will try that next

    – pee2pee
    Aug 20 '17 at 15:32













  • 1





    what are the errors?

    – ravery
    Aug 20 '17 at 15:15











  • When switching on the laptop (without USB), a screen about ACPI errors comes up but goes quickly into a Ubuntu loading screen (with 5 dots under the logo). After a few mins I get thrown into busybox (will edit original)

    – pee2pee
    Aug 20 '17 at 15:21






  • 1





    in grub press "E" to edit the launch command. Change "quiet splash" to "no-splash" then boot. this will show the booting process and the error occuring. the ACPI errors are common with the new kernels, they can be ignored

    – ravery
    Aug 20 '17 at 15:25







  • 1





    Boot the Ubuntu USB, start Disks, select the hard disk in the left pane, click on the "hamburger" icon, select SMART Data & Tests. Review the data. Run the tests. Report back.

    – heynnema
    Aug 20 '17 at 15:25











  • @ravery failed to connect to lvmetad happens quite a lot. heynnema will try that next

    – pee2pee
    Aug 20 '17 at 15:32








1




1





what are the errors?

– ravery
Aug 20 '17 at 15:15





what are the errors?

– ravery
Aug 20 '17 at 15:15













When switching on the laptop (without USB), a screen about ACPI errors comes up but goes quickly into a Ubuntu loading screen (with 5 dots under the logo). After a few mins I get thrown into busybox (will edit original)

– pee2pee
Aug 20 '17 at 15:21





When switching on the laptop (without USB), a screen about ACPI errors comes up but goes quickly into a Ubuntu loading screen (with 5 dots under the logo). After a few mins I get thrown into busybox (will edit original)

– pee2pee
Aug 20 '17 at 15:21




1




1





in grub press "E" to edit the launch command. Change "quiet splash" to "no-splash" then boot. this will show the booting process and the error occuring. the ACPI errors are common with the new kernels, they can be ignored

– ravery
Aug 20 '17 at 15:25






in grub press "E" to edit the launch command. Change "quiet splash" to "no-splash" then boot. this will show the booting process and the error occuring. the ACPI errors are common with the new kernels, they can be ignored

– ravery
Aug 20 '17 at 15:25





1




1





Boot the Ubuntu USB, start Disks, select the hard disk in the left pane, click on the "hamburger" icon, select SMART Data & Tests. Review the data. Run the tests. Report back.

– heynnema
Aug 20 '17 at 15:25





Boot the Ubuntu USB, start Disks, select the hard disk in the left pane, click on the "hamburger" icon, select SMART Data & Tests. Review the data. Run the tests. Report back.

– heynnema
Aug 20 '17 at 15:25













@ravery failed to connect to lvmetad happens quite a lot. heynnema will try that next

– pee2pee
Aug 20 '17 at 15:32






@ravery failed to connect to lvmetad happens quite a lot. heynnema will try that next

– pee2pee
Aug 20 '17 at 15:32











1 Answer
1






active

oldest

votes


















0














We found that - as noted on the Dell forums - disabling system RAID and putting the HD into AHCI mode was sufficient to solve this problem.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f948062%2fubuntu-install-saying-not-enough-disk-space%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    We found that - as noted on the Dell forums - disabling system RAID and putting the HD into AHCI mode was sufficient to solve this problem.






    share|improve this answer



























      0














      We found that - as noted on the Dell forums - disabling system RAID and putting the HD into AHCI mode was sufficient to solve this problem.






      share|improve this answer

























        0












        0








        0







        We found that - as noted on the Dell forums - disabling system RAID and putting the HD into AHCI mode was sufficient to solve this problem.






        share|improve this answer













        We found that - as noted on the Dell forums - disabling system RAID and putting the HD into AHCI mode was sufficient to solve this problem.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 30 '17 at 8:28









        datakiddatakid

        19714




        19714



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f948062%2fubuntu-install-saying-not-enough-disk-space%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Is compression “encryption” under FCC regs?Signing of messages transmitted over ham radioWhy do Amateur Radio organizations in the United States oppose the relaxation of encryption prohibitions?How far from earth do FCC regulations apply?How can I know whether a radio is FCC approved?FCC tracking of unlicensed FRS/GMRS transmissionsWhy does the FCC put restrictions on symbol rates?legal - Do FCC regulations only apply in U.S.A?What are FCC/Industry Canada certification requirements for amateur radio related products?How to get professional or official clarification of FCC Part 97 rules for specific complicated situations?Is there any point to keep the CSCE after the FCC registers the upgrade?Do FCC regulations limit digital data rate?

            macOS: Name for app shortcut screen found by pinching with thumb and three fingers Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern) Should an RSS feed of hot network questions feed any chat room(s) here?How do I get three finger gestures working again in Twitter for Mac after installing Lion?After my MacBook Pro sleeps some gestures don't work anymoreIs it possible to reassign the “Pinch with thumb and three fingers” gesture to activate Dashboard instead of Launchpad?Disable animation for “Swipe between full-screen apps”?OSX Yosemite Can't disable four-finger swipeDrag with three fingers missing in OS X 10.11 Beta “El Capitan” (15A215h)A shortcut for Merge all Windows on macOS SierraSet the hostname/computer name for macOSmacOS: Identify tool and keyboard shortcutQuickly save Screenshot in MacOS Mojave with keyboard Shortcut

            Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'