LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-26-2018, 12:26 AM   #1
mynamajeffisfunny
LQ Newbie
 
Registered: Aug 2018
Posts: 3

Rep: Reputation: Disabled
Exclamation Thinkpad E430 Debian 9 install not detecting 100gb ext4 partition


Previous post:
http://forums.debian.net/viewtopic.p...679365#p679365

From above link
Hello, I was installing debian 9 on an old thinkpad E430 but I ran into some problems at the selecting disk stage. it would not detect the 100gb ext4 partition I wanted to install onto, but instead only detected the complete 320gb disk in its entirety. I wanted to have it dual booted with the already installed windows 7 and have the debian partition be encrypted with LVM. I partitioned the disk with minitool. I also know that the iso image I am using is legitimate because I checksum and gpg verified it. I have tried searching for the problem online and posted it on other forums but I couldn't find any help. If I could have some help figuring this out it would be much appreciated
Code:
    ~ # fdisk -l
    Disk /dev/sda: 298.1GiB, 320072933376 bytes, 625142448 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: 0x6364f2eb

    Device        Boot     Start             End        Sectors   Size    Id  Type
    /dev/sda1  *            2048     1026047       1024000  500M   7   HPFS/NTFS/exFAT
    /dev/sda2           1026048 420339711   419313664  200G   7   HPFS/NTFS/exFAT


    Stuff about my flashdrive here

mynamajeffisfunny
     
    Posts: 2
    Joined: 2018-08-18 08:18

Top


I posted on the debian forums a couple days ago but my problem went unsolved and I stopped receiving suggestions so I am posting here. I am sorry I would attempt to figure this out myself but I have minimum experience with linux so not sure where to really begin and I am a bit short on time so I figured I would post here. As always, any help received would be much appreciated.
 
Old 08-26-2018, 06:53 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi & Welcome to LQ.

In order to install Debian alongside of your Windows os you will first have to shrink your Windows partition. Go into disk management to do that. Shrinking Windows to 160GB should be good.

Once your Windows partition has been resized you will have 'free space' during your Debian installation to install to.

You will need to make a 1 GB linux-swap partition from that free space. Than you can use the remanining free space to make a ext 4 file system for your Debian install.

Once Debian is installed IF Windows doesn't show up in your Grub Menu just open the terminal in Debian and run this as root:
Code:
sudo update-grub
Good luck with your install-
 
2 members found this post helpful.
Old 08-26-2018, 09:55 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,680

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
I am unfamiliar with minitool but from the output of the fdisk command there isn't a 100GB linux partition. If using LVM and encryption you will need two partitions one for /boot and the LVM that contains swap and whatever other partitions desired of which the minimum a /(root) partition.

If you pick guided partitioning using free space the installer will walk you through the steps or use manually partitioning if you feel comfortable with doing it yourself. If you use another partitioning tool you will need to select manual partitioning. You will need to manually select the desired partition, mount point and filesystem type.
 
1 members found this post helpful.
Old 08-28-2018, 12:45 PM   #4
mynamajeffisfunny
LQ Newbie
 
Registered: Aug 2018
Posts: 3

Original Poster
Rep: Reputation: Disabled
Okay, but how do I get the installer to detect the partition?
 
Old 08-28-2018, 12:58 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,680

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
From the information posted there isn't evidence that a 100GB partition was created successfully.

A fdisk, gparted screen shot from any linux live CD or Windows partition manager should show if it was actually created. Regardless the debian installer will create partitions using available free space.
 
Old 08-28-2018, 01:05 PM   #6
mynamajeffisfunny
LQ Newbie
 
Registered: Aug 2018
Posts: 3

Original Poster
Rep: Reputation: Disabled
Alright, that is weird though because my windows partition detects it with the help of ext4 software.
 
Old 08-28-2018, 03:36 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Did you shrink your Windows partition to make room for your Linux installation?
 
Old 08-29-2018, 01:09 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by mynamajeffisfunny View Post
Previous post:
http://forums.debian.net/viewtopic.p...679365#p679365


I posted on the debian forums a couple days ago but my problem went unsolved and I stopped receiving suggestions
sorry but this is not true.
you received quite a few suggestions, but stopped reacting to them.
at first glance i can see that you never even followed up on the request made in the first reply.
all you managed was to provide the output of "fdisk -l", and silence after that - from you, not the others.
many follow-up questions went unanswered.

and also here i can see that you are not really working on the problem yourself.
asking rather monosyllabistic questions instead of providing further information.

Last edited by ondoho; 08-29-2018 at 01:11 AM.
 
Old 08-29-2018, 12:47 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Getting back to the issue.....

"From the information posted there isn't evidence that a 100GB partition was created successfully. "

I echo this observation.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Create LVM Partition with XFS/Ext4 File Systems on RHEL and Debian LXer Syndicated Linux News 0 06-05-2018 12:00 AM
Install ext4 on a partition within an extended partition Locestar Linux - Newbie 3 05-18-2018 06:32 PM
i want a new partition for external usb hdd, replace ntfs with ext4 with debian tools malt Linux - Newbie 2 10-23-2014 04:10 PM
[SOLVED] Kubuntu 10.04, i386, new install. Can't access EXT4 partition on same HDD. Bhakta Neal Linux - Newbie 25 05-20-2011 12:06 PM
Moving Debian to an ext4 partition almatic Debian 9 02-03-2011 04:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration