Failed to install Kali Linux by USB drive
I have a Toshiba satellite crrently has Window 10 loa. I downloaded 64 Bit Kali Linux 2018.1 and when I try to install from a USB I get, "There was a problem reading data from the CD-ROM. Please make sure it is in the drive. If retrying does not work, you should check the integrity of your CD-ROM.
Pls , I need a help.
Thanks.
I tried mount -t vfat /dev/sdb1 /cdrom
but it doesn't work, and it show this message below.
linux usb
add a comment |
I have a Toshiba satellite crrently has Window 10 loa. I downloaded 64 Bit Kali Linux 2018.1 and when I try to install from a USB I get, "There was a problem reading data from the CD-ROM. Please make sure it is in the drive. If retrying does not work, you should check the integrity of your CD-ROM.
Pls , I need a help.
Thanks.
I tried mount -t vfat /dev/sdb1 /cdrom
but it doesn't work, and it show this message below.
linux usb
add a comment |
I have a Toshiba satellite crrently has Window 10 loa. I downloaded 64 Bit Kali Linux 2018.1 and when I try to install from a USB I get, "There was a problem reading data from the CD-ROM. Please make sure it is in the drive. If retrying does not work, you should check the integrity of your CD-ROM.
Pls , I need a help.
Thanks.
I tried mount -t vfat /dev/sdb1 /cdrom
but it doesn't work, and it show this message below.
linux usb
I have a Toshiba satellite crrently has Window 10 loa. I downloaded 64 Bit Kali Linux 2018.1 and when I try to install from a USB I get, "There was a problem reading data from the CD-ROM. Please make sure it is in the drive. If retrying does not work, you should check the integrity of your CD-ROM.
Pls , I need a help.
Thanks.
I tried mount -t vfat /dev/sdb1 /cdrom
but it doesn't work, and it show this message below.
linux usb
linux usb
edited Mar 16 at 16:36
Toto
3,61391226
3,61391226
asked Mar 16 at 16:25
itman
214
214
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Go back to your computer and use Rufus to create a bootable USB drive from the Kali Linux ISO. Plug it back into your Toshiba and boot from your USB. That should work.
EDIT: This is very, very important to anyone else who has this issue. You need to have Rufus work in DD mode, not ISO mode. If it's ISO mode it won't work properly!
add a comment |
go to execute shell
mkdir /usb
mount -t vfat /dev/sdb1 /usb
mount /usb /cdrom
these three lines solved the problem
note: using Rufus in iso mode
add a comment |
If you make the usb drive in Windows, try the tool mentioned in the official documents, it helps me. Kali linux live usb install
1
Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
– bertieb
Dec 6 at 13:45
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f1304048%2ffailed-to-install-kali-linux-by-usb-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Go back to your computer and use Rufus to create a bootable USB drive from the Kali Linux ISO. Plug it back into your Toshiba and boot from your USB. That should work.
EDIT: This is very, very important to anyone else who has this issue. You need to have Rufus work in DD mode, not ISO mode. If it's ISO mode it won't work properly!
add a comment |
Go back to your computer and use Rufus to create a bootable USB drive from the Kali Linux ISO. Plug it back into your Toshiba and boot from your USB. That should work.
EDIT: This is very, very important to anyone else who has this issue. You need to have Rufus work in DD mode, not ISO mode. If it's ISO mode it won't work properly!
add a comment |
Go back to your computer and use Rufus to create a bootable USB drive from the Kali Linux ISO. Plug it back into your Toshiba and boot from your USB. That should work.
EDIT: This is very, very important to anyone else who has this issue. You need to have Rufus work in DD mode, not ISO mode. If it's ISO mode it won't work properly!
Go back to your computer and use Rufus to create a bootable USB drive from the Kali Linux ISO. Plug it back into your Toshiba and boot from your USB. That should work.
EDIT: This is very, very important to anyone else who has this issue. You need to have Rufus work in DD mode, not ISO mode. If it's ISO mode it won't work properly!
edited Mar 20 at 21:59
answered Mar 16 at 16:38
Thomas Riley
56117
56117
add a comment |
add a comment |
go to execute shell
mkdir /usb
mount -t vfat /dev/sdb1 /usb
mount /usb /cdrom
these three lines solved the problem
note: using Rufus in iso mode
add a comment |
go to execute shell
mkdir /usb
mount -t vfat /dev/sdb1 /usb
mount /usb /cdrom
these three lines solved the problem
note: using Rufus in iso mode
add a comment |
go to execute shell
mkdir /usb
mount -t vfat /dev/sdb1 /usb
mount /usb /cdrom
these three lines solved the problem
note: using Rufus in iso mode
go to execute shell
mkdir /usb
mount -t vfat /dev/sdb1 /usb
mount /usb /cdrom
these three lines solved the problem
note: using Rufus in iso mode
edited May 19 at 12:18
Toto
3,61391226
3,61391226
answered May 19 at 12:07
shamsoo
1
1
add a comment |
add a comment |
If you make the usb drive in Windows, try the tool mentioned in the official documents, it helps me. Kali linux live usb install
1
Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
– bertieb
Dec 6 at 13:45
add a comment |
If you make the usb drive in Windows, try the tool mentioned in the official documents, it helps me. Kali linux live usb install
1
Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
– bertieb
Dec 6 at 13:45
add a comment |
If you make the usb drive in Windows, try the tool mentioned in the official documents, it helps me. Kali linux live usb install
If you make the usb drive in Windows, try the tool mentioned in the official documents, it helps me. Kali linux live usb install
edited Dec 7 at 1:07
answered Dec 6 at 11:21
Marshall WU
12
12
1
Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
– bertieb
Dec 6 at 13:45
add a comment |
1
Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
– bertieb
Dec 6 at 13:45
1
1
Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
– bertieb
Dec 6 at 13:45
Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
– bertieb
Dec 6 at 13:45
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f1304048%2ffailed-to-install-kali-linux-by-usb-drive%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