Hi all! This is my first post here. The moment I stumbled across this forum I had to join.
I have an acer aspire one, the laptop that is 120gb with windows xp. I have been trying to boot linux from my flash drive with the mini me technique but it doesn't work. The reason I started the threat is because the flash drive is san disk and has that funky software that comes with it. Could that be the problem?
-
-
It's a bit of a trick to get it working
I haven't had luck with a sandisk, but I have my 8GB el cheapo USB stick Linux bootable.
I assume this is the guide you're following? What is the error you're getting? -
-
Mine is an Emprex, but the brand shouldn't matter much. If you reformat the Sandisk, your funky software will disappear
Are there any errors when you're running any of the tools they tell you to? Are you plugging in the USB drive, copying "makeboot.bat" to the USB drive, then opening a terminal, going to the USB drive (type in E: or whatever the drive letter is after going to Start->Run and typing in "cmd"), and typing "makeboot"? That's almost certainly one of your issues. -
Its says it cannot find linux kernal
-
Hmm. Ive never had any trouble installing Linux on a flash disk. Whenever I put Ubuntu on a flash disk or external drive I just disconnect all HDs found inside my Acer laptop, insert the flash disk and CD, then install on the flash disk.
You have to physically disconnect all harddrives or else the MBR will be written to the HD, and that is no good. Whenever I want to use Ubuntu I just plug in the flash disk before I start. Shouldnt be any harder than this. -
You shouldn't need to unplug all your disks. I just installed it on my flash drive, which is bootable, without all that crap. Just copy the proper files over, use syslinux, and make sure you use dd to copy over the boot block:
Code:dd if=/usr/lib/syslinux/mbr.bin of=/dev/sdb
Tryin to boot linux off flash drive
Discussion in 'Linux Compatibility and Software' started by soundsystem00, Nov 21, 2008.