Hi,
Thomas Scherk wrote:
my file bootargs now contains:
-s -k linux.bin -r root.bin root=/dev/ram load_ramdisk=1 video=keep nolangchooser
What is the syntax when I want to boot from root=/dev/sda3 ?
To specify your root drive on sda3, it would be: (unless the Atari bootloader is different/I'm confused)
-s -k linux.bin root=/dev/sda3 video=keep
Regards,
Ross..