Find the answer to your Linux question:
Results 1 to 3 of 3
I just installed openSUSE 11. onto my Core2Quad today (took 10 mins). A few issues: 1. I won't tolerate testdisk after this to remove my GRUB: Code: dd if=/dev/sda of ...
  1. #1
    Linux User
    Join Date
    Jun 2007
    Posts
    458

    Issues with openSUSE

    I just installed openSUSE 11. onto my Core2Quad today (took 10 mins).

    A few issues:

    1. I won't tolerate testdisk after this to remove my GRUB:
    Code:
    dd if=/dev/sda of /dev/null count=0 bs=512
    I don't want inaccessible partitions anymore. Tell me an official way to remove GRUB in difficult times (even from within openSUSE). I am dual booting with XP.

    2. My monitor tells me that its preferred resolution is 1440 * 900, but this is not available on my display settings. Instead, greater ones like 1600 * 1200 are available

    3. Is there any way to reset your KDE panel? I have messed it up
    "When you have nothing to say, say nothing."

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by usamamuneeb View Post
    1. I won't tolerate testdisk after this to remove my GRUB:
    Code:
    dd if=/dev/sda of /dev/null count=0 bs=512
    I don't want inaccessible partitions anymore. Tell me an official way to remove GRUB in difficult times (even from within openSUSE). I am dual booting with XP.
    If you want to wipe only the MBR, use this command:

    Code:
    dd if=/dev/zero of=/dev/sda bs=446 count=1
    The SuperGRUB liveCD should also work well to remove/reinstall the GRUB and/or Windows bootloaders.


    Regarding monitor resolutions, you can probably add any supported screen resolutions to your xorg.conf file.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Linux User
    Join Date
    Jun 2007
    Posts
    458
    When I wipe out the MBR, then would it boot from the first partition?

    Will it affect my partition table anyway?

    Can I restore my GRUB from openSUSE install disk?
    "When you have nothing to say, say nothing."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...