SuSE Linux bis 8.0 sowie Businessprodukte
fdisk
:
imapserver:~ # fdisk -l Disk /dev/sda: 255 heads, 63 sectors, 555 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 3 24066 83 Linux /dev/sda2 4 52 393592+ 82 Linux swap /dev/sda3 53 555 4040347+ 83 LinuxObviously, the output will depend on your system's partitioning. In this example, /dev/sda3 is the root partition and /dev/sda1 the boot partition.
imapserver:~ # mount /dev/sda3 /mnt/
imapserver:~ # mount /dev/sda1 /mnt/boot/
imapserver:~ # chroot /mnt/ imapserver:/ #
imapserver:/ # mk_initrd imapserver:/ # lilo Added linux * Added suse Added memtest86
imapserver:/ # exit exit imapserver:~ #
imapserver:~ # umount /dev/sda1 imapserver:~ # umount /dev/sda3 imapserver:~ # reboot