Questions about dual booting windows 8.1 and linux - two issues Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionInstalling a cross-toolchain to build ARM binaries on DebianHow to find out which package of libc6 I need?Debian Jessie 8.2 aborts with an Application Error in VirtualBoxDebian apt-get install asks for the DVD BinaryUnable to find expected entry 'main/binary-mipsel/Packages' in Release filedual boot problems windows 10 and debian jessieWhy can't I install libc6-dev-amd64 using the official online repositories?Given a debian package name, how do I get a URL to the latest .deb URL?:How to install a package behind an overly restricted firewallVersion ‘GLIBCXX_3.4.20’ not found
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
What order were files/directories output in dir?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
The Nth Gryphon Number
Can you explain what "processes and tools" means in the first Agile principle?
Why are vacuum tubes still used in amateur radios?
What would you call this weird metallic apparatus that allows you to lift people?
Semigroups with no morphisms between them
Movie where a circus ringmaster turns people into animals
preposition before coffee
File name problem(?)
How does the math work when buying airline miles?
Is CEO the "profession" with the most psychopaths?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
What happened to Thoros of Myr's flaming sword?
How would a mousetrap for use in space work?
What is the home of the drow in Flanaess?
Maximum summed subsequences with non-adjacent items
"Lost his faith in humanity in the trenches of Verdun" — last line of an SF story
How do living politicians protect their readily obtainable signatures from misuse?
Sum letters are not two different
Would it be easier to apply for a UK visa if there is a host family to sponsor for you in going there?
Co-worker has annoying ringtone
QGIS virtual layer functionality does not seem to support memory layers
Questions about dual booting windows 8.1 and linux - two issues
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionInstalling a cross-toolchain to build ARM binaries on DebianHow to find out which package of libc6 I need?Debian Jessie 8.2 aborts with an Application Error in VirtualBoxDebian apt-get install asks for the DVD BinaryUnable to find expected entry 'main/binary-mipsel/Packages' in Release filedual boot problems windows 10 and debian jessieWhy can't I install libc6-dev-amd64 using the official online repositories?Given a debian package name, how do I get a URL to the latest .deb URL?:How to install a package behind an overly restricted firewallVersion ‘GLIBCXX_3.4.20’ not found
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have recently installed Debian 8.1 onto my hard disk with an iso image burned to DVD-r. I was trying to install g++ from the terminal when it asked me to insert the dvd from which I installed the OS onto my hard disk before continuing. This, being my first concern, raises my second concern even more. But more detail on the first concern; it didn't work. I inserted the cd, and it gave me a very large error message. I tried apt-get update, but it gave me the same error. I get this error whenever I try to install anything with apt-get install and put in the dvd as it asks. That error is:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
binutils g++-4.9 gcc gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
libgcc-4.9-dev libitm1 liblsan0 libstdc++-4.9-dev libtsan0 libubsan0 linux-libc-dev
manpages-dev
Suggested packages:
binutils-doc g++-multilib g++-4.9-multilib gcc-4.9-doc libstdc++6-4.9-dbg gcc-multilib make
autoconf automake libtool flex bison gdb gcc-doc gcc-4.9-multilib gcc-4.9-locales libgcc1-dbg
libgomp1-dbg libitm1-dbg libatomic1-dbg libasan1-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
libcilkrts5-dbg libquadmath0-dbg glibc-doc libstdc++-4.9-doc
The following NEW packages will be installed:
binutils g++ g++-4.9 gcc gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
libgcc-4.9-dev libitm1 liblsan0 libstdc++-4.9-dev libtsan0 libubsan0 linux-libc-dev
manpages-dev
0 upgraded, 18 newly installed, 0 to remove and 92 not upgraded.
Need to get 1,008 kB/39.2 MB of archives.
After this operation, 116 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://security.debian.org/ jessie/updates/main linux-libc-dev amd64 3.16.7-ckt20-1+deb8u3 [1,008 kB]
Err cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/ jessie/main manpages-dev all 3.74-1
Read error - read (5: Input/output error)
Fetched 1,008 kB in 11s (85.8 kB/s)
E: Failed to fetch cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/pool/main/b/binutils/binutils_2.25-5_amd64.deb Hash Sum mismatch
E: Failed to fetch cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/pool/main/m/manpages/manpages-dev_3.74-1_all.deb Read error - read (5: Input/output error)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
My second concern, seeing as this whole dvd thing happened, is whether or not I can actually boot into Debian after shutting off my computer without the DVD in. Will that work? Will it automatically boot into Debian if I shut off my computer and turn it back on? I'm afraid to turn off my computer because my god did I struggle to get this working on my laptop in the first place (Lenovo is not GNU/Linux friendly).
debian apt dvd
add a comment |
I have recently installed Debian 8.1 onto my hard disk with an iso image burned to DVD-r. I was trying to install g++ from the terminal when it asked me to insert the dvd from which I installed the OS onto my hard disk before continuing. This, being my first concern, raises my second concern even more. But more detail on the first concern; it didn't work. I inserted the cd, and it gave me a very large error message. I tried apt-get update, but it gave me the same error. I get this error whenever I try to install anything with apt-get install and put in the dvd as it asks. That error is:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
binutils g++-4.9 gcc gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
libgcc-4.9-dev libitm1 liblsan0 libstdc++-4.9-dev libtsan0 libubsan0 linux-libc-dev
manpages-dev
Suggested packages:
binutils-doc g++-multilib g++-4.9-multilib gcc-4.9-doc libstdc++6-4.9-dbg gcc-multilib make
autoconf automake libtool flex bison gdb gcc-doc gcc-4.9-multilib gcc-4.9-locales libgcc1-dbg
libgomp1-dbg libitm1-dbg libatomic1-dbg libasan1-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
libcilkrts5-dbg libquadmath0-dbg glibc-doc libstdc++-4.9-doc
The following NEW packages will be installed:
binutils g++ g++-4.9 gcc gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
libgcc-4.9-dev libitm1 liblsan0 libstdc++-4.9-dev libtsan0 libubsan0 linux-libc-dev
manpages-dev
0 upgraded, 18 newly installed, 0 to remove and 92 not upgraded.
Need to get 1,008 kB/39.2 MB of archives.
After this operation, 116 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://security.debian.org/ jessie/updates/main linux-libc-dev amd64 3.16.7-ckt20-1+deb8u3 [1,008 kB]
Err cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/ jessie/main manpages-dev all 3.74-1
Read error - read (5: Input/output error)
Fetched 1,008 kB in 11s (85.8 kB/s)
E: Failed to fetch cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/pool/main/b/binutils/binutils_2.25-5_amd64.deb Hash Sum mismatch
E: Failed to fetch cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/pool/main/m/manpages/manpages-dev_3.74-1_all.deb Read error - read (5: Input/output error)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
My second concern, seeing as this whole dvd thing happened, is whether or not I can actually boot into Debian after shutting off my computer without the DVD in. Will that work? Will it automatically boot into Debian if I shut off my computer and turn it back on? I'm afraid to turn off my computer because my god did I struggle to get this working on my laptop in the first place (Lenovo is not GNU/Linux friendly).
debian apt dvd
Also, I'm dual booting with Windows 8.1
– Mars
Jan 23 '16 at 4:47
add a comment |
I have recently installed Debian 8.1 onto my hard disk with an iso image burned to DVD-r. I was trying to install g++ from the terminal when it asked me to insert the dvd from which I installed the OS onto my hard disk before continuing. This, being my first concern, raises my second concern even more. But more detail on the first concern; it didn't work. I inserted the cd, and it gave me a very large error message. I tried apt-get update, but it gave me the same error. I get this error whenever I try to install anything with apt-get install and put in the dvd as it asks. That error is:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
binutils g++-4.9 gcc gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
libgcc-4.9-dev libitm1 liblsan0 libstdc++-4.9-dev libtsan0 libubsan0 linux-libc-dev
manpages-dev
Suggested packages:
binutils-doc g++-multilib g++-4.9-multilib gcc-4.9-doc libstdc++6-4.9-dbg gcc-multilib make
autoconf automake libtool flex bison gdb gcc-doc gcc-4.9-multilib gcc-4.9-locales libgcc1-dbg
libgomp1-dbg libitm1-dbg libatomic1-dbg libasan1-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
libcilkrts5-dbg libquadmath0-dbg glibc-doc libstdc++-4.9-doc
The following NEW packages will be installed:
binutils g++ g++-4.9 gcc gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
libgcc-4.9-dev libitm1 liblsan0 libstdc++-4.9-dev libtsan0 libubsan0 linux-libc-dev
manpages-dev
0 upgraded, 18 newly installed, 0 to remove and 92 not upgraded.
Need to get 1,008 kB/39.2 MB of archives.
After this operation, 116 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://security.debian.org/ jessie/updates/main linux-libc-dev amd64 3.16.7-ckt20-1+deb8u3 [1,008 kB]
Err cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/ jessie/main manpages-dev all 3.74-1
Read error - read (5: Input/output error)
Fetched 1,008 kB in 11s (85.8 kB/s)
E: Failed to fetch cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/pool/main/b/binutils/binutils_2.25-5_amd64.deb Hash Sum mismatch
E: Failed to fetch cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/pool/main/m/manpages/manpages-dev_3.74-1_all.deb Read error - read (5: Input/output error)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
My second concern, seeing as this whole dvd thing happened, is whether or not I can actually boot into Debian after shutting off my computer without the DVD in. Will that work? Will it automatically boot into Debian if I shut off my computer and turn it back on? I'm afraid to turn off my computer because my god did I struggle to get this working on my laptop in the first place (Lenovo is not GNU/Linux friendly).
debian apt dvd
I have recently installed Debian 8.1 onto my hard disk with an iso image burned to DVD-r. I was trying to install g++ from the terminal when it asked me to insert the dvd from which I installed the OS onto my hard disk before continuing. This, being my first concern, raises my second concern even more. But more detail on the first concern; it didn't work. I inserted the cd, and it gave me a very large error message. I tried apt-get update, but it gave me the same error. I get this error whenever I try to install anything with apt-get install and put in the dvd as it asks. That error is:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
binutils g++-4.9 gcc gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
libgcc-4.9-dev libitm1 liblsan0 libstdc++-4.9-dev libtsan0 libubsan0 linux-libc-dev
manpages-dev
Suggested packages:
binutils-doc g++-multilib g++-4.9-multilib gcc-4.9-doc libstdc++6-4.9-dbg gcc-multilib make
autoconf automake libtool flex bison gdb gcc-doc gcc-4.9-multilib gcc-4.9-locales libgcc1-dbg
libgomp1-dbg libitm1-dbg libatomic1-dbg libasan1-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
libcilkrts5-dbg libquadmath0-dbg glibc-doc libstdc++-4.9-doc
The following NEW packages will be installed:
binutils g++ g++-4.9 gcc gcc-4.9 libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5
libgcc-4.9-dev libitm1 liblsan0 libstdc++-4.9-dev libtsan0 libubsan0 linux-libc-dev
manpages-dev
0 upgraded, 18 newly installed, 0 to remove and 92 not upgraded.
Need to get 1,008 kB/39.2 MB of archives.
After this operation, 116 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://security.debian.org/ jessie/updates/main linux-libc-dev amd64 3.16.7-ckt20-1+deb8u3 [1,008 kB]
Err cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/ jessie/main manpages-dev all 3.74-1
Read error - read (5: Input/output error)
Fetched 1,008 kB in 11s (85.8 kB/s)
E: Failed to fetch cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/pool/main/b/binutils/binutils_2.25-5_amd64.deb Hash Sum mismatch
E: Failed to fetch cdrom://[Debian GNU/Linux 8.2.0 Jessie - Official amd64 DVD Binary-1 20150906-11:13]/pool/main/m/manpages/manpages-dev_3.74-1_all.deb Read error - read (5: Input/output error)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
My second concern, seeing as this whole dvd thing happened, is whether or not I can actually boot into Debian after shutting off my computer without the DVD in. Will that work? Will it automatically boot into Debian if I shut off my computer and turn it back on? I'm afraid to turn off my computer because my god did I struggle to get this working on my laptop in the first place (Lenovo is not GNU/Linux friendly).
debian apt dvd
debian apt dvd
asked Jan 23 '16 at 3:08
MarsMars
235
235
Also, I'm dual booting with Windows 8.1
– Mars
Jan 23 '16 at 4:47
add a comment |
Also, I'm dual booting with Windows 8.1
– Mars
Jan 23 '16 at 4:47
Also, I'm dual booting with Windows 8.1
– Mars
Jan 23 '16 at 4:47
Also, I'm dual booting with Windows 8.1
– Mars
Jan 23 '16 at 4:47
add a comment |
1 Answer
1
active
oldest
votes
Your problem is that APT is configured to look for packages in the Debian DVD set.
edit your sources.list file, make sure that any lines containing cdrom are either removed or commented.
Editing sources.list file
# vi /etc/apt/sources.list
or
# gksu gedit /etc/apt/sources.list
so your sources.list file will look something like this
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb http://httpredir.debian.org/debian/ jessie main
deb-src http://httpredir.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib
# jessie-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian/ jessie-updates main
deb-src http://httpredir.debian.org/debian/ jessie-updates main
now comment the culprit lines:
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
...
or remove them:
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
...
Note that I've added 'contrib' and 'non-free' repositories. this is needed, for example, if you want decent graphics acceleration, gcc-doc package installed for all archs, etc. AMD and nVidia propietary drivers are included in non-free repos, and some GCC manpages are considered non free by Debian because the GFDL (GNU Free Document License) is incompatible with DFSG (Debian Free Sotware Guidelines).
Now, about your second concern, I think it all will go well if you installed GRUB2 to the MBR of the first drive, however, just to be sure, run this command as root.
# update-grub
if you see all of your operating systems listed in the output, we're sweet.
Oh hey, forgot about this question. Got it solved a little bit after asking, been running Debian ever since. I'll refer to this if I ever have a similar problem though, thanks.
– Mars
Jun 1 '16 at 23:05
well I'm glad you solved. I kinda figure that out when I finally saw that beautiful string that states that this question were asked 4 months ago, I really should pay more attention to the site UI, LOL!. and yup, let's leave this Q/A here in case you or anyone else trample into the same problem.
– Jenny T-Type
Jun 1 '16 at 23:14
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/3.0/"u003ecc by-sa 3.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%2funix.stackexchange.com%2fquestions%2f257148%2fquestions-about-dual-booting-windows-8-1-and-linux-two-issues%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your problem is that APT is configured to look for packages in the Debian DVD set.
edit your sources.list file, make sure that any lines containing cdrom are either removed or commented.
Editing sources.list file
# vi /etc/apt/sources.list
or
# gksu gedit /etc/apt/sources.list
so your sources.list file will look something like this
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb http://httpredir.debian.org/debian/ jessie main
deb-src http://httpredir.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib
# jessie-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian/ jessie-updates main
deb-src http://httpredir.debian.org/debian/ jessie-updates main
now comment the culprit lines:
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
...
or remove them:
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
...
Note that I've added 'contrib' and 'non-free' repositories. this is needed, for example, if you want decent graphics acceleration, gcc-doc package installed for all archs, etc. AMD and nVidia propietary drivers are included in non-free repos, and some GCC manpages are considered non free by Debian because the GFDL (GNU Free Document License) is incompatible with DFSG (Debian Free Sotware Guidelines).
Now, about your second concern, I think it all will go well if you installed GRUB2 to the MBR of the first drive, however, just to be sure, run this command as root.
# update-grub
if you see all of your operating systems listed in the output, we're sweet.
Oh hey, forgot about this question. Got it solved a little bit after asking, been running Debian ever since. I'll refer to this if I ever have a similar problem though, thanks.
– Mars
Jun 1 '16 at 23:05
well I'm glad you solved. I kinda figure that out when I finally saw that beautiful string that states that this question were asked 4 months ago, I really should pay more attention to the site UI, LOL!. and yup, let's leave this Q/A here in case you or anyone else trample into the same problem.
– Jenny T-Type
Jun 1 '16 at 23:14
add a comment |
Your problem is that APT is configured to look for packages in the Debian DVD set.
edit your sources.list file, make sure that any lines containing cdrom are either removed or commented.
Editing sources.list file
# vi /etc/apt/sources.list
or
# gksu gedit /etc/apt/sources.list
so your sources.list file will look something like this
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb http://httpredir.debian.org/debian/ jessie main
deb-src http://httpredir.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib
# jessie-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian/ jessie-updates main
deb-src http://httpredir.debian.org/debian/ jessie-updates main
now comment the culprit lines:
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
...
or remove them:
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
...
Note that I've added 'contrib' and 'non-free' repositories. this is needed, for example, if you want decent graphics acceleration, gcc-doc package installed for all archs, etc. AMD and nVidia propietary drivers are included in non-free repos, and some GCC manpages are considered non free by Debian because the GFDL (GNU Free Document License) is incompatible with DFSG (Debian Free Sotware Guidelines).
Now, about your second concern, I think it all will go well if you installed GRUB2 to the MBR of the first drive, however, just to be sure, run this command as root.
# update-grub
if you see all of your operating systems listed in the output, we're sweet.
Oh hey, forgot about this question. Got it solved a little bit after asking, been running Debian ever since. I'll refer to this if I ever have a similar problem though, thanks.
– Mars
Jun 1 '16 at 23:05
well I'm glad you solved. I kinda figure that out when I finally saw that beautiful string that states that this question were asked 4 months ago, I really should pay more attention to the site UI, LOL!. and yup, let's leave this Q/A here in case you or anyone else trample into the same problem.
– Jenny T-Type
Jun 1 '16 at 23:14
add a comment |
Your problem is that APT is configured to look for packages in the Debian DVD set.
edit your sources.list file, make sure that any lines containing cdrom are either removed or commented.
Editing sources.list file
# vi /etc/apt/sources.list
or
# gksu gedit /etc/apt/sources.list
so your sources.list file will look something like this
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb http://httpredir.debian.org/debian/ jessie main
deb-src http://httpredir.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib
# jessie-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian/ jessie-updates main
deb-src http://httpredir.debian.org/debian/ jessie-updates main
now comment the culprit lines:
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
...
or remove them:
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
...
Note that I've added 'contrib' and 'non-free' repositories. this is needed, for example, if you want decent graphics acceleration, gcc-doc package installed for all archs, etc. AMD and nVidia propietary drivers are included in non-free repos, and some GCC manpages are considered non free by Debian because the GFDL (GNU Free Document License) is incompatible with DFSG (Debian Free Sotware Guidelines).
Now, about your second concern, I think it all will go well if you installed GRUB2 to the MBR of the first drive, however, just to be sure, run this command as root.
# update-grub
if you see all of your operating systems listed in the output, we're sweet.
Your problem is that APT is configured to look for packages in the Debian DVD set.
edit your sources.list file, make sure that any lines containing cdrom are either removed or commented.
Editing sources.list file
# vi /etc/apt/sources.list
or
# gksu gedit /etc/apt/sources.list
so your sources.list file will look something like this
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb http://httpredir.debian.org/debian/ jessie main
deb-src http://httpredir.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib
# jessie-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian/ jessie-updates main
deb-src http://httpredir.debian.org/debian/ jessie-updates main
now comment the culprit lines:
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150908-22:01]/ jessie main
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
...
or remove them:
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
...
Note that I've added 'contrib' and 'non-free' repositories. this is needed, for example, if you want decent graphics acceleration, gcc-doc package installed for all archs, etc. AMD and nVidia propietary drivers are included in non-free repos, and some GCC manpages are considered non free by Debian because the GFDL (GNU Free Document License) is incompatible with DFSG (Debian Free Sotware Guidelines).
Now, about your second concern, I think it all will go well if you installed GRUB2 to the MBR of the first drive, however, just to be sure, run this command as root.
# update-grub
if you see all of your operating systems listed in the output, we're sweet.
edited yesterday
Rui F Ribeiro
42.2k1484142
42.2k1484142
answered Jun 1 '16 at 21:18
Jenny T-TypeJenny T-Type
443315
443315
Oh hey, forgot about this question. Got it solved a little bit after asking, been running Debian ever since. I'll refer to this if I ever have a similar problem though, thanks.
– Mars
Jun 1 '16 at 23:05
well I'm glad you solved. I kinda figure that out when I finally saw that beautiful string that states that this question were asked 4 months ago, I really should pay more attention to the site UI, LOL!. and yup, let's leave this Q/A here in case you or anyone else trample into the same problem.
– Jenny T-Type
Jun 1 '16 at 23:14
add a comment |
Oh hey, forgot about this question. Got it solved a little bit after asking, been running Debian ever since. I'll refer to this if I ever have a similar problem though, thanks.
– Mars
Jun 1 '16 at 23:05
well I'm glad you solved. I kinda figure that out when I finally saw that beautiful string that states that this question were asked 4 months ago, I really should pay more attention to the site UI, LOL!. and yup, let's leave this Q/A here in case you or anyone else trample into the same problem.
– Jenny T-Type
Jun 1 '16 at 23:14
Oh hey, forgot about this question. Got it solved a little bit after asking, been running Debian ever since. I'll refer to this if I ever have a similar problem though, thanks.
– Mars
Jun 1 '16 at 23:05
Oh hey, forgot about this question. Got it solved a little bit after asking, been running Debian ever since. I'll refer to this if I ever have a similar problem though, thanks.
– Mars
Jun 1 '16 at 23:05
well I'm glad you solved. I kinda figure that out when I finally saw that beautiful string that states that this question were asked 4 months ago, I really should pay more attention to the site UI, LOL!. and yup, let's leave this Q/A here in case you or anyone else trample into the same problem.
– Jenny T-Type
Jun 1 '16 at 23:14
well I'm glad you solved. I kinda figure that out when I finally saw that beautiful string that states that this question were asked 4 months ago, I really should pay more attention to the site UI, LOL!. and yup, let's leave this Q/A here in case you or anyone else trample into the same problem.
– Jenny T-Type
Jun 1 '16 at 23:14
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f257148%2fquestions-about-dual-booting-windows-8-1-and-linux-two-issues%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
-apt, debian, dvd
Also, I'm dual booting with Windows 8.1
– Mars
Jan 23 '16 at 4:47