Peter Rossbach

Results 20 comments of Peter Rossbach

How I can handle a Azure AZR helm registry

I got this after connect with screen _/dev/ttys002_ waiting message: ``` HOME/Library/Developer/Xcode/DerivedData/vftool-gifyyerhcgkkioeipwnxidpgzatn/Build/Products/Debug/vftool \ -k $HOME/develop/UbuntuServer/vmlinuz \ -i $HOME/develop/UbuntuServer/initrd \ -d $HOME/VM/VM-Ubuntu.dmg \ -c $HOME/develop/UbuntuServer/ubuntu-20.04.1-live-server-arm64.iso \ -a "console=hvc0 root=/dev/vda1" 2020-11-29 16:51:40.132...

Create an empty disc with the MacOS disk utility. The virtual machine failed to start!

Great Job! Works for me..... Congratulation....

I use this to install the initramfs ``` mkdir /mnt mount /dev/vda /mnt chroot /mnt touch /etc/cloud/cloud-init.disabled echo 'root:root' | chpasswd echo "m1silicon" >/etc/hostname ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t...

How I can expand or add a filesystem? ``` apt-get update # crash with no space at filesystem... df Filesystem 1K-blocks Used Available Use% Mounted on udev 460708 0 460708...

You install the emu with rosetta 2 intel brew? I got the installation error at ny arm brew installation? ``` ==> /opt/homebrew/Cellar/sphinx-doc/3.3.1_1/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/sphinx-doc--MarkupSafe-20201201-12738-1vhhiv8 Last...

I install qemu with rosetta 2. I resize the image:' ``` $ qemu-img resize ubuntu-20.04-disk.img +50G WARNING: Image format was not specified for 'ubuntu-20.04-disk.img' and probing guessed raw. Automatically detecting...

The disk info show that the image can grow... ``` qemu-img info ubuntu-20.04-disk.img image: ubuntu-20.04-disk.img file format: raw virtual size: 51.3 GiB (55081697280 bytes) disk size: 1.31 GiB ```

Ahh! I forgot the "resize2fs /dev/vda" inside the ubuntu fs... :)