Can't boot Windows
-
- A semi-regular
- Posts: 23
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Feb 14, 2011 1:01 pm
Re: Can't boot Windows
this is the screenshot
- Attachments
-
- Untitled.jpg
- There u go.
- (151.52 KiB) Downloaded 81 times
Re: Can't boot Windows
It sounds like it didn't copy all the files to the ramdisk correctly. Please try turning the VDS off and then starting it again -- hopefully it works the next time.
If not, try once more, and then open a support request. I'll put on a newer Gentoo DVD that might have a fixed script.
If not, try once more, and then open a support request. I'll put on a newer Gentoo DVD that might have a fixed script.
Re: Can't boot Windows
Sadly, it didn't work... =/ I've already opened the support request.
Thanks.
Thanks.
Re: Can't boot Windows
Very odd. How about:
ls /dev/xv*
If that still doesn't show anything, you'll have to try the original boot disk again, and I'll be left wondering why in the heck it doesn't detect your drive.
ls /dev/xv*
If that still doesn't show anything, you'll have to try the original boot disk again, and I'll be left wondering why in the heck it doesn't detect your drive.
Re: Can't boot Windows
Ok, that's good. (It must be using new Xen drivers to see the disk, which is a brand-new feature.)
Modify your mount line to this, then:
Modify your mount line to this, then:
Code: Select all
mount -t ntfs /dev/xvda2 /mnt
Re: Can't boot Windows
lo. stuck on the same problem again
- Attachments
-
- Untitled3.png (3.82 KiB) Viewed 1724 times
Re: Can't boot Windows
Ouch. Well, try rebooting again until it works. I tested three times with a VDS here and this problem happened on the third time, so it seems to be intermittent. Quite an odd issue for Gentoo to have. (To speed things up, just type "ifconfig" as your first command after it boots, and see if it tells you it is bad.)
If it still won't work after a number of tries, you could try the Gentoo LiveCD instead, pull up a console window, and execute the same commands.
If it still won't work after a number of tries, you could try the Gentoo LiveCD instead, pull up a console window, and execute the same commands.
Re: Can't boot Windows
This is really weird...
the "ifconfig" works only before the "mount", not after it
the "ifconfig" works only before the "mount", not after it
- Attachments
-
- Untitled4.png (9.88 KiB) Viewed 1722 times
Re: Can't boot Windows
Ah, it might be that it uses /mnt for its own purposes, then.
Follow these amended directions instead:
Follow these amended directions instead:
- Go to the "Server control" page in the control panel and select an "install-amd64-minimal" ISO from the option for your first virtual DVD drive. Check the box to have it boot from this, and click "Change drive configuration".
- Use the Reboot option at the top of that page.
- Go to the VNC console page and wait for it to finish booting. You should be presented with a command prompt.
- Enter this command to mount your hard drive:
(If that shows an error, try with /dev/sda2, and if that doesn't work, stop, and let me know what it says.)Code: Select all
mount -t ntfs /dev/hda2 /mnt/gentoo
- Set up your IP address (x.x.x.x), netmask (y.y.y.y), and gateway (z.z.z.z), culled from your "IP list" page in the control panel:
Code: Select all
ifconfig eth0 x.x.x.x netmask y.y.y.y route add default gw z.z.z.z
- Set a system password by typing "passwd" and enter, then entering the same thing twice.
- Start SSH:
Code: Select all
/etc/init.d/sshd start
- Load up an SCP client such as WinSCP on your home machine and tell it to connect to the IP address of your VDS. Use username "root" and the password that you set previously.
- Navigate to the "/mnt/gentoo" folder and drag-and-drop files that you need to rescue to your home machine.
Re: Can't boot Windows
I did as you said, and it returned a different error this time:
- Attachments
-
- Untitled5.png (2.42 KiB) Viewed 1712 times
Re: Can't boot Windows
I've rebooted multiple times. Now it finally works!
Thank you so much, you're the best
I'm going to save my backup now.
And thanks again.
Thank you so much, you're the best

I'm going to save my backup now.
And thanks again.
Re: Can't boot Windows
Phew, I'm glad to hear that!