LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > VectorLinux
User Name
Password
VectorLinux This forum is for the discussion of VectorLinux.

Notices


Reply
  Search this Thread
Old 09-30-2015, 11:30 AM   #1
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Rep: Reputation: 16
clarification


Have two different problems involving two different hard drives and laptops.
One [which laptop is probably toast] revolved around uberstudent and trying to force pae onto the system -- is a hardware problem.
The other is solely about an install problem involving Vector Linux.

On the VL problem, after trying install and ending with blank screen [had optioned for a partitioning format which allowed many primary partitions -- used 10, including /boot], then
had problem getting a screen again, but trying full new install from scratch enabled me to get to where could delete all previous partitions, and installed very limited core ones swap / /home /usr.
Repeated process of full new install twice, but kept getting same ending:
message: "bootloader did not install correctly"
tried to correct with the click option, but no go
finished the data input [password, users, etc.]
when finished and rebooted got nothing but grey screen with box listing hard drives 1 and 2 and floppy, which after clicking and seconds running down ends with nothing
rebooted using install cd
entered "linux root=/dev/hbd1 ro"
Enter
get screen which goes no where and ends with line "kernel_thread_helper + 0x6/0x10"
several lines above that on this dead screen is "kernel panic - not syncing:VFS:unable to mount root fs on unknown block (0)"

Any leads appreciated, as no idea how to proceed now that new install from scratch got me nowhere.

Last edited by wiliamvw; 09-30-2015 at 11:34 AM. Reason: punctuation
 
Old 10-01-2015, 04:53 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
laptop 1 with PAE & hardware problem needs repair, I imagine. I would try a boot cd and see if it runs. If so, fsck the disk & reinstall. If not, repair or recycle.

Laptop 2 with VL problem. You've used GPT, and doing that often invokes UEFI if it's there. SPueak to us about UEFI.
 
1 members found this post helpful.
Old 10-07-2015, 04:51 PM   #3
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
update

Listing partition table got; WARNING: Unsupported GPT (GUID Partition Table) detected on '/dev/sda'!
The util fdisk doesn't support GPT. Use GNU Parted.

In trying to replace GPT with Gparted was told unable to open /dev/hda and with cfdisk get note: have 'Bad primary partition 0: Partition ends in the final partitial cylinder.

After deleted all previous partitions, when try new install still get a Gparted program which starts by specifying under "Device Information' that have
"Partition table: gpt"

How do I get rid of gpt [install while that in place ends with no usable OS]?
Should I just wipe [dd] the full disk? And do I need to take any special precautions to insure can still use the disk?
 
Old 10-08-2015, 04:19 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Have you tried booting gpt, & deleting all partitions?
If it still shows gpt, try replacing the boot sector (512 bytes)with one from an fdisk partition with dd. Something like the following with the blanks filled in.

Code:
dd if=/dev/sdXn of=/dev/sdY bs=512 count=1
 
Old 10-08-2015, 05:49 AM   #5
Teufel
Member
 
Registered: Apr 2012
Distribution: Gentoo
Posts: 616

Rep: Reputation: 142Reputation: 142
Quote:
Originally Posted by business_kid View Post
Code:
dd if=/dev/sdXn of=/dev/sdY bs=512 count=1
It seems for me like you suggest to replace partition table with MFT.
Or may be it's just a typo? Is it really should be sdXn, not a sdX?
 
1 members found this post helpful.
Old 10-08-2015, 04:11 PM   #6
wiliamvw
Member
 
Registered: Mar 2008
Location: Pittsburgh
Distribution: Suse, Slack,Uberstudent, Zorin, SL, Bugtraq
Posts: 324

Original Poster
Rep: Reputation: 16
update

Just to be clear, since one member believes the sdXn to be a typo, or could it be the n refers to number?
So I should use: dd if=/dev/sda(n or 0 or 1 or nothing?) of=/dev/sda bs=512 count=1
 
Old 10-08-2015, 04:57 PM   #7
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
To eliminate the gpt, use gdisk. You can find information here. You do not want to mix MBR and GPT, use one or the other. GPT is fine, but it's somewhat new and requires some knowledge. Read the page I linked carefully, and you should be able to get things sorted out.
 
1 members found this post helpful.
Old 10-09-2015, 04:42 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
FYI, I am typing with ne hand here. Left arm paralysed atm.

/dev/sdXn = /dev/sd(letter)(number), to save me trying to guess what the letters are now. I presume this is a second disk somewhere, or is it your / drive?
 
1 members found this post helpful.
  


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
clarification desiretolearn Programming 5 02-03-2014 03:57 AM
[SOLVED] I need some clarification JackNielson Linux - Newbie 5 04-22-2011 05:06 AM
need some clarification/help superhumanCA Linux - General 4 03-18-2008 12:19 PM
I just need some clarification Duneatreides Linux - Newbie 2 03-12-2007 05:48 AM
clarification about defragmenting ramdak5000 Linux - Software 2 02-20-2005 12:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > VectorLinux

All times are GMT -5. The time now is 11:14 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