Results 1 to 1 of 1

Thread: Starting from Grub

  1. #1
    Join Date
    Jan 2008
    Location
    Thy, Denmark
    Beans
    512
    Distro
    Ubuntu 16.04 Xenial Xerus

    Starting from Grub

    Hi there.

    I was using my 64 bit laptop today, when I rebooted it, and I was brought up short by the grub 2 CLI (not the rescue, the full client, mind you). I identified my partitions quickly, but I can't get it to start. It's an UEFI install, with custom partitioning. From grub it's as follows:

    Code:
    (hd0,gpt1)
    contains the root partition. All of the root structure, as far as I can tell, however lies in
    Code:
    (hd0,gpt1)/@/
    so if I wish to list the content of the boot folder for an example, I have to do:
    Code:
    ls (hd0,gpt1)/@/boot
    see list command results

    Code:
    (hd0,gpt2)
    contains /home and
    Code:
    (hd0,gpt3)
    contains /opt

    Hd1 has a fat partition containing the EFI stuff.

    How do I go about booting this?
    Last edited by rasmus91; July 12th, 2017 at 03:05 PM.
    "We all know Linux is great... it does infinite loops in 5 seconds." -Linus Thorvalds
    "I our department, we can do anything! ... There's a timeframe? in that case, nevermind my previous statement." - My Colleague

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •