You are not logged in.

#1 2018-07-10 16:32:40

adventure_scientist
Member
Registered: 2018-07-10
Posts: 4

[Solved] How to boot and install arch from live usb and grub rescue

I messed up the partition scheme and now grub won't load the liveusb. How do I redirect

grub-rescue

to boot from a live usb ?
I've tried

set root=(hd1)

followed by

insmod normal

but the grub-rescue complains that it's an unknown filesystem. Is there a guide to making a live usb on windows using rufus, loading it from grub-rescue for a clean install of arch (where do i search for the relevant boot files on the live usd hd1)?

Thank you!

Last edited by adventure_scientist (2018-07-10 17:50:33)

Offline

#2 2018-07-10 16:36:51

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

Re: [Solved] How to boot and install arch from live usb and grub rescue

What does grub have to do with this? Just boot the machine from the live USB directly.


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 2018-07-10 16:39:09

adventure_scientist
Member
Registered: 2018-07-10
Posts: 4

Re: [Solved] How to boot and install arch from live usb and grub rescue

The previous OS left a grub at hd0 and now grub tries to boot from hd0 but since there's no OS there, it can't boot. So, when I plugin the live usb, I enter grub-rescue instead of booting from it. I need to boot the liveusb from grub-rescue so that I can re-install arch properly this time.

The closest help I found was this, but I was not able to find the boot files from thr arch liveusb. Is there something similar for Arch live image ?

Last edited by adventure_scientist (2018-07-10 17:08:45)

Offline

#4 2018-07-10 17:08:59

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,520
Website

Re: [Solved] How to boot and install arch from live usb and grub rescue

adventure_scientist wrote:

The previous OS left a grub at hd0 and now grub tries to boot from hd0 but since there's no OS there, it can't boot. So, when I plugin the live usb, I enter grub-rescue instead of booting from it. I need to boot the liveusb from grub-rescue so that I can re-install arch properly this time.

Don't boot to hd0 at all, that's the point.  The USB is bootable, select it in your BIOS/Firmware, it doesn't matter what is on the harddrive: nothing at all needs to be there.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2018-07-10 17:24:52

adventure_scientist
Member
Registered: 2018-07-10
Posts: 4

Re: [Solved] How to boot and install arch from live usb and grub rescue

I wish that was possible. As soon as I power up the laptop, I get an invalid partition table error. Then I enter grub-rescue. Thus, I am forced to boot the liveusb from grub-rescue.

FWIW the laptop is Dell Precision 6440 and the old OS was Manjaro with ~100GB XFS and 8GB swap at hd0. (During the arch install the partition scheme asked to reboot to overwrite the old scheme and I did and now there's no OS at hd0).

Last edited by adventure_scientist (2018-07-10 17:31:00)

Offline

#6 2018-07-10 17:31:10

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,771

Re: [Solved] How to boot and install arch from live usb and grub rescue

What are the make and model?

Edit: I was posting whilst you were editing.

Last edited by ewaller (2018-07-10 17:31:47)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2018-07-10 17:34:02

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,771

Re: [Solved] How to boot and install arch from live usb and grub rescue

First Google hit https://www.dell.com/support/manuals/us … lang=en-us
press F12 during start up.  If that does not work, press it repeatedly while powering up


Edit:

During the arch install the partition scheme asked to reboot to overwrite the old scheme

Care to elaborate on that?  How does a scheme ask such a question?

Last edited by ewaller (2018-07-10 17:37:48)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#8 2018-07-10 17:34:46

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,520
Website

Re: [Solved] How to boot and install arch from live usb and grub rescue

Again, partitioning schemes and content of the hard drive are irrelevant.  You need to enter the BIOS or firmware settings which usually requires a machine-specific key or key combination to be held during booting powerup.

You can even unplug or entirely remove the harddrive.  Assuming USB is in the boot order (just lower priority) this in itself would be sufficient.

(edit: "during booting" was poor wording as that would generally refer to the starting of an OS, but this is long before that.)

Last edited by Trilby (2018-07-10 17:45:20)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#9 2018-07-10 17:39:25

c00ter
Member
From: Alaskan in Washington State
Registered: 2014-08-28
Posts: 392

Re: [Solved] How to boot and install arch from live usb and grub rescue

adventure_scientist wrote:

I wish that was possible. As soon as I power up the laptop, I get an invalid partition table error. Then I enter grub-rescue. Thus, I am forced to boot the liveusb from grub-rescue.

FWIW the laptop is Dell Precision 6440 and the old OS was Manjaro with ~100GB XFS and 8GB swap at hd0. (During the arch install the partition scheme asked to reboot to overwrite the old scheme and I did and now there's no OS at hd0).

You are not interrupting the POST soon enough. After you power up but before you receive the invalid partition table error, you should be able to interrupt the process in order to configure your hardware settings, boot order, etc. At that point is where you can control selecting to boot from the Arch (or any other) LiveISO.

This is consistent with Trilby & Slithery's posts above.

Last edited by c00ter (2018-07-10 17:40:05)


UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Offline

#10 2018-07-10 17:46:41

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

Re: [Solved] How to boot and install arch from live usb and grub rescue

adventure_scientist wrote:

During the arch install the partition scheme asked to reboot to overwrite the old scheme and I did and now there's no OS at hd0.

Which installer are you using?


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

#11 2018-07-10 17:50:02

adventure_scientist
Member
Registered: 2018-07-10
Posts: 4

Re: [Solved] How to boot and install arch from live usb and grub rescue

Which installer are you using?

The latest Archiso from the website. Created a live USB on windows using Rufus.

Care to elaborate on that?  How does a scheme ask such a question?

I was trying to make a new partition scheme and IIRC fdisk asked to reboot to set the new partition scheme. After reading the forums I saw that the best practice is the use a swapfile instead of swap partition for an SSD so I wanted to merge /dev/sda1 and /dev/sda2. I created a new partition at /dev/sda1 and extended it to /dev/sda2. At this point I performed the reboot as requested and I ended up with a grub that didn't find the os.

I now understand that I should have been using the system bios to set the boot to usb instead of using a broken grub to redirect grub-rescue to use the usb which is much more complicated. Thanks again!

Last edited by adventure_scientist (2018-07-10 18:09:33)

Offline

Board footer

Powered by FluxBB