Page 1 of 3 123 LastLast
Results 1 to 10 of 29

Thread: Live USB installation ending in "No bootable device" during first real start-up.

Hybrid View

  1. #1
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Live USB installation ending in "No bootable device" during first real start-up.

    My experience with Linux OS's: newbie.

    I got a new Acer TravelMate TMB113-M-323a4G50akk netbook, Intel i3 processor, 4gb sdram, 500gb HDD, no optical disc mechanic.

    It had Linpus OS installed on it from the factory. I downloaded UNebootin to my desktop Windows 7 PC. Then I torrented down Xubuntu 13.04 64bit .iso and using UNe, I created a Live USB on a 2GB USB. I put the USB into the netbook. Switched on. Went into BIOS with F2, changed things around in boot order so it will load the USB. Loaded the "Try Xubuntu without installation" and had a look. Liked it so I clicked on the "Install Xubuntu" icon on the desktop. Formated the disk and the previous OS. Installed Xubuntu. All fine still.

    Then I was normally restarted and clicked F2 to get into BIOS and default it back to original settinga.. Put the Live USB stick out. Restarted again..
    ..and after the Acer emblem went away this appeared:

    Broadcom UNDI PXE-2.1 v15.0.11
    Copyright (C) 200-2011 Broadcom Corporation
    All rights reserved.
    PXE-E61: Media test failure, check cable
    PXE-M0F: Exiting Broadcom PXE ROM.
    No bootable device -- insert boot disk and press any key
    ..if I press any key the message just repeats itself..even if I put the Live USB back.

  2. #2
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Live USB installation ending in "No bootable device" during first real start-up.

    Open a terminal (Ctrl+Alt+t), then type
    Code:
    sudo fdisk -l /dev/sda
    [Assuming your using the first hard drive]
    Last edited by VMC; October 13th, 2013 at 03:44 AM. Reason: spelling error on 'fdisk'

  3. #3
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Live USB installation ending in "No bootable device" during first real start-up.

    Sounds like grub did not install correctly or in the right place.

    Might be worth running bootinfoscript from the usb stick. http://sourceforge.net/projects/bootinfoscript/

  4. #4
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Live USB installation ending in "No bootable device" during first real start-up.

    Quote Originally Posted by VMC View Post
    Open a terminal (Ctrl+Alt+t), then type
    Code:
    sudo fdisl -l /dev/sda
    [Assuming your using the first hard drive]
    Open the terminal in BIOS, Post-Acer-emblem screen or through the Live Xubuntu USB?

    *looks into BIOS* There is only a single HDD in the boot menu. *looks into the netbok specs on the internet* Yup. Only a single HDD.

    Quote Originally Posted by philinux View Post
    Sounds like grub did not install correctly or in the right place.

    Might be worth running bootinfoscript from the usb stick. http://sourceforge.net/projects/bootinfoscript/
    Interesting. Will try a little bit later. Thanks.

  5. #5
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Live USB installation ending in "No bootable device" during first real start-up.

    Okay. Just for info. This is my BIOS settings.

    Last edited by Durabys; October 12th, 2013 at 04:30 PM. Reason: formating

  6. #6
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Live USB installation ending in "No bootable device" during first real start-up.

    You need to run the fdisk command from the live usb and the bootinfoscript if anyone is going to be able to help you.

  7. #7
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Live USB installation ending in "No bootable device" during first real start-up.

    Ok. First step. I will download the bootinfoscript and copy to the USB from my W7 desktop?

  8. #8
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Live USB installation ending in "No bootable device" during first real start-up.

    Quote Originally Posted by philinux View Post
    Sounds like grub did not install correctly or in the right place.

    Might be worth running bootinfoscript from the usb stick. http://sourceforge.net/projects/bootinfoscript/

    Here is the result file.

    Code:
    Boot Info Script 0.61      [1 April 2012]
    
    
    ============================= Boot Info Summary: ===============================
    
     => No boot loader is installed in the MBR of /dev/sda.
     => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.
    
    sda1: __________________________________________________________________________
    
        File system:       vfat
        Boot sector type:  FAT32
        Boot sector info:  According to the info in the boot sector, sda1 starts 
                           at sector 0. But according to the info from fdisk, 
                           sda1 starts at sector 2048.
        Operating System:  
        Boot files:        /efi/ubuntu/grubx64.efi
    
    sda2: __________________________________________________________________________
    
        File system:       ext2
        Boot sector type:  -
        Boot sector info: 
        Operating System:  
        Boot files:        /grub/grub.cfg
    
    sda3: __________________________________________________________________________
    
        File system:       LVM2_member
        Boot sector type:  -
        Boot sector info: 
    
    sdb1: __________________________________________________________________________
    
        File system:       vfat
        Boot sector type:  SYSLINUX 4.03 2010-10-22 ........>..sr>........|.9...0...~.....~...f...M.f.f....f..0~....>E}.u......
        Boot sector info:  Syslinux looks at sector 1716936 of /dev/sdb1 for its 
                           second stage. SYSLINUX is installed in the  directory. 
                           The integrity check of the ADV area failed. No errors 
                           found in the Boot Parameter Block.
        Operating System:  
        Boot files:        /boot/grub/grub.cfg /syslinux.cfg 
                           /efi/BOOT/grubx64.efi /ldlinux.sys
    
    xubuntu-vg-root': ______________________________________________________________
    
        File system:       
        Boot sector type:  Unknown
        Boot sector info: 
        Mounting failed:   mount: unknown filesystem type ''
    
    xubuntu-vg-swap_1': ____________________________________________________________
    
        File system:       
        Boot sector type:  Unknown
        Boot sector info: 
        Mounting failed:   mount: unknown filesystem type ''
    mount: unknown filesystem type ''
    
    ============================ Drive/Partition Info: =============================
    
    Drive: sda _____________________________________________________________________
    
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    
    Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
    
    /dev/sda1                   1   976,773,167   976,773,167  ee GPT
    
    
    GUID Partition Table detected.
    
    Partition    Start Sector    End Sector  # of Sectors System
    /dev/sda1           2,048       391,167       389,120 EFI System partition
    /dev/sda2         391,168       890,879       499,712 Data partition (Windows/Linux)
    /dev/sda3         890,880   976,771,071   975,880,192 Logical Volume Manager (LVM) partition (Linux)
    
    Drive: sdb _____________________________________________________________________
    
    Disk /dev/sdb: 2021 MB, 2021654528 bytes
    255 heads, 63 sectors/track, 245 cylinders, total 3948544 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    
    Partition  Boot  Start Sector    End Sector  # of Sectors  Id System
    
    /dev/sdb1    *             63     3,948,543     3,948,481   6 FAT16
    
    
    "blkid" output: ________________________________________________________________
    
    Device           UUID                                   TYPE       LABEL
    
    /dev/loop0                                              squashfs   
    /dev/mapper/xubuntu--vg-root e4b6b348-9129-4c5e-9027-3d60dfd9e7b7   ext4       
    /dev/mapper/xubuntu--vg-swap_1 5392879f-2f61-4571-aef6-170200c72dff   swap       
    /dev/sda1        D64B-4896                              vfat       
    /dev/sda2        c25b3b97-c3e4-49f4-9bb9-573b5a600b43   ext2       
    /dev/sda3        RZ7CLK-l3ST-Srac-Vkgm-8cTs-BvDy-CRTJbf LVM2_member 
    /dev/sdb1        8A97-C8A5                              vfat       TRAVELLER
    
    ========================= "ls -R /dev/mapper/" output: =========================
    
    /dev/mapper:
    control
    xubuntu--vg-root
    xubuntu--vg-swap_1
    
    ================================ Mount points: =================================
    
    Device           Mount_Point              Type       Options
    
    /dev/loop0       /rofs                    squashfs   (ro,noatime)
    /dev/mapper/xubuntu--vg-root /media/xubuntu/e4b6b348-9129-4c5e-9027-3d60dfd9e7b7 ext4       (rw,nosuid,nodev,uhelper=udisks2)
    /dev/sda2        /media/xubuntu/c25b3b97-c3e4-49f4-9bb9-573b5a600b43 ext2       (rw,nosuid,nodev,uhelper=udisks2)
    /dev/sdb1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
    
    
    ============================= sda2/grub/grub.cfg: ==============================
    
    --------------------------------------------------------------------------------
    #
    # DO NOT EDIT THIS FILE
    #
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    #
    
    ### BEGIN /etc/grub.d/00_header ###
    if [ -s $prefix/grubenv ]; then
      set have_grubenv=true
      load_env
    fi
    set default="0"
    
    if [ x"${feature_menuentry_id}" = xy ]; then
      menuentry_id_option="--id"
    else
      menuentry_id_option=""
    fi
    
    export menuentry_id_option
    
    if [ "${prev_saved_entry}" ]; then
      set saved_entry="${prev_saved_entry}"
      save_env saved_entry
      set prev_saved_entry=
      save_env prev_saved_entry
      set boot_once=true
    fi
    
    function savedefault {
      if [ -z "${boot_once}" ]; then
        saved_entry="${chosen}"
        save_env saved_entry
      fi
    }
    
    function recordfail {
      set recordfail=1
      if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
    }
    
    function load_video {
      if [ x$feature_all_video_module = xy ]; then
        insmod all_video
      else
        insmod efi_gop
        insmod efi_uga
        insmod ieee1275_fb
        insmod vbe
        insmod vga
        insmod video_bochs
        insmod video_cirrus
      fi
    }
    
    if [ x$feature_default_font_path = xy ] ; then
       font=unicode
    else
    insmod part_gpt
    insmod lvm
    insmod ext2
    set root='lvm/xubuntu--vg-root'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint='lvm/xubuntu--vg-root'  e4b6b348-9129-4c5e-9027-3d60dfd9e7b7
    else
      search --no-floppy --fs-uuid --set=root e4b6b348-9129-4c5e-9027-3d60dfd9e7b7
    fi
        font="/usr/share/grub/unicode.pf2"
    fi
    
    if loadfont $font ; then
      set gfxmode=auto
      load_video
      insmod gfxterm
      set locale_dir=$prefix/locale
      set lang=en_US
      insmod gettext
    fi
    terminal_output gfxterm
    if [ "${recordfail}" = 1 ]; then
      set timeout=-1
    else
      set timeout=10
    fi
    ### END /etc/grub.d/00_header ###
    
    ### BEGIN /etc/grub.d/05_debian_theme ###
    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    ### END /etc/grub.d/05_debian_theme ###
    
    ### BEGIN /etc/grub.d/10_linux ###
    function gfxmode {
        set gfxpayload="${1}"
        if [ "${1}" = "keep" ]; then
            set vt_handoff=vt.handoff=7
        else
            set vt_handoff=
        fi
    }
    if [ "${recordfail}" != 1 ]; then
      if [ -e ${prefix}/gfxblacklist.txt ]; then
        if hwmatch ${prefix}/gfxblacklist.txt 3; then
          if [ ${match} = 0 ]; then
            set linux_gfx_mode=keep
          else
            set linux_gfx_mode=text
          fi
        else
          set linux_gfx_mode=text
        fi
      else
        set linux_gfx_mode=keep
      fi
    else
      set linux_gfx_mode=text
    fi
    export linux_gfx_mode
    menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e4b6b348-9129-4c5e-9027-3d60dfd9e7b7' {
    recordfail
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='hd0,gpt2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c25b3b97-c3e4-49f4-9bb9-573b5a600b43
        else
          search --no-floppy --fs-uuid --set=root c25b3b97-c3e4-49f4-9bb9-573b5a600b43
        fi
        linux    /vmlinuz-3.8.0-19-generic root=/dev/mapper/xubuntu--vg-root ro   quiet splash $vt_handoff
        initrd    /initrd.img-3.8.0-19-generic
    }
    submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-e4b6b348-9129-4c5e-9027-3d60dfd9e7b7' {
        menuentry 'Ubuntu, with Linux 3.8.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-advanced-e4b6b348-9129-4c5e-9027-3d60dfd9e7b7' {
        recordfail
            load_video
            gfxmode $linux_gfx_mode
            insmod gzio
            insmod part_gpt
            insmod ext2
            set root='hd0,gpt2'
            if [ x$feature_platform_search_hint = xy ]; then
              search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c25b3b97-c3e4-49f4-9bb9-573b5a600b43
            else
              search --no-floppy --fs-uuid --set=root c25b3b97-c3e4-49f4-9bb9-573b5a600b43
            fi
            echo    'Loading Linux 3.8.0-19-generic ...'
            linux    /vmlinuz-3.8.0-19-generic root=/dev/mapper/xubuntu--vg-root ro   quiet splash $vt_handoff
            echo    'Loading initial ramdisk ...'
            initrd    /initrd.img-3.8.0-19-generic
        }
        menuentry 'Ubuntu, with Linux 3.8.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-recovery-e4b6b348-9129-4c5e-9027-3d60dfd9e7b7' {
        recordfail
            load_video
            insmod gzio
            insmod part_gpt
            insmod ext2
            set root='hd0,gpt2'
            if [ x$feature_platform_search_hint = xy ]; then
              search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  c25b3b97-c3e4-49f4-9bb9-573b5a600b43
            else
              search --no-floppy --fs-uuid --set=root c25b3b97-c3e4-49f4-9bb9-573b5a600b43
            fi
            echo    'Loading Linux 3.8.0-19-generic ...'
            linux    /vmlinuz-3.8.0-19-generic root=/dev/mapper/xubuntu--vg-root ro recovery nomodeset 
            echo    'Loading initial ramdisk ...'
            initrd    /initrd.img-3.8.0-19-generic
        }
    }
    
    ### END /etc/grub.d/10_linux ###
    
    ### BEGIN /etc/grub.d/20_linux_xen ###
    
    ### END /etc/grub.d/20_linux_xen ###
    
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    
    ### BEGIN /etc/grub.d/30_os-prober ###
    if [ "x${timeout}" != "x-1" ]; then
      if keystatus; then
        if keystatus --shift; then
          set timeout=-1
        else
          set timeout=0
        fi
      else
        if sleep --interruptible 3 ; then
          set timeout=0
        fi
      fi
    fi
    ### END /etc/grub.d/30_os-prober ###
    
    ### BEGIN /etc/grub.d/30_uefi-firmware ###
    menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
        fwsetup
    }
    ### END /etc/grub.d/30_uefi-firmware ###
    
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries.  Simply type the
    # menu entries you want to add after this comment.  Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f  ${config_directory}/custom.cfg ]; then
      source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
      source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    --------------------------------------------------------------------------------
    
    =================== sda2: Location of files loaded by Grub: ====================
    
               GiB - GB             File                                 Fragment(s)
    
                   =                grub/grub.cfg                                  1
                   =                initrd.img-3.8.0-19-generic                   70
                   =                vmlinuz-3.8.0-19-generic                      23
    
    =========================== sdb1/boot/grub/grub.cfg: ===========================
    
    --------------------------------------------------------------------------------
    
    if loadfont /boot/grub/font.pf2 ; then
        set gfxmode=auto
        insmod efi_gop
        insmod efi_uga
        insmod gfxterm
        terminal_output gfxterm
    fi
    
    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    
    menuentry "Try Xubuntu without installing" {
        set gfxpayload=keep
        linux    /casper/vmlinuz  file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash --
        initrd    /casper/initrd.lz
    }
    menuentry "Install Xubuntu" {
        set gfxpayload=keep
        linux    /casper/vmlinuz  file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash --
        initrd    /casper/initrd.lz
    }
    menuentry "OEM install (for manufacturers)" {
        set gfxpayload=keep
        linux    /casper/vmlinuz  file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
        initrd    /casper/initrd.lz
    }
    menuentry "Check disc for defects" {
        set gfxpayload=keep
        linux    /casper/vmlinuz  boot=casper integrity-check quiet splash --
        initrd    /casper/initrd.lz
    }
    --------------------------------------------------------------------------------
    
    ============================== sdb1/syslinux.cfg: ==============================
    
    --------------------------------------------------------------------------------
    default menu.c32
    prompt 0
    menu title UNetbootin
    timeout 100
    
    label unetbootindefault
    menu label Default
    kernel /ubnkern
    append initrd=/ubninit file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash -- persistent
    
    label ubnentry0
    menu label ^Help
    kernel /ubnkern
    append initrd=/ubninit  persistent
    
    label ubnentry1
    menu label ^Try Xubuntu without installing
    kernel /casper/vmlinuz
    append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper  quiet splash -- persistent
    
    label ubnentry2
    menu label ^Install Xubuntu
    kernel /casper/vmlinuz
    append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity  quiet splash -- persistent
    
    label ubnentry3
    menu label ^Check disc for defects
    kernel /casper/vmlinuz
    append initrd=/casper/initrd.lz boot=casper integrity-check  quiet splash -- persistent
    
    label ubnentry4
    menu label Test ^memory
    kernel /install/mt86plus
    append initrd=/ubninit  persistent
    
    label ubnentry5
    menu label ^Boot from first hard disk
    kernel /ubnkern
    append initrd=/ubninit  persistent
    
    label ubnentry6
    menu label Try Xubuntu without installing
    kernel /casper/vmlinuz
    append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper quiet splash -- persistent
    
    label ubnentry7
    menu label Install Xubuntu
    kernel /casper/vmlinuz
    append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash -- persistent
    
    label ubnentry8
    menu label OEM install (for manufacturers)
    kernel /casper/vmlinuz
    append initrd=/casper/initrd.lz file=/cdrom/preseed/xubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true -- persistent
    
    label ubnentry9
    menu label Check disc for defects
    kernel /casper/vmlinuz
    append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash -- persistent
    
    --------------------------------------------------------------------------------
    
    =================== sdb1: Location of files loaded by Grub: ====================
    
               GiB - GB             File                                 Fragment(s)
    
                ?? = ??             boot/grub/grub.cfg                             1
    
    ================= sdb1: Location of files loaded by Syslinux: ==================
    
               GiB - GB             File                                 Fragment(s)
    
                ?? = ??             ldlinux.sys                                    1
                ?? = ??             menu.c32                                       1
                ?? = ??             syslinux.cfg                                   1
    
    ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
    
     menu.c32                           :  COM32R module (v4.xx)
    
    ======================== Unknown MBRs/Boot Sectors/etc: ========================
    
    Unknown BootLoader on xubuntu-vg-root'
    
    
    Unknown BootLoader on xubuntu-vg-swap_1'
    
    
    
    =============================== StdErr Messages: ===============================
    
    awk: cmd. line:36: Math support is not compiled in
    awk: cmd. line:36: Math support is not compiled in
    awk: cmd. line:36: Math support is not compiled in
    /home/xubuntu/Downloads/bootinfoscript: line 1646: [: 2.73495e+09: integer expression expected
      skip_dev_dir: Couldn't split up device name xubuntu-vg-root'
      Volume group name xubuntu-vg-root' has invalid characters
      Skipping volume group xubuntu-vg-root'
      skip_dev_dir: Couldn't split up device name xubuntu-vg-root'
      Volume group name xubuntu-vg-root' has invalid characters
      Skipping volume group xubuntu-vg-root'
      skip_dev_dir: Couldn't split up device name xubuntu-vg-root'
      Volume group name xubuntu-vg-root' has invalid characters
      Skipping volume group xubuntu-vg-root'
    hexdump: /dev/mapper/xubuntu-vg-root': No such file or directory
    hexdump: /dev/mapper/xubuntu-vg-root': No such file or directory
      skip_dev_dir: Couldn't split up device name xubuntu-vg-swap_1'
      Volume group name xubuntu-vg-swap_1' has invalid characters
      Skipping volume group xubuntu-vg-swap_1'
      skip_dev_dir: Couldn't split up device name xubuntu-vg-swap_1'
      Volume group name xubuntu-vg-swap_1' has invalid characters
      Skipping volume group xubuntu-vg-swap_1'
      skip_dev_dir: Couldn't split up device name xubuntu-vg-swap_1'
      Volume group name xubuntu-vg-swap_1' has invalid characters
      Skipping volume group xubuntu-vg-swap_1'
    hexdump: /dev/mapper/xubuntu-vg-swap_1': No such file or directory
    hexdump: /dev/mapper/xubuntu-vg-swap_1': No such file or directory
    Last edited by Durabys; October 12th, 2013 at 10:34 PM.

  9. #9
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Live USB installation ending in "No bootable device" during first real start-up.

    Could someone tell me how to repair the GRUB loader?

  10. #10
    Join Date
    Oct 2013
    Location
    Land of the Boii
    Beans
    68
    Distro
    Ubuntu 19.10 Eoan Ermine

    Re: Live USB installation ending in "No bootable device" during first real start-up.

    Assistance requested, please.

Page 1 of 3 123 LastLast

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
  •