Load Linux from other than first partition October 22, 2010 07:45PM |
Registered: 14 years ago Posts: 4 |
usb start setenv usb_device 0:5; setenv usb_root /dev/sda5; run usb_boot;but this is of course volatile.
Re: Load Linux from other than first partition October 23, 2010 01:21PM |
Admin Registered: 14 years ago Posts: 304 |
setenv usb_scan_1 'usb=0:5 dev=sda5' setenv usb_scan_2 'usb=1:5 dev=sdb5' setenv usb_scan_3 'usb=2:5 dev=sdc5' setenv usb_scan_4 'usb=3:5 dev=sdd5' saveenv
setenv usb_init setenv usb_device '0:5' setenv usb_root '/dev/sda5' saveenv
Re: Load Linux from other than first partition October 23, 2010 06:21PM |
Registered: 14 years ago Posts: 4 |