Jump to content











Photo
- - - - -

howto install directly on USB?


  • Please log in to reply
3 replies to this topic

#1 kcom

kcom

    Member

  • Members
  • 43 posts

Posted 11 May 2008 - 12:28 PM

Currently I know only to make my USB flash drive bootable with FreeDOS and then start grub4dos.

But how can I get grub4dos directly into mbr without FreeDOS?

This
fdisk -l

mkdosfs -F16 /dev/sdb1

./bootlace.com /dev/sdb1
does not work. Invalid partition table. And --floppy also doesn`t work.

#2 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 11 May 2008 - 02:17 PM

If I am not mistaken, you are trying the above under linux, and /sdb1 is first partition on the device, not the whole device.
Since you want to write a MBR, the target must be the whole device, NOT a partition inside it.

In "grub" terms, you are trying to write the (hd1,0), whilst it is expected to have (hd1) as target.

Try
bootlace.com /dev/sdb

jaclaz

#3 kcom

kcom

    Member

  • Members
  • 43 posts

Posted 11 May 2008 - 03:59 PM

Small mistake. Big difference. You where right. Like always. :lol:

#4 was_jaclaz

was_jaclaz

    Finder

  • Advanced user
  • 7101 posts
  • Location:Gone in the mist
  •  
    Italy

Posted 11 May 2008 - 04:21 PM

Happy problem is solved. :lol:

:thumbup:

jaclaz




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users