On 2010/08/03 14:07 (GMT-0300) Marco Calistri composed:
I'm going to format my Windows partition: I have a dual boot Vista/openSUSE-11.2 system onto a single 250GB HDD. I wish to use that space as additional linux archiving volume.
Before to proceed, wonder if exist a *certified way* to verify where Grub installation is located: disk-MBR or disk-partition.
Certified? Don't know. # dd if=/dev/sda bs=446 count=1 # for MBR on disk 1 # dd if=/dev/sdb10 bs=446 count=1 # for partition 10 on disk 2 Those will dump relevant portion of contents of indicated devices' first sectors to screen. If output includes string "GRUB" somewhere, then you know Grub's there. Screen may scramble, so you'd need to log out and back in or maybe init 2; init <whatever> to continue. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org