LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 01-16-2019, 06:02 AM   #1
seekeri
LQ Newbie
 
Registered: Oct 2015
Posts: 14

Rep: Reputation: Disabled
Question Newbie Arch Installation Problems from USB


Background
Samsung Chronos 7 Windows 7 machine had kali linux installed and overwritten the windows installation. Since having the laptop I've decided to remove this and install Arch.

Issues
During the installation initial I had numerous issues with the GRUB section with errors relating to: "the GPT partition label contains no BIOS boot partition".

After googling and finding some references to installation an addition partition of +1M on the drive and configured (fdisk t option) to format the drive which appeared to allow me to continue with the process but the laptop is unable to boot to restart cycle.

The laptop has a SSD (7G) used initialy for the windows boot, not used for kali/arch should could this be used.
 
Old 01-16-2019, 09:45 AM   #2
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,572
Blog Entries: 19

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451
It's quite possible that the BIOS is still going to this small drive rather than your main one. Three possible things to try:

1) Have you looked inside the BIOS set-up program to see what device it boots from by default and whether you can change it?

2) Is there a key you can press to get a boot menu? F9 and F12 are common ones used for this purpose.

3) Could you install GRUB on this small SSD rather than on your main drive? You will still need that BIOS boot partition (and don't make a filesystem on it btw) but once GRUB is running, it should be able to find the kernel and initramfs image on your main drive.
 
Old 01-16-2019, 01:58 PM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by seekeri View Post
After googling
i don't understand how you could attempt to install Arch Linux and ignore the glorious arch wiki, esp. the Installation Guide?
 
1 members found this post helpful.
Old 01-16-2019, 06:31 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
The message you are reporting is common to users trying to do a Legacy install of a system to a GPT partitioned disk. This requires an "unformatted" bios_grub partition of 1MB+. Doing an online search for "legacy install linux on gpt disk" should find you numerous sites explaining this.

https://wiki.archlinux.org/index.php/GRUB
 
Old 01-17-2019, 01:14 PM   #5
seekeri
LQ Newbie
 
Registered: Oct 2015
Posts: 14

Original Poster
Rep: Reputation: Disabled
Thanks all for your responses,

Hazel.1 can’t access :c
Hazel.2 boot menu shows kali and Apps menu is blank
Hazel.3 will give it a go thanks
Yancek.1 is that not the +1M partition I referenced as it may be something I miss understand

Thanks.
 
Old 01-18-2019, 10:20 AM   #6
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hello seekeri,

1) I second ondoho's recommendation to consult the Arch wiki and follow the Installation Guide. The Arch Wiki is of excellent quality and well maintained.

2) a hint: if you're trying to make things easy on yourself and want to remove *everything* from the computer and just install Arch, an option would be to recreate the GPT partition table and then repartition using a live ISO of GParted on a USB drive ... You would then have to make sure you create a UEFI install media from the current Arch ISO and install Arch (UEFI mode) using that. Should be easy going after that.

3) The "easy-going" comment in my above point assumes you know what you are getting into with respect to Arch. It is far from being the most difficult version of linux to install and use but equally far from being the easiest. For example, after a complete and successful installation, you will have a fully-functional command-line only Arch linux system with no X-server, Wayland, GUI or applications installed. In a sense, this is part of the beauty of Arch - you make what you want of it and customize it to your tastes. This requires a certain degree of pre-existing general IT and linux knowledge, or the curiosity and willingness to learn along the way.

Cheers - let us know if this helped and don't hesitate to return for more guidance.
 
Old 01-21-2019, 01:55 AM   #7
seekeri
LQ Newbie
 
Registered: Oct 2015
Posts: 14

Original Poster
Rep: Reputation: Disabled
Morning all,

I have been using the arch wiki but googled when the installation wasn't going to plan.

I've installed Grub on the SSD partition but not joy.

I'd fdisk the drive to set-up the partitions in preparation for the install, I appriciate the difficulty of Arch and diven into the deep end but I have tried to install different distro openSUSE with the same issue (completed the OS installation and unable to boot).

I'm hoping that I can have an old machine and will pull the hard drive and see if putting it into the old desktop and see if it will boot.

Thanks

Last edited by seekeri; 01-21-2019 at 08:31 AM. Reason: Data correction
 
Old 01-21-2019, 05:24 AM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
The laptop has a SSD (7G) used initialy for the windows boot, not used for kali/arch should could this be used.
Does this mean you have two drives? If so have you tried to changed the boot order in the the bios. Is this an uefi machine?
Create a 300mb partition, formatted fat32, flagged as esp. Arch recommends to mount to /boot, but most distros mount to /boot/efi.
https://wiki.archlinux.org/index.php...stem_partition as already mentioned if booting in legacy mode need a 1mb partition flagged as bios boot/bios grub.
Here is the how to install grub in either efi or legacy mode: https://wiki.archlinux.org/index.php/GRUB
 
Old 01-21-2019, 07:13 AM   #9
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
A default install of windows 7 would be a Legacy/CSM install? Is that what you had? When you overwrote this with the installation of Kali, did you install Kali in Legacy mode? Did you install Kali on the second drive? Did you install Grub from Kali to the MBR of the second drive? Did you have the second drive set to first boot priority? During the install of Arch, did you create the bios-grub partition on the second drive on which you were trying to install Arch. Or was it created on the other drive (SSD)? You didn't format this partition did you as it is required to NOT be formatted? And as asked, which drive is set to first boot priority?
 
Old 01-27-2019, 12:23 PM   #10
seekeri
LQ Newbie
 
Registered: Oct 2015
Posts: 14

Original Poster
Rep: Reputation: Disabled
Thank you everyone.

I took the advise around Arch and went with openSUSE, I did have to pull the hard drive from the laptop and install onto a new machine and run a fresh installation from there.

Thanks
Craig.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I reuse my downloaded arch-iso installation file to edit/correct my new Virtualbox guest arch linux installation? awanro Linux - Virtualization and Cloud 2 12-19-2017 12:28 AM
Arch Linux Installation Problems - arch-chroot, Grub2 Ronky Linux - Newbie 3 01-08-2013 05:22 PM
Switching to Arch for the first time, what's something every Arch newbie should know? cheese1756 Arch 8 03-10-2012 10:07 AM
Trying to install Arch with 2.6.30-ARCH kernel but uname -r keeps showing 2.6.28.7 PaulFXH Arch 0 08-20-2009 07:58 AM
Arch user wanted to help padawan learner install arch and use it thomas-linuxing Linux - Software 9 10-18-2006 04:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 05:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration