Partitions not detected during installation Ubuntu 17.10
I deleted the Ubuntu 64bit partition from Windows 10 to extend its size and I am trying to reinstall it on my PC. The problem is, Ubuntu installer is neither detecting the windows installation nor the partitions I've made on my hard disk using windows. The installer shows an empty hard disk (no partitions) where I can install Ubuntu. I'm afraid if I continue to install I might break the existing partitions and lose my files. But the partition manager "Gparted" is showing all the existing partitions correctly. Only the installer is not able to detect the partitions.
I made a bootable USB drive for Ubuntu installation using "Universal USB Installer".
Here is the output of sudo parted /dev/sda print and sudo gdisk -l /dev/sda
ubuntu@ubuntu:~$ sudo parted /dev/sda
GNU Parted 3.2
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted)
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xe849da94
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 718847 716800 350M 7 HPFS/NTFS/e
/dev/sda2 718848 315125759 314406912 149.9G 7 HPFS/NTFS/e
/dev/sda3 315125760 827127807 512002048 244.1G 7 HPFS/NTFS/e
/dev/sda4 827127745 1953519615 1126391871 537.1G f W95 Ext'd (
/dev/sda5 827127808 1246851071 419723264 200.1G 7 HPFS/NTFS/e
/dev/sda6 1246853120 1339127807 92274688 44G 83 Linux
/dev/sda7 1339129856 1953519615 614389760 293G 7 HPFS/NTFS/e
Partition 4 does not start on physical sector boundary.
Disk /dev/sdb: 3.8 GiB, 4051697664 bytes, 7913472 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 128 7913471 7913344 3.8G c W95 FAT32 (LBA)
I cannot boot to Windows nor install Ubuntu since the partitions aren't detected. Should I convert MBR partitions to GPT so they are detected during the installation? Is it doable without losing my data?
dual-boot partitions boot-partition usb-installation
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.
add a comment |
I deleted the Ubuntu 64bit partition from Windows 10 to extend its size and I am trying to reinstall it on my PC. The problem is, Ubuntu installer is neither detecting the windows installation nor the partitions I've made on my hard disk using windows. The installer shows an empty hard disk (no partitions) where I can install Ubuntu. I'm afraid if I continue to install I might break the existing partitions and lose my files. But the partition manager "Gparted" is showing all the existing partitions correctly. Only the installer is not able to detect the partitions.
I made a bootable USB drive for Ubuntu installation using "Universal USB Installer".
Here is the output of sudo parted /dev/sda print and sudo gdisk -l /dev/sda
ubuntu@ubuntu:~$ sudo parted /dev/sda
GNU Parted 3.2
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted)
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xe849da94
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 718847 716800 350M 7 HPFS/NTFS/e
/dev/sda2 718848 315125759 314406912 149.9G 7 HPFS/NTFS/e
/dev/sda3 315125760 827127807 512002048 244.1G 7 HPFS/NTFS/e
/dev/sda4 827127745 1953519615 1126391871 537.1G f W95 Ext'd (
/dev/sda5 827127808 1246851071 419723264 200.1G 7 HPFS/NTFS/e
/dev/sda6 1246853120 1339127807 92274688 44G 83 Linux
/dev/sda7 1339129856 1953519615 614389760 293G 7 HPFS/NTFS/e
Partition 4 does not start on physical sector boundary.
Disk /dev/sdb: 3.8 GiB, 4051697664 bytes, 7913472 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 128 7913471 7913344 3.8G c W95 FAT32 (LBA)
I cannot boot to Windows nor install Ubuntu since the partitions aren't detected. Should I convert MBR partitions to GPT so they are detected during the installation? Is it doable without losing my data?
dual-boot partitions boot-partition usb-installation
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.
add a comment |
I deleted the Ubuntu 64bit partition from Windows 10 to extend its size and I am trying to reinstall it on my PC. The problem is, Ubuntu installer is neither detecting the windows installation nor the partitions I've made on my hard disk using windows. The installer shows an empty hard disk (no partitions) where I can install Ubuntu. I'm afraid if I continue to install I might break the existing partitions and lose my files. But the partition manager "Gparted" is showing all the existing partitions correctly. Only the installer is not able to detect the partitions.
I made a bootable USB drive for Ubuntu installation using "Universal USB Installer".
Here is the output of sudo parted /dev/sda print and sudo gdisk -l /dev/sda
ubuntu@ubuntu:~$ sudo parted /dev/sda
GNU Parted 3.2
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted)
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xe849da94
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 718847 716800 350M 7 HPFS/NTFS/e
/dev/sda2 718848 315125759 314406912 149.9G 7 HPFS/NTFS/e
/dev/sda3 315125760 827127807 512002048 244.1G 7 HPFS/NTFS/e
/dev/sda4 827127745 1953519615 1126391871 537.1G f W95 Ext'd (
/dev/sda5 827127808 1246851071 419723264 200.1G 7 HPFS/NTFS/e
/dev/sda6 1246853120 1339127807 92274688 44G 83 Linux
/dev/sda7 1339129856 1953519615 614389760 293G 7 HPFS/NTFS/e
Partition 4 does not start on physical sector boundary.
Disk /dev/sdb: 3.8 GiB, 4051697664 bytes, 7913472 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 128 7913471 7913344 3.8G c W95 FAT32 (LBA)
I cannot boot to Windows nor install Ubuntu since the partitions aren't detected. Should I convert MBR partitions to GPT so they are detected during the installation? Is it doable without losing my data?
dual-boot partitions boot-partition usb-installation
I deleted the Ubuntu 64bit partition from Windows 10 to extend its size and I am trying to reinstall it on my PC. The problem is, Ubuntu installer is neither detecting the windows installation nor the partitions I've made on my hard disk using windows. The installer shows an empty hard disk (no partitions) where I can install Ubuntu. I'm afraid if I continue to install I might break the existing partitions and lose my files. But the partition manager "Gparted" is showing all the existing partitions correctly. Only the installer is not able to detect the partitions.
I made a bootable USB drive for Ubuntu installation using "Universal USB Installer".
Here is the output of sudo parted /dev/sda print and sudo gdisk -l /dev/sda
ubuntu@ubuntu:~$ sudo parted /dev/sda
GNU Parted 3.2
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted)
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xe849da94
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 718847 716800 350M 7 HPFS/NTFS/e
/dev/sda2 718848 315125759 314406912 149.9G 7 HPFS/NTFS/e
/dev/sda3 315125760 827127807 512002048 244.1G 7 HPFS/NTFS/e
/dev/sda4 827127745 1953519615 1126391871 537.1G f W95 Ext'd (
/dev/sda5 827127808 1246851071 419723264 200.1G 7 HPFS/NTFS/e
/dev/sda6 1246853120 1339127807 92274688 44G 83 Linux
/dev/sda7 1339129856 1953519615 614389760 293G 7 HPFS/NTFS/e
Partition 4 does not start on physical sector boundary.
Disk /dev/sdb: 3.8 GiB, 4051697664 bytes, 7913472 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 128 7913471 7913344 3.8G c W95 FAT32 (LBA)
I cannot boot to Windows nor install Ubuntu since the partitions aren't detected. Should I convert MBR partitions to GPT so they are detected during the installation? Is it doable without losing my data?
dual-boot partitions boot-partition usb-installation
dual-boot partitions boot-partition usb-installation
edited Jan 6 '18 at 13:30
Joker 00
asked Jan 6 '18 at 13:25
Joker 00Joker 00
112
112
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.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Quick search at given problem shows that either partition table is faulty or some other issue. Look at link before going into solution.
My understandings is that I am suspecting something odd about mismatching bootable media and UEFI. I know from experience that Universal USB Installer does not prepare a USB stick for booting against UEFI (It supports old BIOS) because I had a similar issue very ago in past. Windows 10 told me that system is in UEFI mode so I had to change boot mode on USB. I recommend you the same as first attempt. I also recommend using "Rufus" tool on any Windows machine and prepare "Ubuntu" against UEFI option under Rufus see image especially options 1 & 2 for help.
Otherwise, to correct the problem if partition table is involved, you may have to format the drive which is tedious.

