You are not logged in.

#1 2014-08-05 10:04:55

dids22
Member
Registered: 2007-01-02
Posts: 251

problem with new installtion - grub prompt

hey
i trying to install arch on virtual box.
after install and restart, i got to grub prompt and not to grub menu.

any idea?
thank you.

Last edited by dids22 (2014-08-05 13:39:26)

Offline

#2 2014-08-05 11:04:10

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: problem with new installtion - grub prompt

Did you create the grub configuration file?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2014-08-05 11:13:08

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: problem with new installtion - grub prompt

yes, i run this commands

 pacman -S grub
 grub-install --target=i386-pc --recheck /dev/sda
grub-mkconfig -o /boot/grub/grub.cfg

Offline

#4 2014-08-05 11:25:14

Makszymalny
Member
Registered: 2014-08-04
Posts: 4

Re: problem with new installtion - grub prompt

Also, are you sure you mounted / before /boot and not vice versa? That was my first noob-problem, which led to the same as yours.

Offline

#5 2014-08-05 11:46:55

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: problem with new installtion - grub prompt

yes.
is there any other configuration to implement?
btw if i using 64bit platform
why the command is
grub-install --target=i386-pc --recheck /dev/sda

i386 isnt 64 bit , right?

Last edited by dids22 (2014-08-05 15:27:56)

Offline

#6 2014-08-05 16:06:29

Makszymalny
Member
Registered: 2014-08-04
Posts: 4

Re: problem with new installtion - grub prompt

No, it's 32bit... as per first record in google search "i386"...

btw if i using 64bit platform
why the command is
grub-install --target=i386-pc --recheck /dev/sda

You tell me... big_smile So are you using 64bit, or not? You did follow this guide, didn't you? I did, and for me it was

--target=x86_64-efi

, for example, because i have a 64-bit laptop with UEFI. All you need to know is what kind of computer you have. Are you sure you have ~250 posts on this forum?

Offline

#7 2014-08-05 16:11:04

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,771
Website

Re: problem with new installtion - grub prompt

@dids22 & @Makszymalny --- x86_64-efi is used to install GRUB in a system that boots up in EFI-mode; i386 is used in non-EFI systems...
https://wiki.archlinux.org/index.php/be … bootloader

Offline

#8 2014-08-05 22:07:11

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: problem with new installtion - grub prompt

i'm not sure what is EFI and if i need to use according that

Offline

#9 2014-08-05 22:44:57

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,771
Website

Re: problem with new installtion - grub prompt

dids22 wrote:

i'm not sure what is EFI and if i need to use according that

If you're installing in a VM, I think (I don't use a VM) you have to explicitly set the VM up to boot in (simulated) EFI-mode.
I would presume your VM is simulating a non-EFI or "Legacy" ("BIOS") boot: use the i386 flag.

Offline

Board footer

Powered by FluxBB