Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: where to ask for bootloader help

  1. #1
    Join Date
    Jan 2014
    Beans
    41

    where to ask for bootloader help

    Not sure to go to other distros or what . Briefly my problem is with bootloader. After installing LXLE there is a glitch or two yhat I want to correct. There are two windows OS on same hard drive. Please instruct which section to place my ? .Thanks !!!

  2. #2
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,193
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: where to ask for bootloader help

    shady2; Hi !

    Posting in General Help is a good as any and better than most !
    OK, Let's get some info to work with.

    What results when you attempt to boot ubuntu ? -> Are you setting the boot priority in bios to boot the hard drive that ubuntu is installed on ?

    Can you boot to the grub boot menu ?
    Else, going to have to work from the liveDVD.

    in the process
    of learning
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #3
    Join Date
    Jan 2014
    Beans
    41

    Re: where to ask for bootloader help

    Will boot Lxle. I get the boot screen. Option is there for winows. Dont know how to set the priority. Previous attempt to fix bootloader added an extra entry. If I select windows it goes real quick booting to c:windws. I see the quick flashby and no chance to select f:windws. Want it to go direct to c: if no selection is made.
    Many thanks !!!

  4. #4
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: where to ask for bootloader help

    Moved to Other OS/Distro Support.

  5. #5
    Join Date
    Jan 2014
    Beans
    41

    Re: where to ask for bootloader help

    ok .
    Attempt to run (sudo fdisk -1) in terminal emulator , got nothing. Window dissapeared after entering password.

  6. #6
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,193
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: where to ask for bootloader help

    shady2; Well.

    Can you boot Lxle to a terminal ?
    Post the out put of terminal commands - between code tags - :
    Code:
    sudo fdisk -lu ##that is with a lower case "L"##
    sudo parted -l
    sudo parted /dev/sda unit s print
    lsblk -f
    code tag tutorial:
    http://ubuntuforums.org/showthread.p...8#post12776168

    This shows us what we are working with. We can restore the linux boot loader, grub, however if the Windows' boot loader is corrupted, Will have to have a Window's repair disk to effect the repair.

    We will see
    what tale is told
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  7. #7
    Join Date
    Jan 2014
    Beans
    41

    Re: where to ask for bootloader help

    Device Boot Start End Blocks Id System
    /dev/sda1 * 63 29075759 14537848+ 7 HPFS/NTFS/exFAT
    /dev/sda2 29077502 78155279 24538889 f W95 Ext'd (LBA)
    /dev/sda5 63549423 77898239 7174408+ 7 HPFS/NTFS/exFAT
    /dev/sda6 77898303 78155279 128488+ 7 HPFS/NTFS/exFAT
    /dev/sda7 29077504 54245375 12583936 83 Linux
    /dev/sda8 54247424 63537151 4644864 82 Linux swap / Solaris

    Partition table entries are not in disk order

    Disk /dev/sdb: 2000 MB, 2000683008 bytes
    255 heads, 63 sectors/track, 243 cylinders, total 3907584 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0006fb3b

    Device Boot Start End Blocks Id System
    /dev/sdb1 63 3907583 1953760+ c W95 FAT32 (LBA)
    go@go-PM800-8237:~$



    this is result of (f disk -l)

    I just noticed on the boot screen where you can choose your option, down at the bottom there appears to be options for editing also. What about changing the default from there.
    Also have not figured out how to save when using terminal. Does not recognize done or save!!!
    Last edited by shady2; February 24th, 2014 at 05:31 AM.

  8. #8
    Join Date
    Jan 2014
    Beans
    41

    Re: where to ask for bootloader help

    just did commands you posted. sudo fdisk -lu ##that is with a lower case "L"##sudo parted -l
    sudo parted /dev/sda unit s print lsblk -f .

    Ok. copy paste is messy.
    Cant get results to paste in. I run the commands and copy turns it blue. then paste into something and error. Under flag is indicated boot is in the windows partition. Is this possible? I thought the Lxle would have taken it over.
    Now I see that the options at boot logon screen are there for emergency only.

    Someone at the LXLE forum say "boot default can't be edited". Could it be a flaw in that distro ?
    I have done a lot of reading on this to figure it out. I am thinking I followed the steps correctly and now GRUB DEFAULT=4 (win xp) and it does not work. Boots to LXLE.

  9. #9
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: where to ask for bootloader help

    Each of Bashing-om's commands is a separate terminal command. And anything after a # is a comment so you do not need to copy or write that into terminal.
    Or just this as one line in terminal, and each of the other comands
    sudo fdisk -l

    and we often add comment as the -l may look like number one 1, I -Cap eye, depending on fonts used.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  10. #10
    Join Date
    Jan 2014
    Beans
    41

    Re: where to ask for bootloader help

    I am only getting the part about [QUOTE] (anything after a # is a comment so you do not need to copy or write that into terminal.) The rest ??
    I am really not understanding why we insist on using commands for everything and why there is not aprogram to simplify this.
    Someone at the LXLE forum say "boot default can't be edited". Could it be a flaw in that distro ?
    I have done a lot of reading on this to figure it out. I am thinking I followed the steps correctly and now GRUB DEFAULT=4 (win xp) and it does not work. Boots to LXLE.(Keditor?)
    Last edited by shady2; February 25th, 2014 at 06:20 PM.

Page 1 of 2 12 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
  •