[How To] : Create Windows 8 To Go Usb - Windows 8 General

[How To] : Create Windows 8 To Go Usb
Windows To Go is new feature included in Windows 8 by Microsoft and it allows you to install Windows 8 on your USB flash drive or USB external hard drive and then you can run Windows 8 from that Windows To Go USB on any Windows 7 capable PC without affecting its current OS installation.
Here - http://bit.ly/Sg6FDO - is the guide. This is the easiest way to do it
If I helped you please click thanks

The WTG guide is pretty simple. No need to link to external sites (that in your case people can't get to). No need for IAK or imagex, either. You can use dism that comes with Win7/8.
The below works for all Core/Pro/Ent, albeit Ent has a wizard, so it's easier.
1. Extract INSTALL.WIM from Win8 ISO.
2. Partition USB key/HD as a primary/active partition. Format w/ NTFS. For flash (USB key) may need to use 3rd-party partitioning prg, as MS' DiskMgr is limited.
3. From Admin command prompt (use WinKey-X shortcut):
DISM /apply-image /imagefile:[path]\install.wim /applydir:[USB_drive:]\ /checkintegrity /verify /index:# [1=Pro,2=Core]
BCDBOOT [USB_drive:]\windows /s [USB_drive:] /f all

well your method is nice

Yes I used the imagex and bcdboot method and worked ! But the system works very very slow in my usb 2.0 pen drive !
I'm trying to reduce the apps inside it an dthe non used utilities in the install.wim to make it better to work !
See you !

Suggest getting a small USB hard drive. You get more space, better (random-write) performance, and there is no flash-wear effect. USB keys aren't made to accommodate Windows which does lots of writes.
Yep, a lot of bloat that can be cleaned out in Win8, just like in Win7 and Vista before it. I think we'll see peeps working on optimizing this before long.
You only need install.wim & imagex/dism once. Once you have an WTG install, you can image it with any imaging tool.
Not yet sure how activation will work on a WTG install. We'll know in 30.

e.mote said:
Suggest getting a small USB hard drive. You get more space, better (random-write) performance, and there is no flash-wear effect. USB keys aren't made to accommodate Windows which does lots of writes.
Yep, a lot of bloat that can be cleaned out in Win8, just like in Win7 and Vista before it. I think we'll see peeps working on optimizing this before long.
You only need install.wim & imagex/dism once. Once you have an WTG install, you can image it with any imaging tool.
Not yet sure how activation will work on a WTG install. We'll know in 30.
Click to expand...
Click to collapse
It's volume activation ! Waiting for online kms servers
Sent from my RK29 tab...

Thanks for this!

I think the windows to go option is only available on the enterprise edition....

mrappbrain said:
I think the windows to go option is only available on the enterprise edition....
Click to expand...
Click to collapse
Yes, it is only enterprise edition. It is awesome minue the face you have to edit the group policy to be able to use bitlocker. But I read to use it on multiple computers you have to have some sort of vdi or purchase multiple licenses and its limited to 4 computers? If anyone has any info or hacks for that let me know!
ALSO that being said, please guys, get the kingston ultimate data traveler g3 64GB!!! It is at a good price on amazon right now. Its a certified drive which basically means its enterprise and can handle the high amount of reads and writes. Not to mention its cheap for a usb 3.0 drive, much less a top of the line enterprise drive!!!!!!!!!

e.mote said:
The WTG guide is pretty simple. No need to link to external sites (that in your case people can't get to). No need for IAK or imagex, either. You can use dism that comes with Win7/8.
The below works for all Core/Pro/Ent, albeit Ent has a wizard, so it's easier.
1. Extract INSTALL.WIM from Win8 ISO.
2. Partition USB key/HD as a primary/active partition. Format w/ NTFS. For flash (USB key) may need to use 3rd-party partitioning prg, as MS' DiskMgr is limited.
3. From Admin command prompt (use WinKey-X shortcut):
DISM /apply-image /imagefile:[path]\install.wim /applydir:[USB_drive:]\ /checkintegrity /verify /index:# [1=Pro,2=Core]
BCDBOOT [USB_drive:]\windows /s [USB_drive:] /f all
Click to expand...
Click to collapse
May i know what is index 1-pro 2-core what is this ? What should i select ? 1 or 2
Got this replay ...
Command Prompt said:
F:\sources>DISM /apply-image /imagefile:install.wim /applydir:e:\ /checkintegrity /verify /index:1
Deployment Image Servicing and Management tool
Version: 6.2.9200.16384
Error: 87
The apply-image option is unknown.
For more information, refer to the help by running DISM.exe /?.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Click to expand...
Click to collapse

Related

Flashtool / SEUS working in Virtualbox (Ubuntu)

Just wanted to post a notice of success story of getting SEUS and Flashtool working under Ubuntu 11.04 with Virtualbox installed from the repository running Windows XP. This means that it IS possible to use both of these tools just fine under Linux (with Windows running as a guest). Looking around the web a few weeks ago led me to believe that it couldn't be done, as some people (Mac users IIRC) were having issues getting Virtualbox to properly handle the X10 when it is in flash mode. Here are the steps that worked for me:
1. Install Virtualbox from Ubuntu Software Center
2. Create a Windows XP virtual machine and install Windows
3. Add your username to the group "vboxusers" in Ubuntu (this will allow the VM to use USB devices) and reboot to apply the change.
4. Create a blank filter under USB in the settings of the main Virtualbox menu so that all USB devices can be picked up automatically.
5. Run SEUS and check for updates, first time doesn't work because it installs the drivers for flash mode, second time worked fine for me.
6. Use Flashtool, etc. as you like - fully functional.
It was just nice to realize I didn't have to look around for a Windows machine to borrow for the amount of time it takes to test out different basebands and custom ROMs/kernels, so I thought I would share here.
Post a link to this thread in the Flashtool thread...
Should be helpful for others...
sent from x10 CM7 (FreeXperia Project)
Amazing how i was told Vbox cannot do this.
Well done.
This is awesome. My SATA connector on the mainboard just broke and the disks attatched to it was my Windows 7 installation. Now that that is gone (until I get it fixed) I'll have to use this method because I had my Linux running on the reserve/backup PATA disk (just in case **** happens, and it came in handy now).
And I really don't want to re-partition those disks, reinstalling Windows, reinstalling Mint (Fixing possible GRUB or MBR issues etc.) So this is gonna come in very very handy.
As I'm writing this I'm installing XP in VirtualBox.
I had to reboot linux after adding the username to the vboxusers group before it could pick up my USB ports.
But else it's working flawlessly...
Original post updated with reboot instructions, thanks! Glad to hear it's working for you too.
Flashtool works in VirtualBox for Mac Users
Hi Everyone,
I confirm that it works in Virtualbox for Mac. The point was: create a blank filter for USB. I did it under the windows machine.
Thank You coverup!
coverup said:
4. Create a blank filter under USB in the settings of the main Virtualbox menu so that all USB devices can be picked up automatically.
Click to expand...
Click to collapse
This is the key point
I have been using it for past 2-3 months didn't knew that general opinion was that it doesn't works.
well i don't have a filter coz i use my usb devices on linux most of the time so i manually add device.
confirmed working on both virtualbox and VMWare too.........
anantshri said:
This is the key point
I have been using it for past 2-3 months didn't knew that general opinion was that it doesn't works.
well i don't have a filter coz i use my usb devices on linux most of the time so i manually add device.
confirmed working on both virtualbox and VMWare too.........
Click to expand...
Click to collapse
Manually adding doesn't work on mac, but it works on linux.
arkedk said:
I had to reboot linux after adding the username to the vboxusers group before it could pick up my USB ports.
But else it's working flawlessly...
Click to expand...
Click to collapse
I suppose reboot is not exactly necessary for linux. You just need to logout and login again to update the granted groups.
I didn't create a blank USB filter, because I don't want to catch every USB device.
Instead I created a filter for all devices with just the VendorId '0fce' to catch all states of my X10.
Amazing great work ,,Well done.
m.maga said:
Hi Everyone,
I confirm that it works in Virtualbox for Mac. The point was: create a blank filter for USB. I did it under the windows machine.
Thank You coverup!
Click to expand...
Click to collapse
anantshri said:
This is the key point
I have been using it for past 2-3 months didn't knew that general opinion was that it doesn't works.
well i don't have a filter coz i use my usb devices on linux most of the time so i manually add device.
confirmed working on both virtualbox and VMWare too.........
Click to expand...
Click to collapse
Hmm... Not working for me with virtualbox, a mac host and a Win XP guest.
First tried manually adding. Next, I put a blank USB rule at the top of the USB filters. This time, it successfully captured and the hardware install wizard popped up. FlashTool did not recognize the phone.
Soooo.... are drivers from SEUS needed (unclear on that)? Sony pulled SEUS for x10, by the way. If needed, has someone mirrored it somewhere? USB drivers are installed - FT and adb work fine when phone normally booted.
I'm using parallel 7 on osx lion
windows 7 runs very smoothly and it can read my phone's sd card
but x10 is not recognized in flash tool
i thought virtual box and parallel are similar
so how to create a blank filter under USB in the settings ?
m.maga said:
Hi Everyone,
I confirm that it works in Virtualbox for Mac. The point was: create a blank filter for USB. I did it under the windows machine.
Thank You coverup!
Click to expand...
Click to collapse
anakinlam95 said:
I'm using parallel 7 on osx lion
windows 7 runs very smoothly and it can read my phone's sd card
but x10 is not recognized in flash tool
i thought virtual box and parallel are similar
so how to create a blank filter under USB in the settings ?
Click to expand...
Click to collapse
I figured out my problem. It was just as I expected. A different set of drivers is needed to use flashtool to flash when the phone is in flash mode. It seems that many people take this for granted, since they've had an xperia for a while, it isn't explicitly mentioned in the flashtool posts.
The flashtool folder will something called gordons gate (IIRC). If you didn't install that and try again.
Does it really work? I just found out there is a problem for ADB working under windows 7 as a guest. It is also documented as a bug
https://www.virtualbox.org/ticket/6620
Given problem with that, I am very leery to even want to flash anything with that even though it is using a different driver.
Very good! After a lot of research. I was already trying fastboot, unsuccessfully, when I found this. Worked perfectly on Ubuntu 11.10 32b & VirtualBox.
One point I'd like to mention is that even creating the blank filter, besides flashing worked on first try, adb was not finding the device. I had to manually attach it, and more than once while rooting it. Pretty easy, but was unexpected and I wasn't waiting for something like that. May help others.
I still have to try filtering by verdor ID as suggested by User Name in post #10.
Thanks!
rapchan said:
Very good! After a lot of research. I was already trying fastboot, unsuccessfully, when I found this. Worked perfectly on Ubuntu 11.10 32b & VirtualBox.
One point I'd like to mention is that even creating the blank filter, besides flashing worked on first try, adb was not finding the device. I had to manually attach it, and more than once while rooting it. Pretty easy, but was unexpected and I wasn't waiting for something like that. May help others.
I still have to try filtering by verdor ID as suggested by User Name in post #10.
Thanks!
Click to expand...
Click to collapse
Dear all guys,
Does anybody know if is possible to use MTK Flashtool under a windows xp virtual machine (host-linux from virtualbox) in order to flash ROMS ¿?
I have already do this step "4. Create a blank filter under USB in the settings of the main Virtualbox menu so that all USB devices can be picked up automatically". But when i try to flash any ROM nothing happens. The preloader is not detected.. i get an error message similat this: "The usb-device is already in use on Host-linux.."
I would like to use MTK Flashtool on linux under a xp virtual machine
Regards.
m3n3chm0 said:
Dear all guys,
Does anybody know if is possible to use MTK Flashtool under a windows xp virtual machine (host-linux from virtualbox) in order to flash ROMS ¿?
I have already do this step "4. Create a blank filter under USB in the settings of the main Virtualbox menu so that all USB devices can be picked up automatically". But when i try to flash any ROM nothing happens. The preloader is not detected.. i get an error message similat this: "The usb-device is already in use on Host-linux.."
I would like to use MTK Flashtool on linux under a xp virtual machine
Regards.
Click to expand...
Click to collapse
I though Flashtool has supported Linux, why u need virtual machine???
Check this out :
http://forum.xda-developers.com/showthread.php?t=920746
XtremX10 said:
I though Flashtool has supported Linux, why u need virtual machine???
Check this out :
http://forum.xda-developers.com/showthread.php?t=920746
Click to expand...
Click to collapse
I did not know about linux version of Flashtool. I will check it thanks a lot !!
My phone is a Zopo ZP900 and the win version of Flashtool is 4.0 on Windows. I don't know if the linux version is compatible for my device (MTK 6577).

[GUIDE][WIN 95,98,XP][LINUX,UBUNTU,REDHAT]Everything on your Streak

REQUIREMENTS
On your streak
1.Download Any one pack attached below
qemu+qemu(sdl)[FAST but unstable]
or Bochs+Bochs(sdl)[slow but works]
On windows
qemu for windows[google it]
bochs 2.5.1[google it]
done
Creating the bootable image!
1. Open up Bochs for PC and run bximage.exe -> you can find bximage here C:/Program Files/bochs/ | depends on where you have installed it.
2. Create a Image with following: hd, flat, 1500, c.img
hd: It is the format of your boot disk. | fd will create a bootable floppy disk image. For some odd reasons you can use with win 3.11 or something like that.
flat: It means that it has a fixed size.
1500: It is the size of your Image. | you need around 1,5 gb disk space, because the installation of winxp, even you edit it with nlite, wont let you use lower disks -.- , i am trying to solve that problem.
c.img: It is the name of your Image. | choose the name like you want to, but dont forget to edit the bochsrc.txt, else it wont start.
notice: Maybe you have to run bximage.exe as Admin.
--------------------------------------------------------
Install Windows XP in the boot image
1. Open up Qemu
2. Set up a new Virtual Machine
3. As disk use the c.img
4. Configure the cdrom
5. Give the machine around 512 MB - 1 GB RAM if possible
6. start the Virtual machine and run the installation of Windows XP
Running it in Android
Extract SDL folder to \sdcard
Now folder looks like
/sdcard/SDL
copy Over c.img to sdl folder
run bochs or libsdl from app drawer
and it boots
in this way you can install anything you want
takes 10 to 15 minutes to boot
I booted win98 with these
go for screenshot below
THIS IS NOT MY WORK I JUST SHARED IT WITH YOU
Is this stable?
Pretty cool...
Now that is pretty wild ..xp on streak.. I wish there was a video of the whole installation process since it is all unfamiliar to me but still think I'll Try it for fun.
WOW
I noticed it's running win98 in safe mode so not much is working with it.
BUT
If bluetooth keyboard and mouse worked with this, it would just be the sickest thing ever!
If 3g data networking worked also, I would just explode!
Downloading and going to give it a crack on spare streak........
How fast/slow do they run?
haha would be awesome to be able to make calls from xp
It's merely running various guest OS's though a vm. Even if you managed to set it up to route calls there would likely be an unacceptable amount of lantancy.
For help and support, please refer to the original thread here ----> http://forum.xda-developers.com/showthread.php?t=1459153
Very funny!!!
Its an emulator guys... nothing to freak out about
Sent from my cm_tenderloin using Tapatalk 2
Rocker19943 said:
haha would be awesome to be able to make calls from xp
Click to expand...
Click to collapse
this one is a very good point... and funny too...
---------- Post added at 12:24 PM ---------- Previous post was at 12:21 PM ----------
warboat said:
I noticed it's running win98 in safe mode so not much is working with it.
BUT
If bluetooth keyboard and mouse worked with this, it would just be the sickest thing ever!
If 3g data networking worked also, I would just explode!
Downloading and going to give it a crack on spare streak........
Click to expand...
Click to collapse
very understandable...

[GUIDE] Dual-booting Windows 7 and Ubuntu Linux and Install Ubuntu through VirtualBox

DUAL-BOOTING WINDOWS 7 & LINUX​
The following guide is to help would-be developers install Linux. If you are unsure how to partition a hard drive or run a backup, you probably should not attempt this. You've been warned, also I am not responsible for anything bad that may happen to your computer, this is simply a guide. If you have questions or run into a stumbling block, don't hesitate to ask. Lastly this guide was written for users using Windows 7, though it should work for other Windows versions I have no personal knowledge of how to accomplish this. Lastly read the guide the whole way through, there are two different methods one appears easier than the other.
METHOD 1 (TRIED AND TRUE)​
Downloads for method 1)
Ubuntu 12.04 (LTS): This is the most current Ubuntu Linux release.
PowerISO: PowerISO is a small program that allows you to mount an .iso file as a physical drive, and allows for easy CD/DVD creation.
EasyBCD: EasyBCD is an excellent way to edit MBR so that it is easy to go from one OS to the next.
Prep-Step 1) Back up your work (This should be a no-brainer but all too many times have I seen someone in a sticky spot because they didn't have a good backup). Its not unheard of for a hard drive to become corrupted after repartitioning, but I can say that its not common either.
Prep-Step 2) Make a Windows recovery disc, if you have OEM installed Windows. If you did a clean Windows install or have the Windows disc for the operating system you are running, grab it. When installing a second OS you have to mess with the Master Boot Record (MBR), and the easiest way to repair the Windows MBR is with the recovery function on the disc.
Prep-Step 3) If you are like me and insisted on clean installs on your PC (I get not doing it every time on your phone, but I don't get in the habit of installing OS' on my PC), make sure that Windows is installed first. This step will save you a potential headache, and $50 bucks when you break your keyboard for not following Pre-Steps 1 and 2. The long and short of it is that Windows when it is installed will over-write whatever is on the hard drive its being installed on, including the Linux bootloader.
Optional Prep-Step I personally have found it easiest to partition my disc from Windows, so I am including this step.
a) [CLICK] "Start" in Windows
​
b) Type "disk management" and press [ENTER]
c) Choose the drive you wish to partition, in this case we will use the C drive, in the bottom pane, then [RIGHT-CLICK] on the main partition, [CLICK] "Shrink Volume"
d) Shrink the partition by entering how many MB you want to take from that partition, keep in mind for any of you people like myself who like to see even numbers on hard drives that 1 GB = 1024 MB, not 1000. Then [CLICK] on "Shrink" Please keep in mind that Ubuntu recommendsAT LEAST 10 GB and requires 4.4 GB If you are planning to do ROM development you should consider shrinking by around 100 GB or more if you have it.
You will now see unallocated space on your hard drive and for now thats a good thing. I typically do the actual format of the new partition during the Ubuntu install.
Prep-Step 4) Download Ubuntu and either a) burn it to a disc using an app like PowerISO, or b) put it on a USB stick. For ROM development you need to run the 64 bit version of Ubuntu.
OTHER RELEVANT INFO: While doing more in depth research I found several posts in forums about installation errors on hard drives larger than 1TB. The work around for this seems pretty easy. BEFORE PARTITIONING run a defrag, the goal is to get the new partition as close to the beginning of the disc as possible. Once again, if you have not already done so...BACKUP your data. If you have over 500 GB used on your hard drive you will most likely have issues booting Linux on a single hard drive, but you can still dual-boot when both OS' are on different hard drives.
INSTALLATION
​Step 1) Insert the Ubuntu CD you burned into the CD/DVD tray of your PC and reboot your computer.
Step 1.5) If your BIOS is not set to boot from the CD drive you will need to tell the BIOS to boot from the CD, by pressing either F2, F12, Escape, or Delete depending on your BIOS. BIOS option are different for most PC manufacturers so I will not include how to change your boot order in this guide.
Step 2) Continue the installation and follow the prompts until you are asked this question: "How do you want to partition the disk?".
Step 3) If you followed the optional step and have room for Ubuntu then select the partition that you have already formatted select "Install Ubuntu alongside Windows 7" follow the installer through the rest of the steps. If you did not do the optional step, select "Something else" which will open up the "advanced disk partitioning tool"
Step 3.5) Not Applicable if you did the optional step in the preinstallation. When the Advanced disk partitioning tool opens you will see two (2) NTFS file systems (/dev/sda1, and /dev/sda2) DO NOT RESIZE /dev/sda1 unless you know what you are doing. It is ill advised to say the least and can cause boot issues. That said select /dev/sda2 (for most users this is their Windows partition) and [CLICK] "change". This will open a pop-up so that you can select how much of the Windows partition you want to use for Linux.
Step 4) In the "Installation Type" window at the bottom you should now see an area called "free space", select it, then [CLICK] "add" to add a new partition.
Step 5) The first partition we will add is the boot partition. For the partition type the default should be logical, if it is then leave it there, if not select logical. The recommended size is 500 MB. Keep the "Use as" box at its default which should be ext4, and the mount point is /boot. [CLICK] "ok"
Step 6) In the "Installation Type" window [CLICK] on "free space" and [CLICK] "add" to add a new partition, this partition will be / (root). Once again this will be a logical partition which will be used as a ext4 file system, and the mount point is /. The root partition does not need to be HUGE, 75% of the minimum 4.4 GB should be fine (Even if you are using much more than the minimum there is not much need for a / that is more than a few GB in my own experience. [CLICK] "ok" when finished.
Step 7) In the "Installation Type" window [CLICK] on "free space" and [CLICK] "add" to add a new partition, this partition will be /home. Once again this is a logical partition, using ext4 and the mount point is /home. The size of this partition is going to vary from user to user. You are only creating one more partition for Linux after this, and that partition is relatively small (1GB per 1GB RAM installed), so do not hesitate to use the majority of the space you allocated for Linux on this partition. [CLICK] "ok" when finished
Step 8) In the "Installation Type" window [CLICK] on "free space" and [CLICK] "add" to add a new partition, this last partition is for your swap. Once again this is a logical partition, but it will not be used as a ext4 file system, in the dropbox select "swap area". For the partition size I recommend using the rest of whats available for the swap, which should be 1GB per 1GB of RAM installed, for example if you have 4GB of RAM your swap should be 4GB. Once finished [CLICK] "ok".
Step 9) Once again you should be in the Advanced Disk Partition Tool ("Installation Type" screen), there you can see the partitions you have created. Because the /boot partition is logical it should be listed as /dev/sda5 (Always check...I can not express enough that anomalies happen). In the "Device for bootloader installation:" dropbox select /dev/sda5 or whatever it was labeled (EX /dev/sda#) [CLICK] "install now"
Step 10) Follow through the rest of the installation and enter your user information. After the install is completed successfully reboot your PC, it will reboot into Windows (which is 100% expected since we did not tell the MBR to look for our Linux system.
Step 11) Download and install EasyBCD from here, it is a free download.
Step 12) Open EasyBCD and [CLICK] "Add New Entry" , then [CLICK] the Linux/BSD tab. From the "Type" dropbox select "GRUB 2". I believe the name box comes filled with the OS info by default, if not in the "name" type "Ubuntu 12.04 (LTS)" and [CLICK] "add entry" (Not "Add New Entry")
Step 13) [CLICK] on "Edit Boot Menu", select your default OS and set the time out options.
Step 14) [CLICK]"Save Settings"
At this point you should have a dual-booting computer with both Windows 7 and Linux...Congrats.
MAKE WINDOWS BOOT BY DEFAULT ON PREVIOUSLY INSTALLED DUAL BOOT SYSTEM​
Step 1) Restore the MBR from your Windows installation disc
Step 2) Download EasyBCD from here its pretty easy to use. The non commercial version is free too. This program will allow you to select the boot priority.
If you require more detailed instruction please PM me and I will add to the OP​
​
METHOD 2 (USING THE WINDOWS INSTALLER)​
I want to start by stating that I personally have never used this method, but it seems like its pretty easy (perhaps easier than Method 1). Credit for this part of the guide goes to Ubuntu.com.
Prep-Step) Download the Windows Installer from HERE. I suggest using Internet Explorer for this since IE gives you the option to just run the installer, rather than downloading it, only to delete the installer off your hard disk later.
Step 1) Run the installer if you have not already
Step 2) When prompted, enter the username you would like to use and the password for that account. Then [CLICK] "Install"
Step 3) Wait...The download is about 500MB so it may take a while to download and install but apparently you can still use your computer while this install is taking place. Once prompted [CLICK]"Finish" to restart.
Since I have not used this method I can not tell you at this point if it is necessary to repartition your hard disk when using this method. I will format my other PC and try it out later today or tomorrow and update this post as necessary.​
INSTALLING UBUNTU THROUGH VirtualBox
​
Please read through the entire guide BEFORE attempting to do the tasks detailed in this guide. For this portion of the guide I used Ubuntu 11.10-Desktop, which is no longer a current release. The steps should be pretty close to the same, but after Step 7, things may get a little out of order.
Step 1) Open VirtualBox and [CLICK] "New" to add new virtual machine
Step 2) In the name field You are going to name your virtual machine, generally I use the distro name (EX "Ubuntu 12.04 (LTS)"), if you name like this the next box will automatically change to Linux, and the version will say "Ubuntu" [CLICK] "next".
Step 3) Select how much RAM you want to use for your virtual machine, generally I will use 2 GB, if I am going to use a virtual machine (This is where a dual boot has its biggest advantages. Your hardware is only running one OS, when virtualized your hardware is essentially running two.). [CLICK] "next".
Step 4) Now you are going to create your virtual hard drive, keep in mind if you are running a virtual machine to develop (I don't recommend this), you are going to want to dedicate more than a few GB for Linux (100GB+). [CLICK] "create". I use the VDI disk image type so I made sure that was the one selected, and [CLICK] "next", now at this next screen you can choose if you want your virtual hard disk to be dynamic (Only as large as it needs to be), or a fixed size. I chose dynamic, but again this may not be effective for development purposes. I have no personal knowledge of this so I can not answer that question. Finally [CLICK] "create"
Step 5) In the VirtualBox main screen [RIGHT-CLICK] your Linux virtual machine and select start.
Step 6) You will be prompted for which drive the installer for whichever distro you are using, at this point you want to go to the box to the right of the drop menu and select the .iso for the distro you want to use. Now [CLICK] "start"
At this point you should have a virtual machine running and ready to install Ubuntu.
Step 7) You are going to select your language and [CLICK] "Install Ubuntu". [CLICK] "continue" on the next screen.
Step 8) At this point you will be asked how you want to install Ubuntu, whether you want to erase the entire disk and install Ubuntu or if you want to do something else. You can do either one, without risking damage to your PC on a virtual machine, which is part of why we had to create the virtual disk. For this guide I am going to choose to Erase the disk and Install Ubuntu make your selection then [CLICK] "continue", then [CLICK] "install now".
Step 9) Choose your timezone then [CLICK] "Continue"
Step 10) Select your keyboard layout then [CLICK] "continue"
Step 11) Enter the user information you wish to use then [CLICK] "continue"
Allow the virtual machine some time to install the OS and once installation is completed it will prompt you to reboot [CLICK] "restart now". Congrats you should now have a working virtual Linux desktop!
RESERVED FOR DUAL BOOT ON 2 HARD DISKs GUIDE
ItzCrooK2UxD said:
RESERVED FOR DUAL BOOT ON 2 HARD DISKs GUIDE
Click to expand...
Click to collapse
Bro, can u show a guide to install inside virtual box cos i try to install it. Always fail at i686 kernel problem. Tks
Sent from my LG-P990
orbital_71 said:
Bro, can u show a guide to install inside virtual box cos i try to install it. Always fail at i686 kernel problem. Tks
Sent from my LG-P990
Click to expand...
Click to collapse
I can add in a virtual machine guide too. You're using Virtual Box, and not VMWare Player? If you are getting kernel failures I would try redownloading Ubuntu.
Also which settings are you using for your virtual machine?
ItzCrooK2UxD said:
I can add in a virtual machine guide too. You're using Virtual Box, and not VMWare Player? If you are getting kernel failures I would try redownloading Ubuntu.
Also which settings are you using for your virtual machine?
Click to expand...
Click to collapse
i am using virtualbox V4.2, i am able to dual boot but when i try to install inside virtualbox no success. I had try i386 and amd64 uninstall ubuntu and try install inside ubuntu but still fail. Using the storage setting to mount the disc. Tks
orbital_71 said:
i am using virtualbox V4.2, i am able to dual boot but when i try to install inside virtualbox no success. I had try i386 and amd64 uninstall ubuntu and try install inside ubuntu but still fail. Using the storage setting to mount the disc. Tks
Click to expand...
Click to collapse
Also a few things I forgot to ask...What kind of computer are you using, please be detailed and include things like Processor speed (chip number if you know it), RAM, and which OS you are using, and which version of Ubuntu (or other Linux distro) you are attempting to run in VM. I am going to try to replicate your error, so I can walk you through it.
Also you state that you had no success, please elaborate. Did the virtual machine not boot? Did it boot, but you could not get logged in? The more details the better...Thanks
ItzCrooK2UxD said:
Also a few things I forgot to ask...What kind of computer are you using, please be detailed and include things like Processor speed (chip number if you know it), RAM, and which OS you are using, and which version of Ubuntu (or other Linux distro) you are attempting to run in VM. I am going to try to replicate your error, so I can walk you through it.
Also you state that you had no success, please elaborate. Did the virtual machine not boot? Did it boot, but you could not get logged in? The more details the better...Thanks
Click to expand...
Click to collapse
Mine system 2nd gen i5 2 gb ram window 7 home premium. since i already duat boot ubuntu 12.04 amd64 bit and how actually to install inside virtualbox? I f i follow the instruction from askubuntu i will get stuck at the boot image of ubuntu saying the kernel i686 kind of stuff error. Was vmware player are better to use it for? tks
orbital_71 said:
Mine system 2nd gen i5 2 gb ram window 7 home premium. since i already duat boot ubuntu 12.04 amd64 bit and how actually to install inside virtualbox? I f i follow the instruction from askubuntu i will get stuck at the boot image of ubuntu saying the kernel i686 kind of stuff error. Was vmware player are better to use it for? tks
Click to expand...
Click to collapse
I have always used VMWare Player myself. Once I get home I will install VirtualBox and do a write up and walk you through it. Aside from RAM we have similar setups. Give me a few hours and I'll try to walk you through it.
ItzCrooK2UxD said:
I have always used VMWare Player myself. Once I get home I will install VirtualBox and do a write up and walk you through it. Aside from RAM we have similar setups. Give me a few hours and I'll try to walk you through it.
Click to expand...
Click to collapse
But if vmware is a good virtual machine to use then i just follow u with it. i can just uninstall virtualbox no problem for me.
orbital_71 said:
But if vmware is a good virtual machine to use then i just follow u with it. i can just uninstall virtualbox no problem for me.
Click to expand...
Click to collapse
OK...I got home and booted into Windows for the first time in a few weeks to do this. I am going to do an install, just to see if I get any errors come up. Not saying its something you did or didn't do, maybe a bad download. I got my VirtualBox from HERE
Updating the OP here in a few minutes...
ItzCrooK2UxD said:
OK...I got home and booted into Windows for the first time in a few weeks to do this. I am going to do an install, just to see if I get any errors come up. Not saying its something you did or didn't do, maybe a bad download. I got my VirtualBox from HERE
Updating the OP here in a few minutes...
Click to expand...
Click to collapse
i install this version VirtualBox-4.2.0-80737-Win.exe
orbital_71 said:
i install this version VirtualBox-4.2.0-80737-Win.exe
Click to expand...
Click to collapse
When you open VirtualBox does it show your Linux install on the left side? Also are you getting to a terminal prompt when it tells you this? If it does give you a terminal prompt try typing
sudo dpkg-reconfigure virtualbox-dkms [ENTER]
sudo dpkg-reconfigure virtualbox[ENTER]
Click to expand...
Click to collapse
ItzCrooK2UxD said:
When you open VirtualBox does it show your Linux install on the left side?
Click to expand...
Click to collapse
No terminal prompt when i install it, i never install on mine startup bar but on mine desktop screen there are. Anyway tonight when i reach home i uninstall mine virtualbox and try install the amd64 version and see how to see whether is the version problem not.
Sent from my LG-P990
Bro, one thing i don't understand since i already dual boot window and ubuntu. When i try to install ubuntu inside virtualbox why must i install ubuntu again inside virtualbox with the iso. and repeat the installation for ubuntu again. Wasn't there suppose a walk through with it? Tks
Sent from my LG-P990
orbital_71 said:
Bro, one thing i don't understand since i already dual boot window and ubuntu. When i try to install ubuntu inside virtualbox why must i install ubuntu again inside virtualbox with the iso. and repeat the installation for ubuntu again. Wasn't there suppose a walk through with it? Tks
Sent from my LG-P990
Click to expand...
Click to collapse
You need to reinstall Ubuntu on to the Virtual disk you are creating, because the virtual machine is not looking at your entire disk. It only sees what you tell it to see on the virtual disk.
Also I edited my second post to include a walk through of a VirtualBox install
Bro, in step 8 installation of ubuntu inside virtualbox, if i choose erase. What will be erase of this selection? Tkd
Sent from my LG-P990
orbital_71 said:
Bro, in step 8 installation of ubuntu inside virtualbox, if i choose erase. What will be erase of this selection? Tkd
Sent from my LG-P990
Click to expand...
Click to collapse
It will format your virtual hard disk. Sounds risky but its not. Basically with a virtual machine the emulator (VirtualBox, in this case) uses a section of your hard disk and creates your virtual machine. The virtual machine has most of the capabilities as the host machine (your physical PC that you boot up), but is limited to the resources that you want to allow it to use (EX. How much RAM do you want to dedicate to your virtual machine, how much disk space will you allow it to have. So erasing it basically means it is going to clear that space within that virtual machine. It has no effect on other Windows or Linux OS' you may be using within the emulator...does that make sense? Bottom line, yes its safe to erase and in your particular case I would encourage it.
ItzCrooK2UxD said:
It will format your virtual hard disk. Sounds risky but its not. Basically with a virtual machine the emulator (VirtualBox, in this case) uses a section of your hard disk and creates your virtual machine. The virtual machine has most of the capabilities as the host machine (your physical PC that you boot up), but is limited to the resources that you want to allow it to use (EX. How much RAM do you want to dedicate to your virtual machine, how much disk space will you allow it to have. So erasing it basically means it is going to clear that space within that virtual machine. It has no effect on other Windows or Linux OS' you may be using within the emulator...does that make sense? Bottom line, yes its safe to erase and in your particular case I would encourage it.
Click to expand...
Click to collapse
Ok and i should go with ur recommendation for 100gb space if i am gonna compile rom in step 4 right? Thanks u so much Bro.
Sent from my LG-P990
orbital_71 said:
Ok and i should go with ur recommendation for 100gb space if i am gonna compile rom in step 4 right? Thanks u so much Bro.
Sent from my LG-P990
Click to expand...
Click to collapse
If you are going to be doing ROM development and compiling I would really lean more towards a dual boot than a virtual machine. Compiling is CPU intensive and on a virtual machine you aren't just running one operating system with the resources your computer has, but now you're talking about running two OS' and putting a heavy CPU load on one of them.
To answer your question, 100GB should be enough, but I do not know how development will go in a virtual machine...I have no experience in this. Perhaps someone who has developed on a virtual machine can chime in.

WinBook TW800

I picked up a TW800 from Micro Center and it has both a front facing and back facing camera but I can't use the front one for pictures or recording, the camera app just doesn't have such an option or at least I don't see one. Are there any 3rd party camera apps out there that would address this issue? Thanks in advanced for your help. :laugh:
I bought the same device - skype will work with the front camera. Running out of internal memory quick on this thing.
rsktkr1 said:
I bought the same device - skype will work with the front camera. Running out of internal memory quick on this thing.
Click to expand...
Click to collapse
I know what you mean, I bought a 32GB SD card just to find out you can't really install apps on the SD card or at least I don't know how.
Format the SD card as NTFS, move the \Program Files\WindowsApps folder to the SD card (make sure you preserve security and other such metadata, not just the files themselves, thus the card needing to be NTFS), create a symlink pointing to the new location. Alternatively, do this for individual apps within that folder. You may need to do it from a boot disk or as true Admin (not "run as Administrator" but actually under the local Administrator account). Don't forget to make sure that local-to-remote symlinks are enabled (fsutil is your friend).
You can, of course, install desktop apps to the SD card just fine, even if it's formatted as FAT. You can also relocate and/or move+symlink other stuff to the SD card, like your user profile.
I took my TW800 back and got the TW801 with the 64G sd card. I was able to install Ubuntu in a virtual machine all running off my external sd card and its really cool. You could still do this probably on the TW800.
GoodDayToDie said:
Format the SD card as NTFS, move the \Program Files\WindowsApps folder to the SD card (make sure you preserve security and other such metadata, not just the files themselves, thus the card needing to be NTFS), create a symlink pointing to the new location. Alternatively, do this for individual apps within that folder. You may need to do it from a boot disk or as true Admin (not "run as Administrator" but actually under the local Administrator account). Don't forget to make sure that local-to-remote symlinks are enabled (fsutil is your friend).
You can, of course, install desktop apps to the SD card just fine, even if it's formatted as FAT. You can also relocate and/or move+symlink other stuff to the SD card, like your user profile.
Click to expand...
Click to collapse
Thanks GoodDay, I managed to install office on the SD Drive but I'm still very low on space, any other tricks of the trade?
You're welcome!
Make sure compression is enabled on all relevant drives (Windows Explorer -> right-click any drive -> Properties -> "Compress this drive to save space"). NTFS compression is less efficient than things like ZIP, but that's because it needs to allow fairly random access into even big files without decompressing them first, and it's still pretty good. Also may actually improve performance in some cases; it uses more RAM and CPU when access storage but reduces storage I/O time, and the I/O speed is usually the bottleneck (on magnetic storage, compression is usually a significant speed-up). Note that doing this may confuse/break "file undelete" utilities, though those are pretty iffy on flash storage (when TRIM is enabled) anyhow.
If you don't mind losing hibernate, you can get back the space consumed by the hiberfile (which is to say, the amount of RAM you have) by running "powercfg -H OFF" in an Admin command prompt, or at least reduce the size of the hiberfile somewhat using "powercfg -H -Size 75" or similar (the last number is a percentage, must be at least 50). I don't know if it's possible to put the hiberfile on a separate volume, but I doubt it (since it needs to load before the kernel even resumes).
You can reduce the size of the pagefile if you don't usually need it much. Windows will also let you create one on another volume (which may let you shrink or remove the one on C: without running out of virtual memory space). May not work with anything that the OS recognizes as removable storage, though, as the system will almost certainly crash if it loses access to the pagefile.
Disk Cleanup, as always, is your friend. Windows Updates and various temp files all consume a lot of space.
Tools like WinDirStat are really handy for figuring out where your storage is going.
Problem resetting Windows 8.1
Hi, i recently purchased TW800 but it got very slow after it filled the storage with windows updates. Now i want to reset my tab but I'm unable to do so.
I'm getting an error saying "There was a problem resetting your PC". Checked online for solutions but most of them are suggesting to reinstall the OS. I have a windows license but can I use it for this tab? Else can you suggest any way out?
Anyone know if we can complete wipe out the winbook and reinstall windows 8.1 pro? I have my own licensed version of windows 8.1 pro. If we can do this, there are 16GB of space to use and we don't have to worry about space too much.
henry8668 said:
Anyone know if we can complete wipe out the winbook and reinstall windows 8.1 pro? I have my own licensed version of windows 8.1 pro. If we can do this, there are 16GB of space to use and we don't have to worry about space too much.
Click to expand...
Click to collapse
I don't know about installing Windows 8.1 Pro but I found info on another site on how to install Windows 10 technical preview and I think it should be the same for installing Windows 8.1 pro. http://www.tabletroms.com/forums/winbook-tw100/7314-custom-reload-tw700-800-801-win-8-1-win10.html
Enable RDP on Windows 8.1 Basic for Winbook TW700/800/801/802/100
I didn't see many threads on this tablet on XDA yet, so I figured I throw this on here. I picked up a Winbook TW801 yesterday and I was trying to use remote desktop to log into the tablet. I then came to the realization that Windows 8.1 Basic doesn't have RDP enabled. I did some digging and found a batch file that installs the necessary files and permissions to enable it.
https://dl.dropboxusercontent.com/u/1749299/RDP Enable 8.1.zip
Just unzip and drop that folder on your tablet and run the install.bat file. After the install you can delete the files you copied over to save space. You are then able to RDP into the tablet. It works great if you don't have a keyboard and mouse to hook up to it and want to manage things on the tablet quickly.
w1retap said:
I didn't see many threads on this tablet on XDA yet, so I figured I throw this on here. I picked up a Winbook TW801 yesterday and I was trying to use remote desktop to log into the tablet. I then came to the realization that Windows 8.1 Basic doesn't have RDP enabled. I did some digging and found a batch file that installs the necessary files and permissions to enable it.
https://dl.dropboxusercontent.com/u/1749299/RDP Enable 8.1.zip
Just unzip and drop that folder on your tablet and run the install.bat file. After the install you can delete the files you copied over to save space. You are then able to RDP into the tablet. It works great if you don't have a keyboard and mouse to hook up to it and want to manage things on the tablet quickly.
Click to expand...
Click to collapse
I bought this too thanks for the zip. I was wanting to run Linux on this tablet like with a dual boot - but no drivers really so I just use VMWARE and run Ubuntu and Mint on both 32 and 64 bit virtual machines (with Intel VT option selected even though windows is 32 bit). I put a 64 Gig sdcard in the external where the the virtual machines are installed.
Sent from my SM-T330NU using XDA Free mobile app
If you need drivers for Windows (which you may be able to use in a wrapper to run under Linux), you can grab them from here:
https://drive.google.com/folderview...dDU21IaGYxbmU5WlgzWDd5dkc3cGZnd0k&usp=sharing
Those are the TW801 drivers extracted from a system image. People on the Microcenter forums report they work for all the variants of the Winbook tablets, but I haven't tested them on anything other than the TW801.
rsktkr1 said:
I bought this too thanks for the zip. I was wanting to run Linux on this tablet like with a dual boot - but no drivers really so I just use VMWARE and run Ubuntu and Mint on both 32 and 64 bit virtual machines (with Intel VT option selected even though windows is 32 bit). I put a 64 Gig sdcard in the external where the the virtual machines are installed.
Sent from my SM-T330NU using XDA Free mobile app
Click to expand...
Click to collapse
wow, surprising that you can run VMWARE and install Ubuntun, how is the speed?
I have installed Ubuntu 64 Bit and 32 Bit virtual machines - takes forever to install Linux Image - but its not bad once its running. I can play videos, stream music. I also installed LinuxMint 64 Bit and its pretty good too. Only 2 GB Ram - so allocated 1.3 GB to virtual machine and the rest to Windows.
---------- Post added at 10:38 PM ---------- Previous post was at 10:34 PM ----------
w1retap said:
If you need drivers for Windows (which you may be able to use in a wrapper to run under Linux), you can grab them from here:
https://drive.google.com/folderview...dDU21IaGYxbmU5WlgzWDd5dkc3cGZnd0k&usp=sharing
Those are the TW801 drivers extracted from a system image. People on the Microcenter forums report they work for all the variants of the Winbook tablets, but I haven't tested them on anything other than the TW801.
Click to expand...
Click to collapse
cool i will check it out thanks
---------- Post added at 10:39 PM ---------- Previous post was at 10:38 PM ----------
w1retap said:
If you need drivers for Windows (which you may be able to use in a wrapper to run under Linux), you can grab them from here:
https://drive.google.com/folderview...dDU21IaGYxbmU5WlgzWDd5dkc3cGZnd0k&usp=sharing
Those are the TW801 drivers extracted from a system image. People on the Microcenter forums report they work for all the variants of the Winbook tablets, but I haven't tested them on anything other than the TW801.
---------- Post added at 10:59 PM ---------- Previous post was at 10:39 PM ----------
I can even use Unity mode with Linux Mint. Also, the physical windows button on the tablet activates the Ubuntu app launcher, and all of the host devices work on the virtual machine. I have also installed XBMC and ProjectM and VLC. and Pithos (pandora) and they all work good. I even have a Delorme GPS usb that I installed GPXD and Foxtrot and can run GPS.
Click to expand...
Click to collapse
Friends, I have TW800 tablet, but its broken. While installing Ubuntu I wiped all partitions and now device doesn't boot. Is there any recovery partition image for this tablet? Or I can simply install Windows 8.1 and apply drivers from upper links?
This tablet is useless now in 2019. I managed to install Windows 10 on it but now it sucks even more and is slower, the memory just fills up too quick. Wish there was a way to just run a Linux distro without having to boot into Windows at all.

Useful Links for installing Windows fresh

Some useful links for those reinstalling Windows 10 at any point:
Builds - http://mdluup.ct8.pl
This uses Microsoft's UUP (unified update platform) to fetch specific full builds. Choose from Retail or Insider builds. At the time of writing selecting 17134 from the retail channel will get you the newest non-beta build with minimal Windows Updates following installation. Just specify x64/86/ARM, edition and language.
Using the blue Aria2 button will give you a zip which, on execution, will download and create a usable, full ISO for personal use - despite the use of the words "cumulative update" on-site. Just follow the instructions on screen. All images are compiled using Microsoft's internal imaging utility so they're close to what you'd get with a precompiled MSDN ISO.
MSMG Toolkit - http://m.majorgeeks.com/files/details/msmg_toolkit.html
This provides a frontend for component removal utilizing the official Microsoft DISM utility.
Use of this is straightforward and can remove Apps, Windows Features and components from an ISO.
Tip: Once you've mounted an ISO, open a separate command line and run DISM.exe /Image:<path_to_image_directory> [/Get-ProvisionedAppxPackages to get a full list of Apps in the ISO. Copy and paste the output, placing it in the provided RemoveAppsList.txt, removing any lines you want to keep.
Using install_wim_tweak.exe tool will also get you a full listing of all Windows Packages, most of which can be safely removed with zero side effects. NTLite can be a useful guide but its commercial software, so you won't be able to remove all the components you see listed if you install it.
AIO boot tool - https://www.aioboot.com/en/
This tool creates nifty bootable USB sticks that come in handy for booting anything. I recommend the precompiled WinPE 10 images which allow you to use a Live PE Windows Desktop (I.e. it has a full GUI) from a USB prior to installation. This should alleviate the need for making bootable USBs in future. As it's the same platform used during a conventional booted Windows Setup so you can run the setup once its loaded in, format hard drives, etc. Or actually use it as a desktop, I guess. It has its limitations.
DISM++ - https://www.chuyu.me/en/index.html
Post-install utility, you can thoroughly clean up redundant internal Windows folders, remove Apps, activate popular regedits and whatnot. Very useful.
Blackviper - https://github.com/madbomb122/BlackViperScript
Power shell script that makes running services in Windows slightly more efficient.
If people are interested I'm happy to create a tutorial to making your own properly-serviced Windows ISOs for those who want new builds of Windows with less to none of the Microsoft extras .

Categories

Resources