install ubuntu in Lenovo T460p with Windows 7installing 64bit 12.04 LTS along with 32bit window 7Issue with creating partition in Windows 7 Ubuntu DualBootAdding another Ubuntudd confuses grub (and gparted)?Can I have my software on a different partition than the base installation?Dual boot Ubuntu and Windows 10 with GPT
How short does a trip need to be before flying is less safe than other forms of transportation?
My bike's adjustable stem keeps falling down
Why is the Play button disabled in Vermintide 2?
Why do we use the Greek letter μ (Mu) to denote population mean or expected value in probability and statistics
Alias to open a graphical Program (nautilus) opens it in Terminal too
Create a program that prints the amount of characters it has, in words
How to apply a macro for every single matching pattern
Is dark matter inside galaxies different from dark matter in intergalactic space?
Why does Bane's stock exchange robbery actually work to bankrupt Bruce Wayne?
How can Edward Snowden be denied a jury trial?
Does animal blood, esp. human, really have similar salinity as ocean water, and does that prove anything about evolution?
Protecting Seals from Forgery
What game(s) does Michael play in Mind Field S2E4?
Why do some web servers still provide information on vendor and version in the HTTP response headers
Justification for excluding gravitational energy from the stress-energy tensor
What type of key profile is this?
Scrum Team and Product Owner working against each other
Simple code that checks if you're old enough to drive
Why are bagpipes tuned using just intonation?
In Cura, can I make my top and bottom layer be all perimiters?
What does “studies need to be taken with more than the usual grain of salt” mean?
Heat involved in isenthalpic process
Doubt on finding simplex's initial canonical tableau (II Phase)
Should I do a regression analysis even if the variables do not seem to be associated at all?
install ubuntu in Lenovo T460p with Windows 7
installing 64bit 12.04 LTS along with 32bit window 7Issue with creating partition in Windows 7 Ubuntu DualBootAdding another Ubuntudd confuses grub (and gparted)?Can I have my software on a different partition than the base installation?Dual boot Ubuntu and Windows 10 with GPT
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have a Lenovo laptop T460P installed with Windows 7 64 bits. Now I hit a problem trying to install ubuntu to dual-boot.
The guide
I'm following the approach at https://www.lifewire.com/ultimate-windows-7-ubuntu-linux-dual-boot-guide-2200653 , except, since I had problem restarting, in step 5, I chose "Do something else" to select the target installation. So I downloaded ubuntu-18.04.2-desktop-amd64.iso and build the usb start up drive.
The machine seen in Windows has 2 harddisks, in Windows I can run diskmgmt.msc
to check Windows Partition, it shows:
disk 0, Basic (465.64GB) online
- 100MB Healthy (EFI System Partition)
- Windows7_OS (D:) 452.17 GB NTFS, Healthy (Primary Partition)
- Lenovo_Recovery (E:) 13.37 GB NTFS, Healthy (Primary Partition)
disk 1, Basic (238.35 GB) online
- 69 MB, Healthy (EFI System Partition)
- Windows7_OS (C:), 178.53 GB NTFS, Healthy (Boot, Page File, Crash Dump, Primary Partition)
- 1 MB, Healthy (Primary Partition)
- 49.15 GB, Healthy (Primary Partition) >> this is the partition I split out by
diskmgmt.msc
to install Ubuntu, following the guide's step 2 "Create space on your hard drive by Shrinking Windows." - Lenovo_Recovery (Q:), 10.60 GB NTFS, Healthy (Primary Partition)
disk 2, Removable 28.64 GB, online
- UUI (F:), 28.64 GB FAT32, Healthy (Active, Primary Partition) >> this is the usb drive
The machine seen in Ubuntu, as in step 5 of the guide 'Run the installer', in the "Installation type" window, I can see the partitions are listed as:
/dev/sda >> this shall be Windows disk 0
- free space, 1 MB
- /dev/sda1, fat32, 104 MB
- /dev/sda2, 134 MB
- /dev/sda3, ntfs, 485510 MB >> this shall be Windows D: drive
- /dev/sda4, ntfs, 14357 MB >> this shall be Windows E: drive
- free space, 0 MB
/dev/sdb >> this shall be Windows disk 1
- free space, 1 MB
- /dev/sdb1, fat32, 72 MB
- /dev/sdb2, 134 MB
- /dev/sdb3, ntfs, 191693 MB, windows 7 >> this shall be Windows C: drive
- free space, 0 MB
- /dev/sdb5, biosgrub, 1 MB
- /dev/sdb6, ext4 >> this shall be the free space I created
- /dev/sdb4, ntfs, 11383 MB
- free space, 2MB
Installation Type, in this windows I select /dev/sdb6, change it as
- size = 52770 MB
- Use as: ext4 journaling file system
- Checked "format the partition:
- mount point = /
The under "Device for boot loader installation", I can see:
- /dev/sda ATA TOSHIBA MQ01ACF0 (500.1 GB)
- /dev/sda1
- /dev/sda3
- /dev/sda4
- /dev/sdb ATA TS256GMTS400 (256.1 GB) --- select this then
- /dev/sdb1
- /dev/sdb3 Windows 7
- /dev/sdb6
- /dev/sdb4
I selected dev/sdb
, it comes a warning: "The following partitions are going to be formatted: partition #6 of SCSI3 (0,0,0) (sdb) as ext4". After click continue, the installation completed without warning.
The problem: installation finished, then I restarted the laptop, without the USB stick, it always goes to Windows 7 start up, not as described in the guide that "When your computer reboots a menu should appear with options for Windows and Ubuntu."
If i press F1 at start up and enter the T460P motherboard set up, it shows
- USD HDD
- ATA HDD1 TS256GMTS400
- Windows Boot Manager
- ATA HDD0 TOSHIBA MQ01ACF0
- USB CD
- USB FDD
- NVMe0
- PCI LAN IBA CL Slot 00FE v0105
I tried change this to
- ATA HDD1 TS256GMTS400
- Windows Boot Manager
or
- Windows Boot Manager
- ATA HDD1 TS256GMTS400
but to no avail -- I see nothing as to choose windows or ubuntu, it always goes to the Windows login screen.
What shall I do?
dual-boot windows-7
add a comment
|
I have a Lenovo laptop T460P installed with Windows 7 64 bits. Now I hit a problem trying to install ubuntu to dual-boot.
The guide
I'm following the approach at https://www.lifewire.com/ultimate-windows-7-ubuntu-linux-dual-boot-guide-2200653 , except, since I had problem restarting, in step 5, I chose "Do something else" to select the target installation. So I downloaded ubuntu-18.04.2-desktop-amd64.iso and build the usb start up drive.
The machine seen in Windows has 2 harddisks, in Windows I can run diskmgmt.msc
to check Windows Partition, it shows:
disk 0, Basic (465.64GB) online
- 100MB Healthy (EFI System Partition)
- Windows7_OS (D:) 452.17 GB NTFS, Healthy (Primary Partition)
- Lenovo_Recovery (E:) 13.37 GB NTFS, Healthy (Primary Partition)
disk 1, Basic (238.35 GB) online
- 69 MB, Healthy (EFI System Partition)
- Windows7_OS (C:), 178.53 GB NTFS, Healthy (Boot, Page File, Crash Dump, Primary Partition)
- 1 MB, Healthy (Primary Partition)
- 49.15 GB, Healthy (Primary Partition) >> this is the partition I split out by
diskmgmt.msc
to install Ubuntu, following the guide's step 2 "Create space on your hard drive by Shrinking Windows." - Lenovo_Recovery (Q:), 10.60 GB NTFS, Healthy (Primary Partition)
disk 2, Removable 28.64 GB, online
- UUI (F:), 28.64 GB FAT32, Healthy (Active, Primary Partition) >> this is the usb drive
The machine seen in Ubuntu, as in step 5 of the guide 'Run the installer', in the "Installation type" window, I can see the partitions are listed as:
/dev/sda >> this shall be Windows disk 0
- free space, 1 MB
- /dev/sda1, fat32, 104 MB
- /dev/sda2, 134 MB
- /dev/sda3, ntfs, 485510 MB >> this shall be Windows D: drive
- /dev/sda4, ntfs, 14357 MB >> this shall be Windows E: drive
- free space, 0 MB
/dev/sdb >> this shall be Windows disk 1
- free space, 1 MB
- /dev/sdb1, fat32, 72 MB
- /dev/sdb2, 134 MB
- /dev/sdb3, ntfs, 191693 MB, windows 7 >> this shall be Windows C: drive
- free space, 0 MB
- /dev/sdb5, biosgrub, 1 MB
- /dev/sdb6, ext4 >> this shall be the free space I created
- /dev/sdb4, ntfs, 11383 MB
- free space, 2MB
Installation Type, in this windows I select /dev/sdb6, change it as
- size = 52770 MB
- Use as: ext4 journaling file system
- Checked "format the partition:
- mount point = /
The under "Device for boot loader installation", I can see:
- /dev/sda ATA TOSHIBA MQ01ACF0 (500.1 GB)
- /dev/sda1
- /dev/sda3
- /dev/sda4
- /dev/sdb ATA TS256GMTS400 (256.1 GB) --- select this then
- /dev/sdb1
- /dev/sdb3 Windows 7
- /dev/sdb6
- /dev/sdb4
I selected dev/sdb
, it comes a warning: "The following partitions are going to be formatted: partition #6 of SCSI3 (0,0,0) (sdb) as ext4". After click continue, the installation completed without warning.
The problem: installation finished, then I restarted the laptop, without the USB stick, it always goes to Windows 7 start up, not as described in the guide that "When your computer reboots a menu should appear with options for Windows and Ubuntu."
If i press F1 at start up and enter the T460P motherboard set up, it shows
- USD HDD
- ATA HDD1 TS256GMTS400
- Windows Boot Manager
- ATA HDD0 TOSHIBA MQ01ACF0
- USB CD
- USB FDD
- NVMe0
- PCI LAN IBA CL Slot 00FE v0105
I tried change this to
- ATA HDD1 TS256GMTS400
- Windows Boot Manager
or
- Windows Boot Manager
- ATA HDD1 TS256GMTS400
but to no avail -- I see nothing as to choose windows or ubuntu, it always goes to the Windows login screen.
What shall I do?
dual-boot windows-7
add a comment
|
I have a Lenovo laptop T460P installed with Windows 7 64 bits. Now I hit a problem trying to install ubuntu to dual-boot.
The guide
I'm following the approach at https://www.lifewire.com/ultimate-windows-7-ubuntu-linux-dual-boot-guide-2200653 , except, since I had problem restarting, in step 5, I chose "Do something else" to select the target installation. So I downloaded ubuntu-18.04.2-desktop-amd64.iso and build the usb start up drive.
The machine seen in Windows has 2 harddisks, in Windows I can run diskmgmt.msc
to check Windows Partition, it shows:
disk 0, Basic (465.64GB) online
- 100MB Healthy (EFI System Partition)
- Windows7_OS (D:) 452.17 GB NTFS, Healthy (Primary Partition)
- Lenovo_Recovery (E:) 13.37 GB NTFS, Healthy (Primary Partition)
disk 1, Basic (238.35 GB) online
- 69 MB, Healthy (EFI System Partition)
- Windows7_OS (C:), 178.53 GB NTFS, Healthy (Boot, Page File, Crash Dump, Primary Partition)
- 1 MB, Healthy (Primary Partition)
- 49.15 GB, Healthy (Primary Partition) >> this is the partition I split out by
diskmgmt.msc
to install Ubuntu, following the guide's step 2 "Create space on your hard drive by Shrinking Windows." - Lenovo_Recovery (Q:), 10.60 GB NTFS, Healthy (Primary Partition)
disk 2, Removable 28.64 GB, online
- UUI (F:), 28.64 GB FAT32, Healthy (Active, Primary Partition) >> this is the usb drive
The machine seen in Ubuntu, as in step 5 of the guide 'Run the installer', in the "Installation type" window, I can see the partitions are listed as:
/dev/sda >> this shall be Windows disk 0
- free space, 1 MB
- /dev/sda1, fat32, 104 MB
- /dev/sda2, 134 MB
- /dev/sda3, ntfs, 485510 MB >> this shall be Windows D: drive
- /dev/sda4, ntfs, 14357 MB >> this shall be Windows E: drive
- free space, 0 MB
/dev/sdb >> this shall be Windows disk 1
- free space, 1 MB
- /dev/sdb1, fat32, 72 MB
- /dev/sdb2, 134 MB
- /dev/sdb3, ntfs, 191693 MB, windows 7 >> this shall be Windows C: drive
- free space, 0 MB
- /dev/sdb5, biosgrub, 1 MB
- /dev/sdb6, ext4 >> this shall be the free space I created
- /dev/sdb4, ntfs, 11383 MB
- free space, 2MB
Installation Type, in this windows I select /dev/sdb6, change it as
- size = 52770 MB
- Use as: ext4 journaling file system
- Checked "format the partition:
- mount point = /
The under "Device for boot loader installation", I can see:
- /dev/sda ATA TOSHIBA MQ01ACF0 (500.1 GB)
- /dev/sda1
- /dev/sda3
- /dev/sda4
- /dev/sdb ATA TS256GMTS400 (256.1 GB) --- select this then
- /dev/sdb1
- /dev/sdb3 Windows 7
- /dev/sdb6
- /dev/sdb4
I selected dev/sdb
, it comes a warning: "The following partitions are going to be formatted: partition #6 of SCSI3 (0,0,0) (sdb) as ext4". After click continue, the installation completed without warning.
The problem: installation finished, then I restarted the laptop, without the USB stick, it always goes to Windows 7 start up, not as described in the guide that "When your computer reboots a menu should appear with options for Windows and Ubuntu."
If i press F1 at start up and enter the T460P motherboard set up, it shows
- USD HDD
- ATA HDD1 TS256GMTS400
- Windows Boot Manager
- ATA HDD0 TOSHIBA MQ01ACF0
- USB CD
- USB FDD
- NVMe0
- PCI LAN IBA CL Slot 00FE v0105
I tried change this to
- ATA HDD1 TS256GMTS400
- Windows Boot Manager
or
- Windows Boot Manager
- ATA HDD1 TS256GMTS400
but to no avail -- I see nothing as to choose windows or ubuntu, it always goes to the Windows login screen.
What shall I do?
dual-boot windows-7
I have a Lenovo laptop T460P installed with Windows 7 64 bits. Now I hit a problem trying to install ubuntu to dual-boot.
The guide
I'm following the approach at https://www.lifewire.com/ultimate-windows-7-ubuntu-linux-dual-boot-guide-2200653 , except, since I had problem restarting, in step 5, I chose "Do something else" to select the target installation. So I downloaded ubuntu-18.04.2-desktop-amd64.iso and build the usb start up drive.
The machine seen in Windows has 2 harddisks, in Windows I can run diskmgmt.msc
to check Windows Partition, it shows:
disk 0, Basic (465.64GB) online
- 100MB Healthy (EFI System Partition)
- Windows7_OS (D:) 452.17 GB NTFS, Healthy (Primary Partition)
- Lenovo_Recovery (E:) 13.37 GB NTFS, Healthy (Primary Partition)
disk 1, Basic (238.35 GB) online
- 69 MB, Healthy (EFI System Partition)
- Windows7_OS (C:), 178.53 GB NTFS, Healthy (Boot, Page File, Crash Dump, Primary Partition)
- 1 MB, Healthy (Primary Partition)
- 49.15 GB, Healthy (Primary Partition) >> this is the partition I split out by
diskmgmt.msc
to install Ubuntu, following the guide's step 2 "Create space on your hard drive by Shrinking Windows." - Lenovo_Recovery (Q:), 10.60 GB NTFS, Healthy (Primary Partition)
disk 2, Removable 28.64 GB, online
- UUI (F:), 28.64 GB FAT32, Healthy (Active, Primary Partition) >> this is the usb drive
The machine seen in Ubuntu, as in step 5 of the guide 'Run the installer', in the "Installation type" window, I can see the partitions are listed as:
/dev/sda >> this shall be Windows disk 0
- free space, 1 MB
- /dev/sda1, fat32, 104 MB
- /dev/sda2, 134 MB
- /dev/sda3, ntfs, 485510 MB >> this shall be Windows D: drive
- /dev/sda4, ntfs, 14357 MB >> this shall be Windows E: drive
- free space, 0 MB
/dev/sdb >> this shall be Windows disk 1
- free space, 1 MB
- /dev/sdb1, fat32, 72 MB
- /dev/sdb2, 134 MB
- /dev/sdb3, ntfs, 191693 MB, windows 7 >> this shall be Windows C: drive
- free space, 0 MB
- /dev/sdb5, biosgrub, 1 MB
- /dev/sdb6, ext4 >> this shall be the free space I created
- /dev/sdb4, ntfs, 11383 MB
- free space, 2MB
Installation Type, in this windows I select /dev/sdb6, change it as
- size = 52770 MB
- Use as: ext4 journaling file system
- Checked "format the partition:
- mount point = /
The under "Device for boot loader installation", I can see:
- /dev/sda ATA TOSHIBA MQ01ACF0 (500.1 GB)
- /dev/sda1
- /dev/sda3
- /dev/sda4
- /dev/sdb ATA TS256GMTS400 (256.1 GB) --- select this then
- /dev/sdb1
- /dev/sdb3 Windows 7
- /dev/sdb6
- /dev/sdb4
I selected dev/sdb
, it comes a warning: "The following partitions are going to be formatted: partition #6 of SCSI3 (0,0,0) (sdb) as ext4". After click continue, the installation completed without warning.
The problem: installation finished, then I restarted the laptop, without the USB stick, it always goes to Windows 7 start up, not as described in the guide that "When your computer reboots a menu should appear with options for Windows and Ubuntu."
If i press F1 at start up and enter the T460P motherboard set up, it shows
- USD HDD
- ATA HDD1 TS256GMTS400
- Windows Boot Manager
- ATA HDD0 TOSHIBA MQ01ACF0
- USB CD
- USB FDD
- NVMe0
- PCI LAN IBA CL Slot 00FE v0105
I tried change this to
- ATA HDD1 TS256GMTS400
- Windows Boot Manager
or
- Windows Boot Manager
- ATA HDD1 TS256GMTS400
but to no avail -- I see nothing as to choose windows or ubuntu, it always goes to the Windows login screen.
What shall I do?
dual-boot windows-7
dual-boot windows-7
asked Jun 1 at 16:14
athosathos
1085 bronze badges
1085 bronze badges
add a comment
|
add a comment
|
0
active
oldest
votes
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/4.0/"u003ecc by-sa 4.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%2f1147889%2finstall-ubuntu-in-lenovo-t460p-with-windows-7%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1147889%2finstall-ubuntu-in-lenovo-t460p-with-windows-7%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