Results 1 to 10 of 156

Thread: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

Threaded View

  1. #11
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: How to: Create a Customized GRUB2 Screen that is Maintenance Free.

    Quote Originally Posted by SkulblakaSama View Post
    One more question, are the numbers the same? This is what I have;

    echo "Adding Ubuntu Lucid Lynx 10.04" >&2
    cat << EOF
    menuentry "Ubuntu Lucid Lynx 10.04" {
    set root=(hd0,5)
    linux /vmlinuz root=/dev/sda5 ro quiet splash
    initrd /initrd.img
    }
    EOF

    I couldn't find the "sda#" part, so I assumed both numbers have to be the same. Is that correct?
    As I mentioned in step 3 above, you can enter this in terminal sudo blkid and that will tell you what you need to know.
    Just look for the ext4 beside of it. Yes sda5 would be (hd0,5).
    Last edited by Cavsfan; August 2nd, 2010 at 11:39 PM. Reason: step 3 not 2 correction

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
  •