Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cpodurgiel

Pages: [1]
1
Installation / Re: Hyper-V unable to mount sda1
« on: March 12, 2015, 08:54:25 PM »
Ah, I had seen that thread but didn't notice the change in the script name.

For those who've stumbled on this tread, the update process for Hyper-V is:

Code: [Select]
Howto:
If the device has access to the internet:
wget http://wanos.org/updateinfo/update-2.0.3-hyperv.sh && chmod +x update-2.0.3-hyperv.sh
./update-2.0.3-hyperv.sh update

If the device does not have access to the internet, manually download and then scp/winscp the following two files to the device:
http://wanos.org/updateinfo/update-2.0.3-hyperv.sh
http://wanos.org/updateinfo/update-2.0.3-hyperv.tar.gz
./update-2.0.3-hyperv.sh update

If the device has intranet access then:
wget http://10.1.1.10/dir/update-2.0.3-hyperv.sh && chmod +x update-2.0.3-hyperv.sh
wget http://10.1.1.10/dir/update-2.0.3-hyperv.tar.gz
./update-2.0.3-hyperv.sh update

2
Installation / Hyper-V unable to mount sda1
« on: March 12, 2015, 06:52:00 PM »
Were you guys aware of the issue with Tiny Core linux version 5 being unable to mount sda0?  It seems wanos 2.0.x is broken for Hyper-V.

Excerpt from the boot process:
Code: [Select]
Scanning hard disk partitions to create /etc/fstab
Setting Language to C Done.
Invalid device specified. Skipping persistent OPT request!

See here
http://forum.tinycorelinux.net/index.php?topic=18039.0
and here
http://forum.tinycorelinux.net/index.php?topic=15676.30

Pages: [1]