So you did get the file, and when you run it is tells you that you need a 'wireless connection'? I don't believe that is correct. The script doesn't access the 'Net when run.
Announcement
Collapse
No announcement yet.
Windows 8 inaccessible after installing Kubuntu 12.10
Collapse
This topic is closed.
X
X
-
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
How to use the bootinfoscript
Boot into any Linux based operating system, LiveCD or LiveUSB with an Internet connection.
Download the last version of Boot Info Script
- Top
- Bottom
Comment
-
Originally posted by longnosemonkey View PostIt says I need an internet connection in Kubuntu, which I don't have . I can try to download it onto a USB and move it into Kubuntu. Will that work?
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Make sure that the file is executable. In the console type:
Code:chmod +x ~/Downloads/bootinfoscript
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
When I first typed that command in and forgot to leave a space between "chmod" and "+x" and "~", I got the response: No such file or directory.
I then typed it in with spaces between all the words like so: chmod +x ~/Downloads/bootinfoscript, but the console doesn't respond, it just goes to the next line.
- Top
- Bottom
Comment
-
I dont think he has the script in ~/Downloads ,,,,,,do you.
we need to know the exact path to the location of the bootinfoscript shell script .
like @hear it is in /home/vinny/Downloads/testboot/bootinfoscript-061/ ,,,,,,you can make it executable by using theCode:chmod +x bootinfoscript
Code:sudo ./bootinfoscript
where it is.
you will not get a response from the console if it works
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
I have the files in /home/<name>/Downloads/
I just manually checked that. The three files are bootinfoscript (the script), CHANGELOG and README. The latter two are document files. I don't know how it works in Linux, but I double clicked the bootinfoscript file and nothing happens except the icon's top left corner switches between "+" and "-" signs.
I'm new to Linux. I don't understand what you mean by making it executable from inside the directory.
Can you give me step by step instructions?
- Top
- Bottom
Comment
-
open a terminal agin ,,,,,,,typeCode:cd Downloads
Code:sudo ./bootinfoscript
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Step 1. Open a console. Press Alt+F2 and type: konsole and press enter
Step 2. Change directory to Downloads. Type: cd Downloads and press enter
Step 3. Make the file executable. Type: chmod +x bootinfoscript and press enter
Step 4. Execute bootinfoscript. Type: sudo ./bootinfoscript and press enterWindows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Hi Vinny, I did what you said. Sorry Snowhog, I didn't see your post until after I finished vinny's instructions. But the terminal did some analysis and pointed me to the RESULTS file.
Before running the script, the terminal said:
"gawk" could not be found, using "busybox awk" instead.
This may lead to unreliable results.
Please advise me on what to do next.
RESULTS.txt
- Top
- Bottom
Comment
-
The good news is that you didn't install Grub to the MBR, so your Windows installation is still intact. But let's rerun the script after you install gawk. In the console type:
Code:sudo apt-get install gawk
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment