I want boot kamikaze 7.09 to x86 VIA processor from USB...

I can boot from USB, I tried this:

  dd if=openwrt-x86-2.6-ext2.image.kernel of=/dev/sdb1
  dd if=openwrt-x86-2.6-ext2.fs of=/dev/sdb2


But then I reboot appear this message:
Start booting from USB device...
Boot failed...

I tried other file from folder /bin:

  dd if=openwrt-x86-2.6-ext2.image of=/dev/sdb1
  dd if=openwrt-x86-2.6-ext2.fs of=/dev/sdb2

Then I did fdisk -l and the result was:

Disk /dev/sdb: 3963 MB, 3963617280 bytes
122 heads, 62 sectors/track, 1023 cylinders
Units = cylinders of 7564 * 512 = 3872768 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1          27      102083   83  Linux
/dev/sdb2              28        1023     3766872   83  Linux


But when I tested the next message appear and anything:
Start booting from USB device...
GRUB_

Something strange it's that when I installed the first file
(openwrt-x86-2.6-ext2.image.kernel) I could mount the device and see the
/boot folder  whit the /grub and the file menu.lst. But with the last file
(openwrt-x86-2.6-ext2.image) I could'nt. When I did mount /dev/sdb1
/mnt/sdb1:

mount: you must specify the filesystem type

I tried mount -t ext2 /dev/sdb1 /mnt/sdb1:

mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Who knows why. Of curse, I'm using a monitor and keyboard.

Thank you for any help.

_______________________________________________
openwrt-users mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to