[SOLVED - FreeBSD] cannot create bootable Linux USB... - BSD
Users browsing this thread: 2 Guest(s)
|
|||
To use as a rescue-disk, I needed something able to mount ext4 filesystems. I tried dd-ing the iso image to /dev/da0, but in the end when I try to boot it I just get a black screen with a blinking cursor.
Now the problem is getting bigger, I cannot do anything to the USB. I cannot do -anything- to it. Here's the transcript of my terminal session: Code: root@mothership:/home/berk # ls /dev/*da* Losing my mind. |
|||
|
|||
gpart create /dev/da0?
|
|||
|
|||
|
|||
dd if=/dev/zero of=/dev/ad0
Then dd the ISO file. |
|||