Booting a Linux System Without a Working Bootloader
This describes how to boot a Linux system, when the bootloader
(e.g., Grub2) does not yet work. I need this when I restore a backup
of my system, since I create the backup with rsync. rsync saves all
my files, but it cannot save the bootloader, which resides on disk
outside the file system. When I have booted my normal Linux system
as described below, I then run the programs of my Linux distribution
to restore the bootloader to my disk.
The basic idea is to use the bootloader of a rescue system, but to
boot into my system on disk instead of booting into the rescue
system. This requires a rescue system using Grub which allows an
exit into the Grub shell. One such rescue system is Knoppix 7.4.2.
The openSUSE 13.1 installation DVD uses the bootloader Grub2, but
does not provide such an exit.
Do the following steps:
If the initrd of your normal system has become unusable, too, you
could boot into a rescue system of your Linux distribution and then
construct a chroot environment. But this is way more difficult to
get right.
|