Tagged Questions
1
vote
1answer
272 views
Restore a bootloader with no accessible partitions?
I recently deleted my openSUSE partition, and before deletion was using the default SUSE bootloader whenever I wanted to access my other partitions, such as Win7. When SUSE went, so did the bootloader ...
0
votes
2answers
299 views
I used windows 7 in dual boot with opensuse, I deleted the partition on the opensuse, but how can I delete grub bootloader?
I already tried using a windows 7 disk for repair, and I tried the bootrec.exe commands in command prompt as well but they don't work, the automatic repair also does not work. Is there any way to ...
0
votes
2answers
1k views
Boot GRUB2 to GRUB or GRUB2 on another disk
I've got a couple of distributions installed, Gentoo with GRUB2, and openSUSE with some other version of GRUB.
OpenSUSE manages it's kernel entries, and I don't want to have to update my main Gentoo ...
2
votes
1answer
466 views
OpenSuse won't boot after Windows install
I have OpenSuse 11.4 running and I just installed Windows 7 in the same HDD on some extra space. Windows killed grub (I knew it would) so I put in my grub cd and selected "Detect any OS". It took a ...
2
votes
1answer
487 views
Nothing can read my hardware RAID0… Except Ubuntu
I used to have my system setup entirely on a 2tb RAID 0 (risky I know) but I recently upgraded to having Ubuntu running on a SSD and using the RAID for file storage.
Since the Ubuntu 11.04 update my ...
1
vote
1answer
3k views
Can I format a disk from GRUB?
Opensuse 11.4 seems to be creating problems with booting from USB devices. (I have read in a couple places that people are having similar problems.)
Every time I try to boot from a different live USB ...
0
votes
1answer
314 views
Problem restoring from tar backup: why are there /dev/disk/by-id/ symlinks and how can I avoid them?
I'm trying to make a bare-bone backup system with the most basic tools available on openSUSE 11.3 (in this case: bash, fdisk, tar & grub legacy)
Here's the workflow for my scripts:
backup.sh:
...