How to clear hidden attribute from partition if “attributes volume clear hidden” fails with “Virtual...
By what mechanism was the 2017 UK General Election called?
How do I find my Spellcasting Ability for my D&D character?
Where did Ptolemy compare the Earth to the distance of fixed stars?
Random body shuffle every night—can we still function?
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
What should one know about term logic before studying propositional and predicate logic?
How to achieve cat-like agility?
Understanding piped commands in GNU/Linux
Marquee sign letters
How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?
One-one communication
Does a random sequence of vectors span a Hilbert space?
Inverse square law not accurate for non-point masses?
Twin's vs. Twins'
Weaponising the Grasp-at-a-Distance spell
Why is there so little support for joining EFTA in the British parliament?
Is the time—manner—place ordering of adverbials an oversimplification?
Getting representations of the Lie group out of representations of its Lie algebra
How can I list files in reverse time order by a command and pass them as arguments to another command?
Is a copyright notice with a non-existent name be invalid?
Did pre-Columbian Americans know the spherical shape of the Earth?
Table formatting with tabularx?
What is the proper term for etching or digging of wall to hide conduit of cables
How does TikZ render an arc?
How to clear hidden attribute from partition if “attributes volume clear hidden” fails with “Virtual Disk Service error: The object is not found.”
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Vista/Server 2008: BOOTMGR is missingWhy does diskpart set the volume attributes on all volumes?unable to see windows partition from diskpartSSD vs HDD bootWindows 10 Not Booting due to Boot Device not foundUninstalled Linux, still getting stuck on “grub” boot menu?Windows 7 fails to boot after copying 500GB HDD to 1 TB SSDWhy doesn't Windows 7 System Recovery detect an OS?corrupted winload.efi in a windows 10 copy
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
After select volume [n]
in diskpart
attributes volume clear hidden
fails with
Virtual Disk Service error:
The object is not found.
I found some forum threads which might contain a solution (http://www.sevenforums.com/installation-setup/248241-repair-windows-7-boot-menu-uefi-4.html, https://social.technet.microsoft.com/Forums/office/en-US/cc44af84-f8f2-4fc2-8445-ad34d62ae8f2/problem-clear-hidden-volume-in-diskpart?forum=winservercore), but I can't figure it out and keep my sanity. The world is ready for Q&A quality answer.
I'm using Windows 8 on a Lenovo IdeaPad U410 in the recovery cmd
. Windows doesn't boot after installing an Ubuntu dual boot. I just need to do a BIOS update (has to run on Windows) and don't care about Windows. I don't have any recovery media and the issue I'm trying to fix with the BIOS update is not worth buying one.
I can't remember if I every booted windows, I might have just moved initially installed partitions around with gparted
. Removing the hidden
flag with gparted
on Ubuntu 16.04 causes the hidden
flag to be removed across reboots, but still be displayed in diskpart
.
The output of attributes disk
after select volume [n]
is
Current Read-only state: No
Read-only: No
Boot disk: No
Pagefile Disk: No
Hibernation File Disk: No
Crashdump Disk: No
Clustered Disk: No
chkdsk [letter]: /f /r /x
passed for all 4 volumes and are reported Healthy
in diskpart
.
After bootrec /fixmbr
and bootrec /fixboot
which complete successfully bootrec /scanos
find 0 Windows installations.
windows windows-8 partitioning diskpart
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 1 more comment
After select volume [n]
in diskpart
attributes volume clear hidden
fails with
Virtual Disk Service error:
The object is not found.
I found some forum threads which might contain a solution (http://www.sevenforums.com/installation-setup/248241-repair-windows-7-boot-menu-uefi-4.html, https://social.technet.microsoft.com/Forums/office/en-US/cc44af84-f8f2-4fc2-8445-ad34d62ae8f2/problem-clear-hidden-volume-in-diskpart?forum=winservercore), but I can't figure it out and keep my sanity. The world is ready for Q&A quality answer.
I'm using Windows 8 on a Lenovo IdeaPad U410 in the recovery cmd
. Windows doesn't boot after installing an Ubuntu dual boot. I just need to do a BIOS update (has to run on Windows) and don't care about Windows. I don't have any recovery media and the issue I'm trying to fix with the BIOS update is not worth buying one.
I can't remember if I every booted windows, I might have just moved initially installed partitions around with gparted
. Removing the hidden
flag with gparted
on Ubuntu 16.04 causes the hidden
flag to be removed across reboots, but still be displayed in diskpart
.
The output of attributes disk
after select volume [n]
is
Current Read-only state: No
Read-only: No
Boot disk: No
Pagefile Disk: No
Hibernation File Disk: No
Crashdump Disk: No
Clustered Disk: No
chkdsk [letter]: /f /r /x
passed for all 4 volumes and are reported Healthy
in diskpart
.
After bootrec /fixmbr
and bootrec /fixboot
which complete successfully bootrec /scanos
find 0 Windows installations.
windows windows-8 partitioning diskpart
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
use a windows boot image and run thebootrec.exe /fixmbr
bootrec.exe /fixboot
bootrec.exe /rebuildBCD
– Divin3
May 17 '16 at 1:01
bootrec
commands run successfully, butbootrec /scanos
indicates that there're 0 Windows installations as doesbootrec /rebuildBCD
.
– Karl Richter
May 17 '16 at 11:06
I am out of ideas. Log in with a live cd, create backup of everything you need, than do a format / fresh install.
– Divin3
May 17 '16 at 11:43
I don't have any (recovery or live) media than the HDDs in the device and don't want to by one (see question).
– Karl Richter
May 17 '16 at 12:02
Do you have access to another workibt PC?
– Divin3
May 17 '16 at 12:05
|
show 1 more comment
After select volume [n]
in diskpart
attributes volume clear hidden
fails with
Virtual Disk Service error:
The object is not found.
I found some forum threads which might contain a solution (http://www.sevenforums.com/installation-setup/248241-repair-windows-7-boot-menu-uefi-4.html, https://social.technet.microsoft.com/Forums/office/en-US/cc44af84-f8f2-4fc2-8445-ad34d62ae8f2/problem-clear-hidden-volume-in-diskpart?forum=winservercore), but I can't figure it out and keep my sanity. The world is ready for Q&A quality answer.
I'm using Windows 8 on a Lenovo IdeaPad U410 in the recovery cmd
. Windows doesn't boot after installing an Ubuntu dual boot. I just need to do a BIOS update (has to run on Windows) and don't care about Windows. I don't have any recovery media and the issue I'm trying to fix with the BIOS update is not worth buying one.
I can't remember if I every booted windows, I might have just moved initially installed partitions around with gparted
. Removing the hidden
flag with gparted
on Ubuntu 16.04 causes the hidden
flag to be removed across reboots, but still be displayed in diskpart
.
The output of attributes disk
after select volume [n]
is
Current Read-only state: No
Read-only: No
Boot disk: No
Pagefile Disk: No
Hibernation File Disk: No
Crashdump Disk: No
Clustered Disk: No
chkdsk [letter]: /f /r /x
passed for all 4 volumes and are reported Healthy
in diskpart
.
After bootrec /fixmbr
and bootrec /fixboot
which complete successfully bootrec /scanos
find 0 Windows installations.
windows windows-8 partitioning diskpart
After select volume [n]
in diskpart
attributes volume clear hidden
fails with
Virtual Disk Service error:
The object is not found.
I found some forum threads which might contain a solution (http://www.sevenforums.com/installation-setup/248241-repair-windows-7-boot-menu-uefi-4.html, https://social.technet.microsoft.com/Forums/office/en-US/cc44af84-f8f2-4fc2-8445-ad34d62ae8f2/problem-clear-hidden-volume-in-diskpart?forum=winservercore), but I can't figure it out and keep my sanity. The world is ready for Q&A quality answer.
I'm using Windows 8 on a Lenovo IdeaPad U410 in the recovery cmd
. Windows doesn't boot after installing an Ubuntu dual boot. I just need to do a BIOS update (has to run on Windows) and don't care about Windows. I don't have any recovery media and the issue I'm trying to fix with the BIOS update is not worth buying one.
I can't remember if I every booted windows, I might have just moved initially installed partitions around with gparted
. Removing the hidden
flag with gparted
on Ubuntu 16.04 causes the hidden
flag to be removed across reboots, but still be displayed in diskpart
.
The output of attributes disk
after select volume [n]
is
Current Read-only state: No
Read-only: No
Boot disk: No
Pagefile Disk: No
Hibernation File Disk: No
Crashdump Disk: No
Clustered Disk: No
chkdsk [letter]: /f /r /x
passed for all 4 volumes and are reported Healthy
in diskpart
.
After bootrec /fixmbr
and bootrec /fixboot
which complete successfully bootrec /scanos
find 0 Windows installations.
windows windows-8 partitioning diskpart
windows windows-8 partitioning diskpart
edited May 17 '16 at 12:01
Karl Richter
asked May 16 '16 at 23:29
Karl RichterKarl Richter
94231640
94231640
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
use a windows boot image and run thebootrec.exe /fixmbr
bootrec.exe /fixboot
bootrec.exe /rebuildBCD
– Divin3
May 17 '16 at 1:01
bootrec
commands run successfully, butbootrec /scanos
indicates that there're 0 Windows installations as doesbootrec /rebuildBCD
.
– Karl Richter
May 17 '16 at 11:06
I am out of ideas. Log in with a live cd, create backup of everything you need, than do a format / fresh install.
– Divin3
May 17 '16 at 11:43
I don't have any (recovery or live) media than the HDDs in the device and don't want to by one (see question).
– Karl Richter
May 17 '16 at 12:02
Do you have access to another workibt PC?
– Divin3
May 17 '16 at 12:05
|
show 1 more comment
use a windows boot image and run thebootrec.exe /fixmbr
bootrec.exe /fixboot
bootrec.exe /rebuildBCD
– Divin3
May 17 '16 at 1:01
bootrec
commands run successfully, butbootrec /scanos
indicates that there're 0 Windows installations as doesbootrec /rebuildBCD
.
– Karl Richter
May 17 '16 at 11:06
I am out of ideas. Log in with a live cd, create backup of everything you need, than do a format / fresh install.
– Divin3
May 17 '16 at 11:43
I don't have any (recovery or live) media than the HDDs in the device and don't want to by one (see question).
– Karl Richter
May 17 '16 at 12:02
Do you have access to another workibt PC?
– Divin3
May 17 '16 at 12:05
use a windows boot image and run the
bootrec.exe /fixmbr
bootrec.exe /fixboot
bootrec.exe /rebuildBCD
– Divin3
May 17 '16 at 1:01
use a windows boot image and run the
bootrec.exe /fixmbr
bootrec.exe /fixboot
bootrec.exe /rebuildBCD
– Divin3
May 17 '16 at 1:01
bootrec
commands run successfully, but bootrec /scanos
indicates that there're 0 Windows installations as does bootrec /rebuildBCD
.– Karl Richter
May 17 '16 at 11:06
bootrec
commands run successfully, but bootrec /scanos
indicates that there're 0 Windows installations as does bootrec /rebuildBCD
.– Karl Richter
May 17 '16 at 11:06
I am out of ideas. Log in with a live cd, create backup of everything you need, than do a format / fresh install.
– Divin3
May 17 '16 at 11:43
I am out of ideas. Log in with a live cd, create backup of everything you need, than do a format / fresh install.
– Divin3
May 17 '16 at 11:43
I don't have any (recovery or live) media than the HDDs in the device and don't want to by one (see question).
– Karl Richter
May 17 '16 at 12:02
I don't have any (recovery or live) media than the HDDs in the device and don't want to by one (see question).
– Karl Richter
May 17 '16 at 12:02
Do you have access to another workibt PC?
– Divin3
May 17 '16 at 12:05
Do you have access to another workibt PC?
– Divin3
May 17 '16 at 12:05
|
show 1 more comment
1 Answer
1
active
oldest
votes
Ask a friend to help you do the following:
Download and install Rufus (You will need an USB flash drive).
If you want to recover your data, you will need a live CD that you have to create first. I prefer using this one, everything is configured and ready to use.
All you have to do is download the ISO, and use Rufus to make a USB flash drive bootable with the ISO.
Than you can use the USB flash drive to boot into your PC. I suggest you try the recovery software included in the Live CD first. Also don't forget to backup your important files.
If the Live CD fails to recover and make your Windows bootable, you will need to do a fresh install.
Again, you can use Rufus to create a bootable USB flash drive from any ISO file.
For a free solution, you can download and use Ubuntu.
You can also download and install Windows as well using this method.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1077605%2fhow-to-clear-hidden-attribute-from-partition-if-attributes-volume-clear-hidden%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ask a friend to help you do the following:
Download and install Rufus (You will need an USB flash drive).
If you want to recover your data, you will need a live CD that you have to create first. I prefer using this one, everything is configured and ready to use.
All you have to do is download the ISO, and use Rufus to make a USB flash drive bootable with the ISO.
Than you can use the USB flash drive to boot into your PC. I suggest you try the recovery software included in the Live CD first. Also don't forget to backup your important files.
If the Live CD fails to recover and make your Windows bootable, you will need to do a fresh install.
Again, you can use Rufus to create a bootable USB flash drive from any ISO file.
For a free solution, you can download and use Ubuntu.
You can also download and install Windows as well using this method.
add a comment |
Ask a friend to help you do the following:
Download and install Rufus (You will need an USB flash drive).
If you want to recover your data, you will need a live CD that you have to create first. I prefer using this one, everything is configured and ready to use.
All you have to do is download the ISO, and use Rufus to make a USB flash drive bootable with the ISO.
Than you can use the USB flash drive to boot into your PC. I suggest you try the recovery software included in the Live CD first. Also don't forget to backup your important files.
If the Live CD fails to recover and make your Windows bootable, you will need to do a fresh install.
Again, you can use Rufus to create a bootable USB flash drive from any ISO file.
For a free solution, you can download and use Ubuntu.
You can also download and install Windows as well using this method.
add a comment |
Ask a friend to help you do the following:
Download and install Rufus (You will need an USB flash drive).
If you want to recover your data, you will need a live CD that you have to create first. I prefer using this one, everything is configured and ready to use.
All you have to do is download the ISO, and use Rufus to make a USB flash drive bootable with the ISO.
Than you can use the USB flash drive to boot into your PC. I suggest you try the recovery software included in the Live CD first. Also don't forget to backup your important files.
If the Live CD fails to recover and make your Windows bootable, you will need to do a fresh install.
Again, you can use Rufus to create a bootable USB flash drive from any ISO file.
For a free solution, you can download and use Ubuntu.
You can also download and install Windows as well using this method.
Ask a friend to help you do the following:
Download and install Rufus (You will need an USB flash drive).
If you want to recover your data, you will need a live CD that you have to create first. I prefer using this one, everything is configured and ready to use.
All you have to do is download the ISO, and use Rufus to make a USB flash drive bootable with the ISO.
Than you can use the USB flash drive to boot into your PC. I suggest you try the recovery software included in the Live CD first. Also don't forget to backup your important files.
If the Live CD fails to recover and make your Windows bootable, you will need to do a fresh install.
Again, you can use Rufus to create a bootable USB flash drive from any ISO file.
For a free solution, you can download and use Ubuntu.
You can also download and install Windows as well using this method.
edited Aug 18 '18 at 17:05
JakeGould
32.9k10100142
32.9k10100142
answered May 17 '16 at 12:44
Divin3Divin3
1,4531726
1,4531726
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1077605%2fhow-to-clear-hidden-attribute-from-partition-if-attributes-volume-clear-hidden%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
use a windows boot image and run the
bootrec.exe /fixmbr
bootrec.exe /fixboot
bootrec.exe /rebuildBCD
– Divin3
May 17 '16 at 1:01
bootrec
commands run successfully, butbootrec /scanos
indicates that there're 0 Windows installations as doesbootrec /rebuildBCD
.– Karl Richter
May 17 '16 at 11:06
I am out of ideas. Log in with a live cd, create backup of everything you need, than do a format / fresh install.
– Divin3
May 17 '16 at 11:43
I don't have any (recovery or live) media than the HDDs in the device and don't want to by one (see question).
– Karl Richter
May 17 '16 at 12:02
Do you have access to another workibt PC?
– Divin3
May 17 '16 at 12:05