add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f992941%2fpartitions-not-detected-during-installation-ubuntu-17-10%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
Quick search at given problem shows that either partition table is faulty or some other issue. Look at link before going into solution.
My understandings is that I am suspecting something odd about mismatching bootable media and UEFI. I know from experience that Universal USB Installer does not prepare a USB stick for booting against UEFI (It supports old BIOS) because I had a similar issue very ago in past. Windows 10 told me that system is in UEFI mode so I had to change boot mode on USB. I recommend you the same as first attempt. I also recommend using "Rufus" tool on any Windows machine and prepare "Ubuntu" against UEFI option under Rufus see image especially options 1 & 2 for help.
Otherwise, to correct the problem if partition table is involved, you may have to format the drive which is tedious.

add a comment |
Quick search at given problem shows that either partition table is faulty or some other issue. Look at link before going into solution.
My understandings is that I am suspecting something odd about mismatching bootable media and UEFI. I know from experience that Universal USB Installer does not prepare a USB stick for booting against UEFI (It supports old BIOS) because I had a similar issue very ago in past. Windows 10 told me that system is in UEFI mode so I had to change boot mode on USB. I recommend you the same as first attempt. I also recommend using "Rufus" tool on any Windows machine and prepare "Ubuntu" against UEFI option under Rufus see image especially options 1 & 2 for help.
Otherwise, to correct the problem if partition table is involved, you may have to format the drive which is tedious.

add a comment |
Quick search at given problem shows that either partition table is faulty or some other issue. Look at link before going into solution.
My understandings is that I am suspecting something odd about mismatching bootable media and UEFI. I know from experience that Universal USB Installer does not prepare a USB stick for booting against UEFI (It supports old BIOS) because I had a similar issue very ago in past. Windows 10 told me that system is in UEFI mode so I had to change boot mode on USB. I recommend you the same as first attempt. I also recommend using "Rufus" tool on any Windows machine and prepare "Ubuntu" against UEFI option under Rufus see image especially options 1 & 2 for help.
Otherwise, to correct the problem if partition table is involved, you may have to format the drive which is tedious.

Quick search at given problem shows that either partition table is faulty or some other issue. Look at link before going into solution.
My understandings is that I am suspecting something odd about mismatching bootable media and UEFI. I know from experience that Universal USB Installer does not prepare a USB stick for booting against UEFI (It supports old BIOS) because I had a similar issue very ago in past. Windows 10 told me that system is in UEFI mode so I had to change boot mode on USB. I recommend you the same as first attempt. I also recommend using "Rufus" tool on any Windows machine and prepare "Ubuntu" against UEFI option under Rufus see image especially options 1 & 2 for help.
Otherwise, to correct the problem if partition table is involved, you may have to format the drive which is tedious.

answered Jan 6 '18 at 14:01
muhammad_ahmad_mujtabamuhammad_ahmad_mujtaba
48111
48111
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f992941%2fpartitions-not-detected-during-installation-ubuntu-17-10%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