Ubuntu server install on existing partition
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
I am trying to install Ubuntu Server 18.04 LTS on an existing partition on a Win 10 + Ubuntu machine (replacing the existing 16.04). However, on the disk setup stage, the installer does not show any existing partitions on the disk and treats everything as free space. I have referred to some links (e.g. this tutorial, this manual partitioning and this) but did not find anything useful. Can someone provide any guidance on this?
The following is the output for fdisk -l
Disk /dev/loop0: 495.4 MiB, 519491584 bytes,
1014632 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/loop1: 149.5 MiB, 156753920 bytes, 306160 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/loop2: 37 MiB, 38805504 bytes, 75792 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/loop3: 21.5 MiB, 22528000 bytes, 44000 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/loop4: 86.6 MiB, 90759168 bytes, 177264 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/loop5: 44.6 MiB, 46792704 bytes, 91392 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: gpt
Disk identifier: 29A3046E-B1A3-4A8A-94DF-FE9F225635A0
Device Start End Sectors Size Type
/dev/sda1 34 262177 262144 128M Microsoft reserved
/dev/sda2 264192 524552191 524288000 250G Microsoft basic data
/dev/sda3 524552192 1048840191 524288000 250G Microsoft basic data
/dev/sda4 1048840192 1832280063 783439872 373.6G Microsoft basic data
/dev/sda5 1832280064 1848662015 16381952 7.8G Microsoft basic data
/dev/sda6 1848664064 1953521663 104857600 50G Linux filesystem
Disk /dev/sdb: 223.6 GiB, 240057409536 bytes, 468862128 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: gpt
Disk identifier: 4783D55B-A479-4449-8D39-7DFAB78B25DF
Device Start End Sectors Size Type
/dev/sdb1 2048 923647 921600 450M Windows recovery environment
/dev/sdb2 923648 1126399 202752 99M EFI System
/dev/sdb3 1126400 1159167 32768 16M Microsoft reserved
/dev/sdb4 1159168 362372980 361213813 172.2G Microsoft basic data
/dev/sdb5 362373120 364001279 1628160 795M Windows recovery environment
/dev/sdb6 364003328 468860927 104857600 50G Linux filesystem
Disk /dev/sdc: 3.8 GiB, 4022337024 bytes, 7856127 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: 0x1c0522c6
Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 0 1650687 1650688 806M 0 Empty
/dev/sdc2 1575508 1580179 4672 2.3M ef EFI (FAT-12/16/32)
On the disk partitioning screen, the installer states
No disks or partitions mounted
and then shows the disks as completely available in available devices.
Edit:
Found a similar bug report, discussion. I am not sure if this has been fixed.
dual-boot server partitioning 18.04
add a comment |Â
up vote
2
down vote
favorite
I am trying to install Ubuntu Server 18.04 LTS on an existing partition on a Win 10 + Ubuntu machine (replacing the existing 16.04). However, on the disk setup stage, the installer does not show any existing partitions on the disk and treats everything as free space. I have referred to some links (e.g. this tutorial, this manual partitioning and this) but did not find anything useful. Can someone provide any guidance on this?
The following is the output for fdisk -l
Disk /dev/loop0: 495.4 MiB, 519491584 bytes,
1014632 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/loop1: 149.5 MiB, 156753920 bytes, 306160 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/loop2: 37 MiB, 38805504 bytes, 75792 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/loop3: 21.5 MiB, 22528000 bytes, 44000 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/loop4: 86.6 MiB, 90759168 bytes, 177264 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/loop5: 44.6 MiB, 46792704 bytes, 91392 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: gpt
Disk identifier: 29A3046E-B1A3-4A8A-94DF-FE9F225635A0
Device Start End Sectors Size Type
/dev/sda1 34 262177 262144 128M Microsoft reserved
/dev/sda2 264192 524552191 524288000 250G Microsoft basic data
/dev/sda3 524552192 1048840191 524288000 250G Microsoft basic data
/dev/sda4 1048840192 1832280063 783439872 373.6G Microsoft basic data
/dev/sda5 1832280064 1848662015 16381952 7.8G Microsoft basic data
/dev/sda6 1848664064 1953521663 104857600 50G Linux filesystem
Disk /dev/sdb: 223.6 GiB, 240057409536 bytes, 468862128 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: gpt
Disk identifier: 4783D55B-A479-4449-8D39-7DFAB78B25DF
Device Start End Sectors Size Type
/dev/sdb1 2048 923647 921600 450M Windows recovery environment
/dev/sdb2 923648 1126399 202752 99M EFI System
/dev/sdb3 1126400 1159167 32768 16M Microsoft reserved
/dev/sdb4 1159168 362372980 361213813 172.2G Microsoft basic data
/dev/sdb5 362373120 364001279 1628160 795M Windows recovery environment
/dev/sdb6 364003328 468860927 104857600 50G Linux filesystem
Disk /dev/sdc: 3.8 GiB, 4022337024 bytes, 7856127 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: 0x1c0522c6
Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 0 1650687 1650688 806M 0 Empty
/dev/sdc2 1575508 1580179 4672 2.3M ef EFI (FAT-12/16/32)
On the disk partitioning screen, the installer states
No disks or partitions mounted
and then shows the disks as completely available in available devices.
Edit:
Found a similar bug report, discussion. I am not sure if this has been fixed.
dual-boot server partitioning 18.04
@K7AAY pasted it above.
â Abhay Mittal
May 15 at 18:36
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I am trying to install Ubuntu Server 18.04 LTS on an existing partition on a Win 10 + Ubuntu machine (replacing the existing 16.04). However, on the disk setup stage, the installer does not show any existing partitions on the disk and treats everything as free space. I have referred to some links (e.g. this tutorial, this manual partitioning and this) but did not find anything useful. Can someone provide any guidance on this?
The following is the output for fdisk -l
Disk /dev/loop0: 495.4 MiB, 519491584 bytes,
1014632 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/loop1: 149.5 MiB, 156753920 bytes, 306160 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/loop2: 37 MiB, 38805504 bytes, 75792 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/loop3: 21.5 MiB, 22528000 bytes, 44000 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/loop4: 86.6 MiB, 90759168 bytes, 177264 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/loop5: 44.6 MiB, 46792704 bytes, 91392 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: gpt
Disk identifier: 29A3046E-B1A3-4A8A-94DF-FE9F225635A0
Device Start End Sectors Size Type
/dev/sda1 34 262177 262144 128M Microsoft reserved
/dev/sda2 264192 524552191 524288000 250G Microsoft basic data
/dev/sda3 524552192 1048840191 524288000 250G Microsoft basic data
/dev/sda4 1048840192 1832280063 783439872 373.6G Microsoft basic data
/dev/sda5 1832280064 1848662015 16381952 7.8G Microsoft basic data
/dev/sda6 1848664064 1953521663 104857600 50G Linux filesystem
Disk /dev/sdb: 223.6 GiB, 240057409536 bytes, 468862128 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: gpt
Disk identifier: 4783D55B-A479-4449-8D39-7DFAB78B25DF
Device Start End Sectors Size Type
/dev/sdb1 2048 923647 921600 450M Windows recovery environment
/dev/sdb2 923648 1126399 202752 99M EFI System
/dev/sdb3 1126400 1159167 32768 16M Microsoft reserved
/dev/sdb4 1159168 362372980 361213813 172.2G Microsoft basic data
/dev/sdb5 362373120 364001279 1628160 795M Windows recovery environment
/dev/sdb6 364003328 468860927 104857600 50G Linux filesystem
Disk /dev/sdc: 3.8 GiB, 4022337024 bytes, 7856127 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: 0x1c0522c6
Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 0 1650687 1650688 806M 0 Empty
/dev/sdc2 1575508 1580179 4672 2.3M ef EFI (FAT-12/16/32)
On the disk partitioning screen, the installer states
No disks or partitions mounted
and then shows the disks as completely available in available devices.
Edit:
Found a similar bug report, discussion. I am not sure if this has been fixed.
dual-boot server partitioning 18.04
I am trying to install Ubuntu Server 18.04 LTS on an existing partition on a Win 10 + Ubuntu machine (replacing the existing 16.04). However, on the disk setup stage, the installer does not show any existing partitions on the disk and treats everything as free space. I have referred to some links (e.g. this tutorial, this manual partitioning and this) but did not find anything useful. Can someone provide any guidance on this?
The following is the output for fdisk -l
Disk /dev/loop0: 495.4 MiB, 519491584 bytes,
1014632 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/loop1: 149.5 MiB, 156753920 bytes, 306160 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/loop2: 37 MiB, 38805504 bytes, 75792 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/loop3: 21.5 MiB, 22528000 bytes, 44000 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/loop4: 86.6 MiB, 90759168 bytes, 177264 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/loop5: 44.6 MiB, 46792704 bytes, 91392 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: gpt
Disk identifier: 29A3046E-B1A3-4A8A-94DF-FE9F225635A0
Device Start End Sectors Size Type
/dev/sda1 34 262177 262144 128M Microsoft reserved
/dev/sda2 264192 524552191 524288000 250G Microsoft basic data
/dev/sda3 524552192 1048840191 524288000 250G Microsoft basic data
/dev/sda4 1048840192 1832280063 783439872 373.6G Microsoft basic data
/dev/sda5 1832280064 1848662015 16381952 7.8G Microsoft basic data
/dev/sda6 1848664064 1953521663 104857600 50G Linux filesystem
Disk /dev/sdb: 223.6 GiB, 240057409536 bytes, 468862128 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: gpt
Disk identifier: 4783D55B-A479-4449-8D39-7DFAB78B25DF
Device Start End Sectors Size Type
/dev/sdb1 2048 923647 921600 450M Windows recovery environment
/dev/sdb2 923648 1126399 202752 99M EFI System
/dev/sdb3 1126400 1159167 32768 16M Microsoft reserved
/dev/sdb4 1159168 362372980 361213813 172.2G Microsoft basic data
/dev/sdb5 362373120 364001279 1628160 795M Windows recovery environment
/dev/sdb6 364003328 468860927 104857600 50G Linux filesystem
Disk /dev/sdc: 3.8 GiB, 4022337024 bytes, 7856127 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: 0x1c0522c6
Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 0 1650687 1650688 806M 0 Empty
/dev/sdc2 1575508 1580179 4672 2.3M ef EFI (FAT-12/16/32)
On the disk partitioning screen, the installer states
No disks or partitions mounted
and then shows the disks as completely available in available devices.
Edit:
Found a similar bug report, discussion. I am not sure if this has been fixed.
dual-boot server partitioning 18.04
edited May 15 at 19:18
asked May 15 at 17:35
Abhay Mittal
112
112
@K7AAY pasted it above.
â Abhay Mittal
May 15 at 18:36
add a comment |Â
@K7AAY pasted it above.
â Abhay Mittal
May 15 at 18:36
@K7AAY pasted it above.
â Abhay Mittal
May 15 at 18:36
@K7AAY pasted it above.
â Abhay Mittal
May 15 at 18:36
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036632%2fubuntu-server-install-on-existing-partition%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
@K7AAY pasted it above.
â Abhay Mittal
May 15 at 18:36