Page 81 of 94 FirstFirst ... 3171798081828391 ... LastLast
Results 801 to 810 of 931

Thread: Grub 2 Basics

  1. #801
    Join Date
    Mar 2007
    Location
    Cape Town, SA
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Grub 2 Basics

    Hope I'm not repeating something, that someone else already said, but I thought it would be of value to mention, that if you have Win 7 or XP, on the same PC and it will boot, you could use grud24dos.

    Install it on the MS OS and then you will have a "virtual grub", that you can use to boot into any other OS that you lost, and then follow the usual procedures to restore grub from your other OS.

    No need to boot from any other media.
    No need to write to the mbr.
    No need to burn discs.
    No need to download isos.
    Grub will be compatible.

    and I'm sure there are a bunch of other good reasons.


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

    Re: Grub 2 Basics

    Quote Originally Posted by dariusdwtt View Post
    Hope I'm not repeating something, that someone else already said, but I thought it would be of value to mention, that if you have Win 7 or XP, on the same PC and it will boot, you could use grud24dos.

    Install it on the MS OS and then you will have a "virtual grub", that you can use to boot into any other OS that you lost, and then follow the usual procedures to restore grub from your other OS.

    No need to boot from any other media.
    No need to write to the mbr.
    No need to burn discs.
    No need to download isos.
    Grub will be compatible.

    and I'm sure there are a bunch of other good reasons.
    Thanks for sharing. Is it really 'grud24dos'? I notice you spelled it the same in another thread. Do you have a link that you've used for this - Windows users would probably like to investigate it.
    Last edited by drs305; October 28th, 2011 at 10:56 PM.
    Back to Xorg...

    Retired.

  3. #803
    Join Date
    Mar 2007
    Location
    Cape Town, SA
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Grub 2 Basics

    LOL, soz yes grub.

    There's a link in the previous post, and here is a link to the readme.

    You'll just need to know which partition your installation is on.


  4. #804
    Join Date
    Jun 2009
    Location
    Alabama
    Beans
    2,232

    Question Re: Grub 2 Basics

    Maybe this question has already been answered, but I can't read through 82 pages of posts to try to find it.

    I needed to set the nomodeset parameter for a second Linux on my PC. I prefer grub2 (Arch uses legacy grub), so I control the booting configuration from Ubuntu. If I add the parameter to /etc/default/grub and run update-grub, the only boot command that is affected is the one for Ubuntu.

    Therefore, to achieve the needed effect, I had to manually edit /boot/grub/grub.cfg, which is a no-no for grub2. I am uncomfortable with this. Is the main problem that I will have to make this manual change after every time update-grub is run? Is there a better way to do this?

    Thanks,
    Tim
    Cyberpower PC, Core i5 2500 3.3 gHz, 8GB DDR3, ATI 6770 1GB, Samsung BX 2440 LED 1080p, 1 TB SATA III, 2 TB SATA III, Siduction Linux 64-bit

  5. #805
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Grub 2 Basics

    Quote Originally Posted by ratcheer View Post
    Maybe this question has already been answered, but I can't read through 82 pages of posts to try to find it.

    I needed to set the nomodeset parameter for a second Linux on my PC. I prefer grub2 (Arch uses legacy grub), so I control the booting configuration from Ubuntu. If I add the parameter to /etc/default/grub and run update-grub, the only boot command that is affected is the one for Ubuntu.

    Therefore, to achieve the needed effect, I had to manually edit /boot/grub/grub.cfg, which is a no-no for grub2. I am uncomfortable with this. Is the main problem that I will have to make this manual change after every time update-grub is run? Is there a better way to do this?

    Thanks,
    Tim
    If You have ATI card
    Code:
    sudo echo options radeon modeset=0 > /etc/modprobe.d/radeon-kms.conf
    might do the trick...
    Last edited by zika; December 5th, 2011 at 03:16 PM.
    Ignota nulla curatio morbi.
    Quod nocet saepe docet.

  6. #806
    Join Date
    Jun 2009
    Location
    Alabama
    Beans
    2,232

    Question Re: Grub 2 Basics

    Thanks, @zika. Can I use that even if I'm using fglrx instead of the rafeon driver?

    For some reason, fglrx in Arch requires nomodeset, but in Ubuntu, it does not. Unless Ubuntu is doing something hidden to invoke nomodeset, but it does not show up in grub2.

    Tim
    Cyberpower PC, Core i5 2500 3.3 gHz, 8GB DDR3, ATI 6770 1GB, Samsung BX 2440 LED 1080p, 1 TB SATA III, 2 TB SATA III, Siduction Linux 64-bit

  7. #807
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Grub 2 Basics

    Quote Originally Posted by ratcheer View Post
    Thanks, @zika. Can I use that even if I'm using fglrx instead of the rafeon driver?

    For some reason, fglrx in Arch requires nomodeset, but in Ubuntu, it does not. Unless Ubuntu is doing something hidden to invoke nomodeset, but it does not show up in grub2.

    Tim
    I do not think so... I think this is only for OpenSource driver... I'm not sure...
    Ignota nulla curatio morbi.
    Quod nocet saepe docet.

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

    Re: Grub 2 Basics

    Quote Originally Posted by ratcheer View Post
    I needed to set the nomodeset parameter for a second Linux on my PC. I prefer grub2 (Arch uses legacy grub), so I control the booting configuration from Ubuntu. If I add the parameter to /etc/default/grub and run update-grub, the only boot command that is affected is the one for Ubuntu.

    Therefore, to achieve the needed effect, I had to manually edit /boot/grub/grub.cfg, which is a no-no for grub2. I am uncomfortable with this. Is the main problem that I will have to make this manual change after every time update-grub is run? Is there a better way to do this?
    I can think of two ways to accomplish this.

    The first is to create a custom menuentry for the second OS. You would copy the entire menuentry of the one you want to change into /etc/grub.d/40_custom. Then add the kernel option to the 'linux' line.

    To make the entry 'survive' new kernel updates to that Linux OS, if the structure is the same as Ubuntu, you could even change the linux line section "/boot/vmlinuz-2.6..." to "/vmlinuz" and the 'initrd' line from "/boot/initrd.img-2.6...." to "/initrd.img".

    The second way would be to modify the 30_os-prober script so that it automatically adds the kernel option to Linux OSs found by the prober script. If you only have one OS found by os-prober, this could be pretty simple. If you have multiple OSs and only need it on one, the change would be a bit more complicated but still achievable. If you want this option I can give you more info.
    Back to Xorg...

    Retired.

  9. #809
    Join Date
    Jun 2009
    Location
    Alabama
    Beans
    2,232

    Thumbs up Re: Grub 2 Basics

    Thank you, drs305. I am going to closely look at the second method you suggested. Hopefully, I will be able to give it a try.

    Tim

    PS - I examined the script. Could I just append ' nomodeset' to the line for Linux that says 'linux ${LKERNEL} ${LPARAMS}' ?
    Last edited by ratcheer; December 5th, 2011 at 08:53 PM. Reason: Add PS
    Cyberpower PC, Core i5 2500 3.3 gHz, 8GB DDR3, ATI 6770 1GB, Samsung BX 2440 LED 1080p, 1 TB SATA III, 2 TB SATA III, Siduction Linux 64-bit

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

    Re: Grub 2 Basics

    Quote Originally Posted by ratcheer View Post
    Thank you, drs305. I am going to closely look at the second method you suggested. Hopefully, I will be able to give it a try.

    Tim

    PS - I examined the script. Could I just append ' nomodeset' to the line for Linux that says 'linux ${LKERNEL} ${LPARAMS}' ?
    Hehe. I just opened a reply and it included your addition, which is what I was just about to post.

    Yes, it's line 237 in Grub 1.99. It will be attached to every linux entry in the 30_os-prober section.

    If you need any other help, just ask.


    Added:
    If you need it only for a specific partition, use a conditional with $LROOT (ex. /dev/sda9 ), for a particular OS, $LABEL (Ubuntu). At least that is what the variables were when I first played with G2.
    Last edited by drs305; December 5th, 2011 at 09:00 PM.
    Back to Xorg...

    Retired.

Page 81 of 94 FirstFirst ... 3171798081828391 ... 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
  •