Results 1 to 3 of 3

Thread: Discussion - https://help.ubuntu.com/community/Grub2

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Discussion - https://help.ubuntu.com/community/Grub2

    Please use this thread for discussion regarding

    https://help.ubuntu.com/community/Grub2 and all it's associated sub-pages.

    Support threads/questions should be posted in normal forums.

    Thank you.
    __________________
    Back to Xorg...

    Retired.

  2. #2
    Join Date
    Mar 2009
    Beans
    Hidden!

    Re: Discussion - https://help.ubuntu.com/community/Grub2

    Wiki page is nice, however I think it could benefit from the following improvements:

    It should be specified password encryption in somes cases is unjustified, as whenever "sudo update-grub" is ran while a plaintext password is present in the "/etc/grub.d/40_custom" file, the "grub.cfg" file is rendered unreadable to standard users, which by nature should be lacking administrative passwords. (If the password is encrypted, then the file remains readable by anyone.)

    Editing through the "40_custom file" is to be preferred, as that way the system continues both to be bootable and to be protected from single-user selection even after release upgrades and various system updates. In other words, it is made future-proof that way, more unbreakable than otherwise.

    The sole thing that might be left to be mentioned would then be a more-comprehensive method for preventing standard users to fiddle with the Grub terminal, edit its command lines, or enter the much-powerful recovery mode. Such a method seem hard to translate in practice, such as exemplified out of: http://ubuntuforums.org/showthread.php?t=2076594

  3. #3
    Join Date
    May 2013
    Beans
    24

    Re: Discussion - https://help.ubuntu.com/community/Grub2

    Please add to the wiki, to grub2 iso examples, menu entry for memtest86+
    Code:
    menuentry "Memory test (memtest86+ 4.20)" {
        linux16 /boot/isos/memtest86+-4.20.bin
    }
    I had to do that cause I don't know how I can reach memtest86 which is alread included in ubuntu's iso (http://ubuntuforums.org/showthread.p...447&p=12662944)

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
  •