<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Drnorris</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Drnorris"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Drnorris"/>
	<updated>2026-05-05T19:01:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Install_Alpine_on_VMware_Workstation&amp;diff=20142</id>
		<title>Install Alpine on VMware Workstation</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Install_Alpine_on_VMware_Workstation&amp;diff=20142"/>
		<updated>2021-09-21T18:03:30Z</updated>

		<summary type="html">&lt;p&gt;Drnorris: /* Option 1: sys mode, traditional hard-disk install (preferable for a dev box) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There&#039;s at least 2 ways you can setup Alpine on a VMware box.&lt;br /&gt;
&lt;br /&gt;
== Option 1: sys mode, traditional hard-disk install (preferable for a dev box) ==&lt;br /&gt;
&lt;br /&gt;
# Create a virtual machine (linux, other 3.x kernel 64 bit)&lt;br /&gt;
## add a hard drive, with the size depending on your work&lt;br /&gt;
## add a cdrom to the vm that points to the alpine iso you downloaded (alpine-virt x86_64)&lt;br /&gt;
## disable `UEFI secure boot` in VM options&lt;br /&gt;
# boot into the vm (username: root)&lt;br /&gt;
## run `setup-alpine`&lt;br /&gt;
## choose `sys` when asked about the disk mode (this will permanently install Alpine on the disk)&lt;br /&gt;
## choose the default disk mounted by VMware&lt;br /&gt;
## reboot after the installation is complete&lt;br /&gt;
&lt;br /&gt;
== Option 2: USB mode, no data preserved between reboots ==&lt;br /&gt;
&lt;br /&gt;
# Create a virtual machine (linux, other 3.x kernel 64 bit)&lt;br /&gt;
## add a minimal hard drive, 100MB for saving configs, (like an usb stick)&lt;br /&gt;
## add a cdrom to the vm that points to the alpine iso you downloaded (alpine-virt x86_64)&lt;br /&gt;
# boot into the vm&lt;br /&gt;
# press f2 on boot to enter the BIOS &lt;br /&gt;
## change the boot order so that it boots from cd, then hd, then floppy (or whatever - as long as cd is first)&lt;br /&gt;
# boot the machine&lt;br /&gt;
# now run the following commands:&lt;br /&gt;
## mkfs.vfat /dev/sda&lt;br /&gt;
## mount /dev/sda /media/usb (Or try: mount -t vfat /dev/sda /media/usb)&lt;br /&gt;
## grep /dev/sda /proc/mounts &amp;gt;&amp;gt; /etc/fstab&lt;br /&gt;
## setup-alpine (select no disk, save configs to &#039;usb&#039;)&lt;br /&gt;
## lbu ci usb&lt;br /&gt;
&lt;br /&gt;
If the VM hangs at the boot prompt, reboot the VM, and when the boot prompt appears again, type &amp;lt;tt&amp;gt;pax_nouderef&amp;lt;/tt&amp;gt; (i.e. append it to the kernel options) and press Enter.  This should allow normal boot-up. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you should be able to reboot and it should retain your settings because they were saved to your &amp;quot;usb&amp;quot;-disk.&lt;br /&gt;
&lt;br /&gt;
== VMware Tools ==&lt;br /&gt;
&lt;br /&gt;
More info on this page: [[Open-vm-tools]]&lt;br /&gt;
&lt;br /&gt;
For VMware Tools support you need to install the package [https://pkgs.alpinelinux.org/package/edge/community/x86_64/open-vm-tools open-vm-tools].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Virtualization]]&lt;/div&gt;</summary>
		<author><name>Drnorris</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Install_Alpine_on_VMware_Workstation&amp;diff=20141</id>
		<title>Install Alpine on VMware Workstation</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Install_Alpine_on_VMware_Workstation&amp;diff=20141"/>
		<updated>2021-09-21T18:02:37Z</updated>

		<summary type="html">&lt;p&gt;Drnorris: /* VMware Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There&#039;s at least 2 ways you can setup Alpine on a VMware box.&lt;br /&gt;
&lt;br /&gt;
== Option 1: sys mode, traditional hard-disk install (preferable for a dev box) ==&lt;br /&gt;
&lt;br /&gt;
# Create a virtual machine (linux, other 3.x kernel 64 bit)&lt;br /&gt;
## add a hard drive, with the size depending on your work&lt;br /&gt;
## add a cdrom to the vm that points to the alpine iso you downloaded (alpine-virt x86_64)&lt;br /&gt;
## disable `UEFI secure boot` in VM options&lt;br /&gt;
# boot into the vm (username: root)&lt;br /&gt;
## run `alpine-install`&lt;br /&gt;
## choose `sys` when asked about the disk mode (this will permanently install Alpine on the disk)&lt;br /&gt;
## choose the default disk mounted by VMware&lt;br /&gt;
## reboot after the installation is complete&lt;br /&gt;
&lt;br /&gt;
== Option 2: USB mode, no data preserved between reboots ==&lt;br /&gt;
&lt;br /&gt;
# Create a virtual machine (linux, other 3.x kernel 64 bit)&lt;br /&gt;
## add a minimal hard drive, 100MB for saving configs, (like an usb stick)&lt;br /&gt;
## add a cdrom to the vm that points to the alpine iso you downloaded (alpine-virt x86_64)&lt;br /&gt;
# boot into the vm&lt;br /&gt;
# press f2 on boot to enter the BIOS &lt;br /&gt;
## change the boot order so that it boots from cd, then hd, then floppy (or whatever - as long as cd is first)&lt;br /&gt;
# boot the machine&lt;br /&gt;
# now run the following commands:&lt;br /&gt;
## mkfs.vfat /dev/sda&lt;br /&gt;
## mount /dev/sda /media/usb (Or try: mount -t vfat /dev/sda /media/usb)&lt;br /&gt;
## grep /dev/sda /proc/mounts &amp;gt;&amp;gt; /etc/fstab&lt;br /&gt;
## setup-alpine (select no disk, save configs to &#039;usb&#039;)&lt;br /&gt;
## lbu ci usb&lt;br /&gt;
&lt;br /&gt;
If the VM hangs at the boot prompt, reboot the VM, and when the boot prompt appears again, type &amp;lt;tt&amp;gt;pax_nouderef&amp;lt;/tt&amp;gt; (i.e. append it to the kernel options) and press Enter.  This should allow normal boot-up. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you should be able to reboot and it should retain your settings because they were saved to your &amp;quot;usb&amp;quot;-disk.&lt;br /&gt;
&lt;br /&gt;
== VMware Tools ==&lt;br /&gt;
&lt;br /&gt;
More info on this page: [[Open-vm-tools]]&lt;br /&gt;
&lt;br /&gt;
For VMware Tools support you need to install the package [https://pkgs.alpinelinux.org/package/edge/community/x86_64/open-vm-tools open-vm-tools].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Virtualization]]&lt;/div&gt;</summary>
		<author><name>Drnorris</name></author>
	</entry>
</feed>