Nothing Is Working: Installing Debian on USB
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I need to be able to run a linux distribution on my Windows 10 laptop, so I decided to go with Debian.
I want to have a USB flash drive that I own run Debian on my laptop, instead of having my laptop do so on its own. I have tried multiple times to make the flash drive bootable using the instructions from the Debian website, as well as from some troubleshooting threads here and YouTube.
I have downloaded CD/DVD images with BitTorrent, and used rufus to write these images onto the USB. One red flag that I see is that whenever I try to give the flash drive a name in rufus, the flash drive's name becomes "Install Debian GNU/Linux" instead. I try to go with the flow and open setup.exe on the flash drive, but that just installs Debian onto my computer. Furthermore, I cannot get the Debian version that gets installed onto my computer to complete its installation anyway. When I restart the computer and select the option to continue with the Debian installations process, I just get a message telling me that windows failed to load.
debian windows system-installation usb-drive troubleshooting
New contributor
add a comment |
up vote
0
down vote
favorite
I need to be able to run a linux distribution on my Windows 10 laptop, so I decided to go with Debian.
I want to have a USB flash drive that I own run Debian on my laptop, instead of having my laptop do so on its own. I have tried multiple times to make the flash drive bootable using the instructions from the Debian website, as well as from some troubleshooting threads here and YouTube.
I have downloaded CD/DVD images with BitTorrent, and used rufus to write these images onto the USB. One red flag that I see is that whenever I try to give the flash drive a name in rufus, the flash drive's name becomes "Install Debian GNU/Linux" instead. I try to go with the flow and open setup.exe on the flash drive, but that just installs Debian onto my computer. Furthermore, I cannot get the Debian version that gets installed onto my computer to complete its installation anyway. When I restart the computer and select the option to continue with the Debian installations process, I just get a message telling me that windows failed to load.
debian windows system-installation usb-drive troubleshooting
New contributor
You need to get a second USB drive for installing Debian. You can't use the USB Debian installer to install Debian onto itself. Use YUMI, which you can get via Google, to create a Live USB which you can use to install Debian. Make sure that you are selecting the other USB as the install and not your laptop's HDD. To be sure, disconnect the laptop HDD while installing.
– Nasir Riley
1 hour ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I need to be able to run a linux distribution on my Windows 10 laptop, so I decided to go with Debian.
I want to have a USB flash drive that I own run Debian on my laptop, instead of having my laptop do so on its own. I have tried multiple times to make the flash drive bootable using the instructions from the Debian website, as well as from some troubleshooting threads here and YouTube.
I have downloaded CD/DVD images with BitTorrent, and used rufus to write these images onto the USB. One red flag that I see is that whenever I try to give the flash drive a name in rufus, the flash drive's name becomes "Install Debian GNU/Linux" instead. I try to go with the flow and open setup.exe on the flash drive, but that just installs Debian onto my computer. Furthermore, I cannot get the Debian version that gets installed onto my computer to complete its installation anyway. When I restart the computer and select the option to continue with the Debian installations process, I just get a message telling me that windows failed to load.
debian windows system-installation usb-drive troubleshooting
New contributor
I need to be able to run a linux distribution on my Windows 10 laptop, so I decided to go with Debian.
I want to have a USB flash drive that I own run Debian on my laptop, instead of having my laptop do so on its own. I have tried multiple times to make the flash drive bootable using the instructions from the Debian website, as well as from some troubleshooting threads here and YouTube.
I have downloaded CD/DVD images with BitTorrent, and used rufus to write these images onto the USB. One red flag that I see is that whenever I try to give the flash drive a name in rufus, the flash drive's name becomes "Install Debian GNU/Linux" instead. I try to go with the flow and open setup.exe on the flash drive, but that just installs Debian onto my computer. Furthermore, I cannot get the Debian version that gets installed onto my computer to complete its installation anyway. When I restart the computer and select the option to continue with the Debian installations process, I just get a message telling me that windows failed to load.
debian windows system-installation usb-drive troubleshooting
debian windows system-installation usb-drive troubleshooting
New contributor
New contributor
edited 3 hours ago
Rui F Ribeiro
38k1475123
38k1475123
New contributor
asked 4 hours ago
Uchuuko
12
12
New contributor
New contributor
You need to get a second USB drive for installing Debian. You can't use the USB Debian installer to install Debian onto itself. Use YUMI, which you can get via Google, to create a Live USB which you can use to install Debian. Make sure that you are selecting the other USB as the install and not your laptop's HDD. To be sure, disconnect the laptop HDD while installing.
– Nasir Riley
1 hour ago
add a comment |
You need to get a second USB drive for installing Debian. You can't use the USB Debian installer to install Debian onto itself. Use YUMI, which you can get via Google, to create a Live USB which you can use to install Debian. Make sure that you are selecting the other USB as the install and not your laptop's HDD. To be sure, disconnect the laptop HDD while installing.
– Nasir Riley
1 hour ago
You need to get a second USB drive for installing Debian. You can't use the USB Debian installer to install Debian onto itself. Use YUMI, which you can get via Google, to create a Live USB which you can use to install Debian. Make sure that you are selecting the other USB as the install and not your laptop's HDD. To be sure, disconnect the laptop HDD while installing.
– Nasir Riley
1 hour ago
You need to get a second USB drive for installing Debian. You can't use the USB Debian installer to install Debian onto itself. Use YUMI, which you can get via Google, to create a Live USB which you can use to install Debian. Make sure that you are selecting the other USB as the install and not your laptop's HDD. To be sure, disconnect the laptop HDD while installing.
– Nasir Riley
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
There are several options what you could do for your original question:
- Install a virtual machine on Windows (for example, Virtual Box),
and install Debian there - this is the safest setup, since virtual
machine isolates the system inside it. This is good for beginners. - Make a Live USB or Live CD/DVD with Debian and boot from it.
- Make a dual-boot system (maybe risky if you are not careful)
- Erase Windows, and install Debian instead of it.
If you want options 3 or 4, you need to write the installer on USB. Once it is done, change the boot order in BIOS/UEFI, and boot from USB. The option 4 is the easiest - you can follow the installer. The option 3 or some customization is more difficult - you need to prepare disk partitions (and resize filesystems, then partitions if needed), and manually make label partitions, where you want to install, make sure that GRUB2 finds Windows loader, etc.
From what you are describing, the Windows loader is lost. What exactly do you see? Do you see a blue GRUB loader with booting options of different systems? You could damage the filesystem, so the data could be lost.
An option to see the damage is to load the system from Live USB (if you cannot boot into Debian system on your laptop), and investigate whether the filesystems on disk are damaged. In particular, Kali Linux makes high-quality USB images, which are easy to use: https://www.kali.org/downloads/.
New contributor
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
There are several options what you could do for your original question:
- Install a virtual machine on Windows (for example, Virtual Box),
and install Debian there - this is the safest setup, since virtual
machine isolates the system inside it. This is good for beginners. - Make a Live USB or Live CD/DVD with Debian and boot from it.
- Make a dual-boot system (maybe risky if you are not careful)
- Erase Windows, and install Debian instead of it.
If you want options 3 or 4, you need to write the installer on USB. Once it is done, change the boot order in BIOS/UEFI, and boot from USB. The option 4 is the easiest - you can follow the installer. The option 3 or some customization is more difficult - you need to prepare disk partitions (and resize filesystems, then partitions if needed), and manually make label partitions, where you want to install, make sure that GRUB2 finds Windows loader, etc.
From what you are describing, the Windows loader is lost. What exactly do you see? Do you see a blue GRUB loader with booting options of different systems? You could damage the filesystem, so the data could be lost.
An option to see the damage is to load the system from Live USB (if you cannot boot into Debian system on your laptop), and investigate whether the filesystems on disk are damaged. In particular, Kali Linux makes high-quality USB images, which are easy to use: https://www.kali.org/downloads/.
New contributor
add a comment |
up vote
0
down vote
There are several options what you could do for your original question:
- Install a virtual machine on Windows (for example, Virtual Box),
and install Debian there - this is the safest setup, since virtual
machine isolates the system inside it. This is good for beginners. - Make a Live USB or Live CD/DVD with Debian and boot from it.
- Make a dual-boot system (maybe risky if you are not careful)
- Erase Windows, and install Debian instead of it.
If you want options 3 or 4, you need to write the installer on USB. Once it is done, change the boot order in BIOS/UEFI, and boot from USB. The option 4 is the easiest - you can follow the installer. The option 3 or some customization is more difficult - you need to prepare disk partitions (and resize filesystems, then partitions if needed), and manually make label partitions, where you want to install, make sure that GRUB2 finds Windows loader, etc.
From what you are describing, the Windows loader is lost. What exactly do you see? Do you see a blue GRUB loader with booting options of different systems? You could damage the filesystem, so the data could be lost.
An option to see the damage is to load the system from Live USB (if you cannot boot into Debian system on your laptop), and investigate whether the filesystems on disk are damaged. In particular, Kali Linux makes high-quality USB images, which are easy to use: https://www.kali.org/downloads/.
New contributor
add a comment |
up vote
0
down vote
up vote
0
down vote
There are several options what you could do for your original question:
- Install a virtual machine on Windows (for example, Virtual Box),
and install Debian there - this is the safest setup, since virtual
machine isolates the system inside it. This is good for beginners. - Make a Live USB or Live CD/DVD with Debian and boot from it.
- Make a dual-boot system (maybe risky if you are not careful)
- Erase Windows, and install Debian instead of it.
If you want options 3 or 4, you need to write the installer on USB. Once it is done, change the boot order in BIOS/UEFI, and boot from USB. The option 4 is the easiest - you can follow the installer. The option 3 or some customization is more difficult - you need to prepare disk partitions (and resize filesystems, then partitions if needed), and manually make label partitions, where you want to install, make sure that GRUB2 finds Windows loader, etc.
From what you are describing, the Windows loader is lost. What exactly do you see? Do you see a blue GRUB loader with booting options of different systems? You could damage the filesystem, so the data could be lost.
An option to see the damage is to load the system from Live USB (if you cannot boot into Debian system on your laptop), and investigate whether the filesystems on disk are damaged. In particular, Kali Linux makes high-quality USB images, which are easy to use: https://www.kali.org/downloads/.
New contributor
There are several options what you could do for your original question:
- Install a virtual machine on Windows (for example, Virtual Box),
and install Debian there - this is the safest setup, since virtual
machine isolates the system inside it. This is good for beginners. - Make a Live USB or Live CD/DVD with Debian and boot from it.
- Make a dual-boot system (maybe risky if you are not careful)
- Erase Windows, and install Debian instead of it.
If you want options 3 or 4, you need to write the installer on USB. Once it is done, change the boot order in BIOS/UEFI, and boot from USB. The option 4 is the easiest - you can follow the installer. The option 3 or some customization is more difficult - you need to prepare disk partitions (and resize filesystems, then partitions if needed), and manually make label partitions, where you want to install, make sure that GRUB2 finds Windows loader, etc.
From what you are describing, the Windows loader is lost. What exactly do you see? Do you see a blue GRUB loader with booting options of different systems? You could damage the filesystem, so the data could be lost.
An option to see the damage is to load the system from Live USB (if you cannot boot into Debian system on your laptop), and investigate whether the filesystems on disk are damaged. In particular, Kali Linux makes high-quality USB images, which are easy to use: https://www.kali.org/downloads/.
New contributor
New contributor
answered 1 hour ago
ancient_polaroid
185
185
New contributor
New contributor
add a comment |
add a comment |
Uchuuko is a new contributor. Be nice, and check out our Code of Conduct.
Uchuuko is a new contributor. Be nice, and check out our Code of Conduct.
Uchuuko is a new contributor. Be nice, and check out our Code of Conduct.
Uchuuko is a new contributor. Be nice, and check out our Code of Conduct.
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f480868%2fnothing-is-working-installing-debian-on-usb%23new-answer', 'question_page');
);
Post as a guest
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
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
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
You need to get a second USB drive for installing Debian. You can't use the USB Debian installer to install Debian onto itself. Use YUMI, which you can get via Google, to create a Live USB which you can use to install Debian. Make sure that you are selecting the other USB as the install and not your laptop's HDD. To be sure, disconnect the laptop HDD while installing.
– Nasir Riley
1 hour ago