LinuxQuestions.org
Help answer threads with 0 replies.
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 09-11-2020, 02:45 PM   #1
TBotNik
Member
 
Registered: May 2016
Location: Greenville, TX
Distribution: Kubuntu 18.04
Posts: 796

Rep: Reputation: Disabled
Inspiron 3793


All,

My old Aspire laptop died, so I bought a Dell Inspiron 3793. This has a 512GB SSD and a spare drive bay. Problem is they somehow locked the SSD so when I boot off the Kubuntu 18.04 LiveDVD the drive is always read-only, so I cannot install Kubuntu.

I've looked all over for HOWTOs and even called Dell Support and gotten no answers especially from Dell.

I'm hoping someone out there has had the same problem and can refer me to the proper HOWTO resource I need to solve this problem!

Cheers!

TBNK
 
Old 09-11-2020, 02:54 PM   #2
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,174

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
So the drive still has Windows on it and that filesystem needs to be fixed it would seem.
Does Windows boot and work?
Another option is to try this command from the liveDVD
Code:
sudo ntfsfix /dev/sda
assuming sda is the drive.
Or try deleting the partition with the liveDVD, reboot and try installing again.
 
Old 09-11-2020, 11:43 PM   #3
TBotNik
Member
 
Registered: May 2016
Location: Greenville, TX
Distribution: Kubuntu 18.04
Posts: 796

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by uteck View Post
So the drive still has Windows on it and that filesystem needs to be fixed it would seem.
Does Windows boot and work?
Another option is to try this command from the liveDVD
Code:
sudo ntfsfix /dev/sda
assuming sda is the drive.
Or try deleting the partition with the liveDVD, reboot and try installing again.
uteck,

Winduhs will boot if a pile of 25 year behind trash is what I want, but I only run Linux!
I'll see if I can get the terminal and execute the cmd!

Cheers!

TBNK
 
Old 09-12-2020, 12:05 AM   #4
TBotNik
Member
 
Registered: May 2016
Location: Greenville, TX
Distribution: Kubuntu 18.04
Posts: 796

Original Poster
Rep: Reputation: Disabled
CHROOT?

uteck,

Used the try Kubuntu option, get the konsole/terminal, run the "sudo ntfsfix /dev/sda" and get errors!

The errors say "No such file or directory" then "/dev/sda not mounted"

Do I need to run a "chroot" to get out of the tmpfs loaded for the trial and get the the actual mounted drive?

Cheers!

TBNK
 
Old 09-12-2020, 03:56 PM   #5
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,174

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
try
Code:
ls /dev/sd*
to list your drives. I forgot to include the partition number in my previous post. should have posted sda1. Assuming that is correct, but you might have a recovery image there, so main Windows C: partition might be sda2.
 
Old 09-12-2020, 04:55 PM   #6
GPGAgent
Senior Member
 
Registered: Oct 2018
Location: Surrey UK
Distribution: Mint 20 xfce 64bit
Posts: 1,026
Blog Entries: 3

Rep: Reputation: 133Reputation: 133
Why don't you just install Kubuntu? It's an option once you've booted it.
 
Old 09-12-2020, 05:56 PM   #7
TBotNik
Member
 
Registered: May 2016
Location: Greenville, TX
Distribution: Kubuntu 18.04
Posts: 796

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by GPGAgent View Post
Why don't you just install Kubuntu? It's an option once you've booted it.
GPGAgent,

Can't with the SSD locked in "Read Only" mode!

Cheers!

TBNK
 
Old 09-12-2020, 07:28 PM   #8
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Post output of lsblk when you get a chance, that'll tell us exactly what your drive is. I'm thinking it might be a bitlockered nvme drive from what you posted.
 
Old 09-13-2020, 05:46 AM   #9
GPGAgent
Senior Member
 
Registered: Oct 2018
Location: Surrey UK
Distribution: Mint 20 xfce 64bit
Posts: 1,026
Blog Entries: 3

Rep: Reputation: 133Reputation: 133
Quote:
Originally Posted by TBotNik View Post
GPGAgent,

Can't with the SSD locked in "Read Only" mode!

Cheers!

TBNK
I understand that, but when you install it will reformat and partition it for you, have you got that far yet?
 
Old 09-13-2020, 04:11 PM   #10
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,174

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
GPGAgent,
I think the issue is that the installer wants to offer to shrink the Windows partition so it can dual-boot, but is not smart enough to fix the NTFS if there are errors and just errors out instead.
 
Old 09-13-2020, 05:01 PM   #11
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,361

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
In bios/firmware disable secure boot, fast boot
In windows power settings>what the power button does>advance settings, disable fast boot
 
Old 09-14-2020, 06:34 AM   #12
GPGAgent
Senior Member
 
Registered: Oct 2018
Location: Surrey UK
Distribution: Mint 20 xfce 64bit
Posts: 1,026
Blog Entries: 3

Rep: Reputation: 133Reputation: 133
Quote:
Originally Posted by uteck View Post
GPGAgent,
I think the issue is that the installer wants to offer to shrink the Windows partition so it can dual-boot, but is not smart enough to fix the NTFS if there are errors and just errors out instead.
TBotNik said earlier

"Winduhs will boot if a pile of 25 year behind trash is what

I want, but I only run Linux!
I'll see if I can get the terminal and execute the cmd!

Cheers!

TBNK"


So when you select install one of the disk options is to use the entire disk, this will repartition it and so on.



TBotNik, have you got this far and tried to use the entire drive?
 
Old 09-14-2020, 11:03 AM   #13
TBotNik
Member
 
Registered: May 2016
Location: Greenville, TX
Distribution: Kubuntu 18.04
Posts: 796

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by uteck View Post
try
Code:
ls /dev/sd*
to list your drives. I forgot to include the partition number in my previous post. should have posted sda1. Assuming that is correct, but you might have a recovery image there, so main Windows C: partition might be sda2.
uteck,

Same error set!

I sure you did not think this out because the "Try Kubuntu" option loads the OS into a temp RAM filesystem of "tmpfs" and until I have the right CHROOT cmd to actually change over to the SSD, I will see nothing from any of these cmds.

We used to have to use "CHROOT" all the time, because the OS crashed a lot, needing recovery from the LiveDVD, but been so long ago, I forgot all that. Guess I'll have to stop and look up a HOWTO on CHROOT for Windows.

Cheers!

TBNK
 
Old 09-14-2020, 12:17 PM   #14
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,361

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
post the output of
Code:
sudo  parted -l
 
Old 09-15-2020, 02:31 PM   #15
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 TBotNik View Post
I sure you did not think this out because the "Try Kubuntu" option loads the OS into a temp RAM filesystem of "tmpfs" and until I have the right CHROOT cmd to actually change over to the SSD, I will see nothing from any of these cmds.
What?
Why those half-baked explanations when you can just try it?
Disable whatever you need to disable in BIOS and install Kubuntu.
 
  


Reply

Tags
install, kubuntu



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
Help with getting X running on Dell Inspiron 8000 kbta Linux - General 1 09-02-2003 09:50 PM
Redhat 7.1 on Dell Inspiron laptop mwhitlock Linux - Hardware 8 03-27-2002 04:58 PM
Rh 7.2 X-server Issues On Dell Inspiron 8100 n2vipers Linux - Software 7 01-12-2002 08:46 PM
RedHat 7.2 on Dell inspiron 4100 uniquex999 Linux - Software 0 01-10-2002 10:49 PM
Dell Inspiron Notebook Help Stephanie Linux - General 8 12-17-2001 05:03 AM

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

All times are GMT -5. The time now is 10:16 AM.

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