Installing Ubuntu 18.04.2 LTS on Acer, GRUB 2 package is hangingHow can I repair grub? (How to get Ubuntu back after installing Windows?)Fail to install Ubuntu 18.04 from USB to a brand new Acer Swift 1Installing Ubuntu on Acer laptopNo Windows in Ubuntu boot menu (Ubuntu 11.10, WIndows 7)How do I restore the original Grub2 boot loader?Grub bootloader goes fail to boot in dual boot system after installing Ubuntu 12.10`install-grub` claims that I have multiple partiton labels and that embedding is impossibleGRUB not detecting Legacy BIOS windows 10 installation even with legacy BIOS Ubuntu 16.04LTS installation
Dicht antonym - what is it?
Interview question: If correlation doesn't imply causation, how do you detect causation?
Is it rectilinear?
Where is a warlock's soul?
Why does nobody understand the grapple rules?
Think of the one you can`t see
50% portfolio in single stock, JPM - appropriate for 80 year old?
How do I get a planar traveling party to use survival/spell slots for food/drink instead of an artificer's Replicate Magic Item infusion?
Use field calculator QGIS: if value in one column, then value in new column
At what point in time would humans notice a 21st century satellite observing them?
What are standard cryptographic assumptions?
Was there a clearly identifiable "first computer" to use or demonstrate the use of virtual memory?
How do I experimentally measure the surface area of a rock?
Confusion between .. and ...such that..
How do I resolve science-based problems in my worldbuilding?
When nothing is defined, what does Mathematica take for #1?
Area/Surface Area calculator of shapes
What DC should I use for someone trying to survive indefinitely solely with an alchemy jug as their only source of food and water? (survival campaign)
Customize sysctl parameters by user
What do you call someone whose unmarried partner has died?
delete specific character "[" from a file
Doubt on pronunciation of verbs (stressing)
Does knowledge of data structure compromise AES encryption?
Why do some papers have 10-20 co-authors?
Installing Ubuntu 18.04.2 LTS on Acer, GRUB 2 package is hanging
How can I repair grub? (How to get Ubuntu back after installing Windows?)Fail to install Ubuntu 18.04 from USB to a brand new Acer Swift 1Installing Ubuntu on Acer laptopNo Windows in Ubuntu boot menu (Ubuntu 11.10, WIndows 7)How do I restore the original Grub2 boot loader?Grub bootloader goes fail to boot in dual boot system after installing Ubuntu 12.10`install-grub` claims that I have multiple partiton labels and that embedding is impossibleGRUB not detecting Legacy BIOS windows 10 installation even with legacy BIOS Ubuntu 16.04LTS installation
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Since yesterday I try to install Ubuntu 18.04.2 LTS on my Laptop Acer Swift 1 where I had Windows 10 previously.
Initially I had some problems with the installation start, but I disabled "secure boot" and it worked. however, now the Ubuntu starts installing and everything goes smooth, but then the installation suddenly stops the progress and I get "Installing the grub2 package". This can last hours without any progress.
I tried to open the Terminal in the background and typed the commands:
sudo fdisk -l
sudo mount /dev/sdxY /mnt (where x is altter and Y a number you have found in the previous step)
sudo grub-install --root-directory=/mnt /dev/sdx
sudo update-grub
Well, this did not work. An error message occurred: "grub-install error: will not proceed with blocklists".
I have swap area, ext4 space and EFI space. Separating my free space into these categories did not help too. How can I finally install the Ubuntu?
Now if I start my laptop without the USB inside, I get a black screen with the title "GNU GRUB version 2.02" and I have to enter some commands.
What should be done? I get almost to the final stage, but the grub2 packages can not be installed.
boot grub2 partitioning mount xubuntu
add a comment
|
Since yesterday I try to install Ubuntu 18.04.2 LTS on my Laptop Acer Swift 1 where I had Windows 10 previously.
Initially I had some problems with the installation start, but I disabled "secure boot" and it worked. however, now the Ubuntu starts installing and everything goes smooth, but then the installation suddenly stops the progress and I get "Installing the grub2 package". This can last hours without any progress.
I tried to open the Terminal in the background and typed the commands:
sudo fdisk -l
sudo mount /dev/sdxY /mnt (where x is altter and Y a number you have found in the previous step)
sudo grub-install --root-directory=/mnt /dev/sdx
sudo update-grub
Well, this did not work. An error message occurred: "grub-install error: will not proceed with blocklists".
I have swap area, ext4 space and EFI space. Separating my free space into these categories did not help too. How can I finally install the Ubuntu?
Now if I start my laptop without the USB inside, I get a black screen with the title "GNU GRUB version 2.02" and I have to enter some commands.
What should be done? I get almost to the final stage, but the grub2 packages can not be installed.
boot grub2 partitioning mount xubuntu
The problem is that I dont have the Windows anymore. When I start the laptop now, I get a black screen with the title "GNU GRUB version 2.02" and I have to enter some commands. Should I open the terminal from the BIOS?
– Nick
Jul 30 at 15:14
oh, then that's fine, do this (you have to use option "try ubuntu" when the usb key boots to be able to open a terminal): askubuntu.com/a/182863/307184 you probably won't even need to install ubuntu after that. it should have both windows and ubuntu booting correctly after that.
– tatsu
Jul 30 at 15:16
Nice I followed the instructions there and I clicked on recommended boot repair, but now I am waiting for about 15 minutes and semms the boot repair has also issues. It says: "Reinstall GRUB. This may require several minutes" and it is loading. I am a patient person and will wait more, but I think something is wrong there :D
– Nick
Jul 30 at 15:45
yeah it's really fast normally, takes about 1-2 minutes for me. something's wrong. maybe you'll have to use a windows install usb/CD to repair boot.
– tatsu
Jul 30 at 15:56
Other Swift installs: askubuntu.com/questions/1162008/… & askubuntu.com/questions/1047065/…
– oldfred
Jul 30 at 16:18
add a comment
|
Since yesterday I try to install Ubuntu 18.04.2 LTS on my Laptop Acer Swift 1 where I had Windows 10 previously.
Initially I had some problems with the installation start, but I disabled "secure boot" and it worked. however, now the Ubuntu starts installing and everything goes smooth, but then the installation suddenly stops the progress and I get "Installing the grub2 package". This can last hours without any progress.
I tried to open the Terminal in the background and typed the commands:
sudo fdisk -l
sudo mount /dev/sdxY /mnt (where x is altter and Y a number you have found in the previous step)
sudo grub-install --root-directory=/mnt /dev/sdx
sudo update-grub
Well, this did not work. An error message occurred: "grub-install error: will not proceed with blocklists".
I have swap area, ext4 space and EFI space. Separating my free space into these categories did not help too. How can I finally install the Ubuntu?
Now if I start my laptop without the USB inside, I get a black screen with the title "GNU GRUB version 2.02" and I have to enter some commands.
What should be done? I get almost to the final stage, but the grub2 packages can not be installed.
boot grub2 partitioning mount xubuntu
Since yesterday I try to install Ubuntu 18.04.2 LTS on my Laptop Acer Swift 1 where I had Windows 10 previously.
Initially I had some problems with the installation start, but I disabled "secure boot" and it worked. however, now the Ubuntu starts installing and everything goes smooth, but then the installation suddenly stops the progress and I get "Installing the grub2 package". This can last hours without any progress.
I tried to open the Terminal in the background and typed the commands:
sudo fdisk -l
sudo mount /dev/sdxY /mnt (where x is altter and Y a number you have found in the previous step)
sudo grub-install --root-directory=/mnt /dev/sdx
sudo update-grub
Well, this did not work. An error message occurred: "grub-install error: will not proceed with blocklists".
I have swap area, ext4 space and EFI space. Separating my free space into these categories did not help too. How can I finally install the Ubuntu?
Now if I start my laptop without the USB inside, I get a black screen with the title "GNU GRUB version 2.02" and I have to enter some commands.
What should be done? I get almost to the final stage, but the grub2 packages can not be installed.
boot grub2 partitioning mount xubuntu
boot grub2 partitioning mount xubuntu
edited Jul 30 at 15:12
Nick
asked Jul 30 at 14:24
NickNick
11 bronze badge
11 bronze badge
The problem is that I dont have the Windows anymore. When I start the laptop now, I get a black screen with the title "GNU GRUB version 2.02" and I have to enter some commands. Should I open the terminal from the BIOS?
– Nick
Jul 30 at 15:14
oh, then that's fine, do this (you have to use option "try ubuntu" when the usb key boots to be able to open a terminal): askubuntu.com/a/182863/307184 you probably won't even need to install ubuntu after that. it should have both windows and ubuntu booting correctly after that.
– tatsu
Jul 30 at 15:16
Nice I followed the instructions there and I clicked on recommended boot repair, but now I am waiting for about 15 minutes and semms the boot repair has also issues. It says: "Reinstall GRUB. This may require several minutes" and it is loading. I am a patient person and will wait more, but I think something is wrong there :D
– Nick
Jul 30 at 15:45
yeah it's really fast normally, takes about 1-2 minutes for me. something's wrong. maybe you'll have to use a windows install usb/CD to repair boot.
– tatsu
Jul 30 at 15:56
Other Swift installs: askubuntu.com/questions/1162008/… & askubuntu.com/questions/1047065/…
– oldfred
Jul 30 at 16:18
add a comment
|
The problem is that I dont have the Windows anymore. When I start the laptop now, I get a black screen with the title "GNU GRUB version 2.02" and I have to enter some commands. Should I open the terminal from the BIOS?
– Nick
Jul 30 at 15:14
oh, then that's fine, do this (you have to use option "try ubuntu" when the usb key boots to be able to open a terminal): askubuntu.com/a/182863/307184 you probably won't even need to install ubuntu after that. it should have both windows and ubuntu booting correctly after that.
– tatsu
Jul 30 at 15:16
Nice I followed the instructions there and I clicked on recommended boot repair, but now I am waiting for about 15 minutes and semms the boot repair has also issues. It says: "Reinstall GRUB. This may require several minutes" and it is loading. I am a patient person and will wait more, but I think something is wrong there :D
– Nick
Jul 30 at 15:45
yeah it's really fast normally, takes about 1-2 minutes for me. something's wrong. maybe you'll have to use a windows install usb/CD to repair boot.
– tatsu
Jul 30 at 15:56
Other Swift installs: askubuntu.com/questions/1162008/… & askubuntu.com/questions/1047065/…
– oldfred
Jul 30 at 16:18
The problem is that I dont have the Windows anymore. When I start the laptop now, I get a black screen with the title "GNU GRUB version 2.02" and I have to enter some commands. Should I open the terminal from the BIOS?
– Nick
Jul 30 at 15:14
The problem is that I dont have the Windows anymore. When I start the laptop now, I get a black screen with the title "GNU GRUB version 2.02" and I have to enter some commands. Should I open the terminal from the BIOS?
– Nick
Jul 30 at 15:14
oh, then that's fine, do this (you have to use option "try ubuntu" when the usb key boots to be able to open a terminal): askubuntu.com/a/182863/307184 you probably won't even need to install ubuntu after that. it should have both windows and ubuntu booting correctly after that.
– tatsu
Jul 30 at 15:16
oh, then that's fine, do this (you have to use option "try ubuntu" when the usb key boots to be able to open a terminal): askubuntu.com/a/182863/307184 you probably won't even need to install ubuntu after that. it should have both windows and ubuntu booting correctly after that.
– tatsu
Jul 30 at 15:16
Nice I followed the instructions there and I clicked on recommended boot repair, but now I am waiting for about 15 minutes and semms the boot repair has also issues. It says: "Reinstall GRUB. This may require several minutes" and it is loading. I am a patient person and will wait more, but I think something is wrong there :D
– Nick
Jul 30 at 15:45
Nice I followed the instructions there and I clicked on recommended boot repair, but now I am waiting for about 15 minutes and semms the boot repair has also issues. It says: "Reinstall GRUB. This may require several minutes" and it is loading. I am a patient person and will wait more, but I think something is wrong there :D
– Nick
Jul 30 at 15:45
yeah it's really fast normally, takes about 1-2 minutes for me. something's wrong. maybe you'll have to use a windows install usb/CD to repair boot.
– tatsu
Jul 30 at 15:56
yeah it's really fast normally, takes about 1-2 minutes for me. something's wrong. maybe you'll have to use a windows install usb/CD to repair boot.
– tatsu
Jul 30 at 15:56
Other Swift installs: askubuntu.com/questions/1162008/… & askubuntu.com/questions/1047065/…
– oldfred
Jul 30 at 16:18
Other Swift installs: askubuntu.com/questions/1162008/… & askubuntu.com/questions/1047065/…
– oldfred
Jul 30 at 16:18
add a comment
|
0
active
oldest
votes
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/4.0/"u003ecc by-sa 4.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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1162157%2finstalling-ubuntu-18-04-2-lts-on-acer-grub-2-package-is-hanging%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1162157%2finstalling-ubuntu-18-04-2-lts-on-acer-grub-2-package-is-hanging%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
The problem is that I dont have the Windows anymore. When I start the laptop now, I get a black screen with the title "GNU GRUB version 2.02" and I have to enter some commands. Should I open the terminal from the BIOS?
– Nick
Jul 30 at 15:14
oh, then that's fine, do this (you have to use option "try ubuntu" when the usb key boots to be able to open a terminal): askubuntu.com/a/182863/307184 you probably won't even need to install ubuntu after that. it should have both windows and ubuntu booting correctly after that.
– tatsu
Jul 30 at 15:16
Nice I followed the instructions there and I clicked on recommended boot repair, but now I am waiting for about 15 minutes and semms the boot repair has also issues. It says: "Reinstall GRUB. This may require several minutes" and it is loading. I am a patient person and will wait more, but I think something is wrong there :D
– Nick
Jul 30 at 15:45
yeah it's really fast normally, takes about 1-2 minutes for me. something's wrong. maybe you'll have to use a windows install usb/CD to repair boot.
– tatsu
Jul 30 at 15:56
Other Swift installs: askubuntu.com/questions/1162008/… & askubuntu.com/questions/1047065/…
– oldfred
Jul 30 at 16:18