SuSE Linux AXP: Version 6.1
"show config", the description of your boot volume.
boot dka0 -file /boot/vmlinux -flags "root=/dev/sda1 bootdevice=/dev/sda2"
where "dka0"is the boot volume (it probably has another name!)
"/dev/sda1" means that the partition is mounted under "/",/dev/sda2 means that the partition is mounted under "/boot".If you follow the instructions in the handbook the two should be the same.
">>>" type the following:
>>>set bootdef_dev dka0 (! EXAMPLE !)
>>>set boot_file /boot/vmlinuz
>>>set boot_osflags "root=/dav/sda1 bootdevice=/dev/sda2" (! EXAMPLE !)
After this you can boot using: "boot dka0".
With:
>>>set auto_action boot
Linux boots automatically after turning the computer on.