You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's going on?
I'm running run.me.sh on ubuntu 18.04 in a linux container.
I do get an unknown command error with fdisk:
fdisk BIOS32-1.15.1-90-g01c549d-dirty.img
Welcome to fdisk (util-linux 2.31.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Device does not contain a recognized partition table.
Created a new DOS disklabel with disk identifier 0xa9cdb103.
Command (m for help): Created a new DOS disklabel with disk identifier 0xc62bc52a.
Command (m for help): Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Select (default p): Partition number (1-4, default 1): First sector (2048-112639, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (2048-112639, default 112639):
Created a new partition 1 of type 'Linux' and of size 54 MiB.
Command (m for help):
Command (m for help):
Selected partition 1
The bootable flag on partition 1 is enabled now.
Command (m for help): 1: unknown command
Command (m for help):
The partition table has been altered.
Syncing disks.
dd if=../scratch/syslinux-6.03/bios/mbr/mbr.bin of=BIOS32-1.15.1-90-g01c549d-dirty.img count=1 conv=notrunc bs=512
0+1 records in
0+1 records out
440 bytes copied, 0,000614672 s, 716 kB/s
++ sudo losetup --show -f -o 1048576 BIOS32-1.15.1-90-g01c549d-dirty.img
losetup: cannot find an unused loop device
sudo mount image
mount: image: can't find in /etc/fstab.
sudo chmod 777 image
sudo mkdir -p image/boot/extlinux
sudo ../scratch/syslinux-6.03/bios/extlinux/extlinux --install image/boot/extlinux
sudo: unable to execute ../scratch/syslinux-6.03/bios/extlinux/extlinux: No such file or directory
What's going on?
I'm running run.me.sh on ubuntu 18.04 in a linux container.
I do get an unknown command error with fdisk:
The text was updated successfully, but these errors were encountered: