General :: Mint Is Not Booting Without USB Stick?
Jun 17, 2010
I just installed Linux Mint in my Netbook with help of USB stick. I don't have CD drive in my netbook.
Its working fine but without USB stick its not booting. If start with USB stick its booting fine.
The booting files are in USB, how do I change the booting option. so that I can boot without USB stick help.
View 8 Replies
ADVERTISEMENT
Mar 28, 2011
I am trying something: I would like to access to some data stored on a usb stick while I am booting to the kernel using the "init=/bin/sh" parameters.Is that possible ?My USB stick is detected when I do 'cat /var/log/messages.log | grep sdb". I had to "modprobe usb-storage".Quote:localhot kernel : sdb: sdb1localhost kernel: sd 3:0:0:0: [sdb] Attached SCSI removable diskBut I still can't get it mounted.Quote:mount: special device /dev/sdb1 does not exist"
View 2 Replies
View Related
Mar 25, 2011
I'm trying to set up a netbook with Ubuntu for my computer-challenged Mother. I downloaded the image file to the download section of the new netbook, created a USB stick to boot from and then restarted the computer, pressing F2 in order to change the boot order. Using the "+" key I was able to put [Removable Dev.] on top: "1st Boot Device", but, and here's the thing, it is disabled: "A devince enclosed in the parenthesis has been disab led in the corresponding type menu." I do not understand this, nor do I know what to do
View 8 Replies
View Related
Dec 27, 2010
I work with many different PCs with Windows XP and Windows 7 deployed, and I'm trying to consolidate my stacks of CDs into a single USB drive. I'd like to be able to boot off it and have a choice of a few options: A persistent Linux install for troubleshooting, the Win7 install CD, and the WinXP install CD.
I'm aware that most USB sticks can't be partitioned, but after much trial and error I've found one that can have its removable bit flipped, be treated as a USB hard drive and partitioned. I can set up 4 primary partitions and an initial test with a boot cd image on the first partition seems to work on 3 of my 4 home PCs... on (only) one of them though, Grub gives a 'Missing MBR-helper' error. All my systems, even the one not booting correctly, see the partitions as valid in both Linux and Windows, and I've successfully retrieved data from all of them. My guess is that it's a BIOS quirk on that particular machine, but it puts the whole idea in jeopardy... if it doesn't work on one of my own PCs, who's to say it will work on other PCs?
I'd like to salvage the partition idea if I can, maybe someone has run into this before... But if it's just not feasible, I read that Grub can boot image files under certain circumstances... I'm wondering if it's possible to have Grub (or any other bootloader) run the Win7 and WinXP CDs as image files? That way they could all sit on a single partition on the USB stick.
I haven't yet tried any other bootloaders, for all I know I could try something else and get things going.
View 1 Replies
View Related
Feb 18, 2011
I probably have not done any serious programming for 20 years, not counting a little HTML.
I stumbled onto an old FREESPIRE disk my bro sent me several years back -- and tried installing it on a Sony Vaio PCG FRV 28 I had crashed a few years back. The Sony bios is still aboard, but old enough to not have USB "booting" as part of the boot menu. I don't even know if one can easily hack into the BIOS on an old sony Vaio but changing the BIOS would solve lot of problems.
Does anyone have any ideas or certain knowledge on rewriting or modifying the Master Boot Code or an idea on making my USB [with Ubuntu or any other Linux implementation visible] and bootable to the bios on powerup?
View 8 Replies
View Related
Dec 22, 2009
How would I go installing Fedora to a USB stick and then booting from it?Does my BIOS have to support booting from a USB stick? because I don't think I have an option for that.So can someone explain to me how installing to and booting from a USB stick works?
View 2 Replies
View Related
Jan 26, 2011
-I could use a hand in installing opensuse on my 2009 Intel Macbook
-I need to use a USB stick for the install, my optical drive doesn't work.
-I am trying to reformat my macbook to run 64-bit opensuse 11.3 instead of Apple's proprietary operating system, OS X
-So I started here: Chapter1.Installation with YaST
-And in this article, under section 1.1. Choosing the Installation Media, i found this sub-section: Booting the LiveCD from an USB Stick.
-So i followed those steps to create a bootable USB stick in Terminal, and i got an error in Terminal and was unable to go any further;
-this was the error in Terminal: dd: bs: illegal numeric value
Would anyone know what the error means, and what i should have typed instead? Is it because my USB stick is generic instead of being a specific type like a U3 stick?
View 9 Replies
View Related
Jul 30, 2010
I have a bootable usb stick with a Linux utility on it. After poking around for a bit I figured out the boot order:
isolinux.bin <--reads isolinux.cfg
loads the kernel: SA.1
loads initrd: SA.2
then depending on the options you select it boots one of two .iso files I want this utility to netboot instead of booting with a usb stick; is there a way I can package isolinux.bin, isolinux.cfg, the kernel and initramfs, iso's and all the other files on the root of the usb stick into one iso that can be tftp'd to the host which would then boot something that would extract the iso to ramdisk and start booting so that isolinux would run as if all the files were locally stored on CD/usb stick?
View 3 Replies
View Related
Feb 14, 2011
Here's the idea -- be able to boot slackware 13.1 DVD from a USB stick, but without using anything like an initrd or loading the contents of the slackware install all into memory first. So the USB stick is behaving like a hard drive (but with one disadvantage, just don't take the usb stick out while you're using it!). It has the advantage of saving on memory though .
In the above thread I had this idea working ok but only with slackware 13 and earlier. In fact I still have the CF card with it on, and it works fine. Only snag is it won't work with the newer 13.1.
Right now, I'm trying to use qemu for the following (not what I wrote above!). The idea is to use qemu to install a minimum slackware 13.1 to the USB stick, set it up and then boot from the USB stick itself (so I'm using the USB stick as the storage medium as opposed to say a hard drive image file).
So let's say (this is what I'm doing) I boot slackware 13.1 (32 bit) and make two partitions;
Code:
I then do a minimal installation of slackware (just "A" and jed from "AP"). Lilo is not installed as later I'll be using GRUB2 to try to boot.
I'm using a slackware package, grub-1.97-beta4-i486-1.tgz for slackware 13.1/GRUB2.
I then boot off the slackware 13.1 DVD but at the boot screen I choose to boot from /dev/sda2 which is the linux install I created earlier. Success, it boots ok and I can get into the slackware 13.1 install on the USB disk (which is /dev/sda2).
I then label the ext3 partition by using e2label;
Code:
And also change /etc/fstab;
Code:
Now I need some sort of bootloader to put onto the USB stick so I don't need the DVD any more. To do this, I'm trying to use GRUB2.
But here's the problem!
When I install slackware onto the USB stick using qemu, that partition is /dev/sda2. It's the first usb/storage medium that slackware detects so it gets the name sdaX. (X=1, fat partition, X=2 EXT3 linux).
But here's the problem. Suppose I take the USB stick over to another PC with a hard drive already inside it. Slackware would see the hard drive installed in that PC as (say) /dev/sda1 and the USB stick would then become the second drive, so /dev/sdbX (X=1, fat partition, X=2 EXT3 linux).
If I specify a specific device (lets say /dev/sda2) then it won't work in another system because if I take the example above, another PC with a hard drive installed in it the USB stick becomes /dev/sdb2 and the GRUB2 boot program would be expecting /dev/sda2 which won't work. What I need to do is to somehow find the install, the root on the USB stick automatically without having to specify it manually.
So here's what I've tried with grub (First thing I did was to install grub with grub-install /dev/sda).
Code:
Snag is it dosen't work :-( I get this booting from the USB stick:
Code:
If I try this:
Code:
I get a very similar result ....
Code:
So what I'm wondering is .... if the "search" line in grub is doing the searching for the root GRUB2 needs to use to boot from - how can I tell the next line, "linux /boot/vmlinuz-huge-smp-2.6.33.4-smp root=...." where to boot from? I can't use /dev/sda2 or /dev/sdb2 because if I try the usb stick in a different PC the stick will be a different device name. Trying to use LABEL= or /dev/disk/by-label/USB/ also dosen't work .
View 1 Replies
View Related
Feb 7, 2010
I am getting a "No devices matches MBR identifier 0x8c71ad6e!" message along with a reboot in 120 seconds message. This occurs after kernel load and at the start of openSUSE boot.
I have tried both the 64bit and 32bit downloads
openSUSE-11.2-KDE4-LiveCD-i686.iso
openSUSE-11.2-KDE4-LiveCD-x86_64.iso
I have checksum checked both images after download. I have attempted the install on CD and USB stick with both images and the result is always the same.
I've included a screen image on my site: No Devices Matches MBR Identifier | Badzilla
View 5 Replies
View Related
Feb 28, 2010
I have a problem booting anything from USB stick on my IBM Thinkpad T42. It used to run normally, I could even install Windows or Linux from it, but now it stopped working. This particular concern is about booting freshly installed Xubuntu version 9.04 off a Kingston 4GB flash stick. I've installed Xubuntu using usb-create program directly from a booted live cd. Installation went fine and all the options in BIOS are setup correctly (I think). In boot menu in BIOS the stick is recognized correctly and + appears in front of it. Stick is selected as primary boot device. BIOS usb support is also enabled.
Now when I power on the computer, it reads something from the stick and stops right after displaying:
SYSLINUX 3.63 Debian-2008=07=15 EBIOS ... etc...
Then nothing happens and the text stays on like this.
View 1 Replies
View Related
Mar 22, 2011
I am trying to boot up Vista Home Premium from USB since my internal (bootable) CD-RW drive has failed and I cannot boot up Vista from CD.
I have Ubuntu running in the Windows partition and all my windows files are in there so I don't want to do a full installation of Ubuntu (yet).
I formatted an 8GB USB stick into two partitions
I then copied over to /dev/sdb1 all files from a Vista CD using an external CD-RW drive (which is not recognised as bootable on USB port).
In my Dell BIOS settings I changed the boot sequence to be bootable from USB disk first.
then I tried to reboot Vista installation in the USB stick.
But I get this message ..."this is not a bootable disk .. insert a bootable floppy"
So I could not boot up the Vista installation files.
When the boot flag is "on" in a GParted created partition does this make the partition DOS bootable for Vista installation?
My question is - What utility in Ubuntu 10.10 can create a DOS bootable partition on a USB stick? It seems that the MBR might have been overwritten when I installed Grub 2.0.
I can Grub dual boot between Windows and Ubuntu but I can't get very far with Windows .. stalls in safe mode.
So a Vista repair is called for. I would prefer not to reinstall Vista afresh at this stage.
There is a thread here explaining how to repair Vista bootloader
[url]
But it assumes that I am able to boot from CD-RW drive.
View 6 Replies
View Related
Jun 1, 2011
I am in a situation to boot fedora 15 live cd in to command line mode, not graphical mode, for some testing purpose. how to change argument during booting mode
View 4 Replies
View Related
Oct 1, 2010
i was writing a .img file to my usb stick with ImageWriter, but it didn't seem to do anything so i clicked the close gtk button and pulled the stick out of my pc. now my pc gives my an when i try to open the stick. is there any way to fix this. I can use win xp pro, win xp media center, win 7 starter, ubuntu 9.10 and ubuntu 10.04
View 5 Replies
View Related
Jan 6, 2011
I am using a linux kernel 2.6.36 using mips architecture. I have succesfully booted the machine through Flash memory, but it is not booting through nfs. It is getting stuck at the stage where the image starts loading. In short the vmlinux.img file is being copied properly to nfsroot but the image is not loading.
View 5 Replies
View Related
Sep 1, 2011
I'm about to ditch Freenas as my NAS software and make it an Ubuntu server box. The mainboard is an Asus AT3ION-T dual core Atom board. Freenas runs happily from USB stick. I have no optical device to install Ubuntu from and would like to install Ubuntu Server to a USB stick.
View 8 Replies
View Related
Jul 15, 2009
I started to install Fedora thinking I was just going to place it in the / and /home partitions I already have but the installer only seems to give me the option to use the whole disk.I have 3 / and 3 /home partitions 2 of each are occupied by Linux Mint and Mint KDE so I wanted to use the last / and /home for Fedora.
View 6 Replies
View Related
Jan 9, 2011
I am having a small problem. I have just switched from windows 7 to Mint 10. Everything is great with the exception of I can't use my dvd and cd drives. I was able to use my dvd drive to install. Now I have been searching for answers all over the net, and still can't find out what to do. When I do a dpkg -l | grep libdvd I get,
ii libdvdcss2 1.2.10-0.3medibuntu1 Simple foundation for reading DVDs - runtime libraries
ii libdvdnav4 4.1.3-7 DVD navigation
[code]....
View 4 Replies
View Related
May 5, 2011
I just got Mint 10 DLed and I'm ready to install. I was reading around and saw that a Live USB can be done. Can anyone tell me how to do that? I also wanted to install it to a PC that isn't ready yet, but I a saw one could make a USB drive work like an OS disk. Can anyone help me with that also. All the years I've worked with PCs, I never installed an OS off a flashdrive.
View 2 Replies
View Related
Feb 26, 2011
I have heard so many good things about linux and I have heard linux mint is the easiest to use. I was really looking forward to my first Linux experience. I was disappointed to be prompted for a username and password after booting to the Live CD for mint 10. The user manual did not show this step. I searched for help on this but the two suggestions I found did not work. One told me to use mint as the username with a blank password. The other suggested using user and pass for these two fields.
View 6 Replies
View Related
Nov 30, 2010
I am wanting to add Linux Mint to my computer, but I do not have the room to really do a real install on my computer beside Ubuntu and Vista, so I want to install it on a VirtualBox machine. I have a few questions before I do so. A.) Is all this reversible? B.) It will not affect my current system. Like, if something goes wrong with the install for some reason, it will not affect my current Ubuntu OS, which I will be installing it under. C.) When it asks you to create a hard drive, that is reversible, right? And it's only used when you are using VB? D.) About the hard drive you have to create. I have 2 partitions partitions that I use mainly, my / Linux partition, and OS, which is my Windows NTFS partition. If I create the hard drive on OS, will that mess up the VB?
View 14 Replies
View Related
Aug 26, 2010
Do any programs need to be installed that aren't included in the default install of Linux Mint in order for it to allow VNC connections?
View 3 Replies
View Related
Sep 25, 2010
Can Ubuntu One be used in Linux Mint or other distros? Also, can the Ubuntu music store be accessed from distros other than Ubuntu?
View 1 Replies
View Related
Sep 9, 2010
I just installed Mint Debian version on an old desktop computer, but it doesn't play audio.
At first vlc even had the whole audio menu greyed out; I followed this, downloaded the deb and installed it. It seemingly recognized my card, but upon reboot, everything is still silent - though vlc now has the audio section accessible.
If I go under audio preferences and select hardware, no device is present.
Here's some information. code...
Any idea what to do to get audio? Everything else works, I'd hate having to wipe the partition just for this...
View 2 Replies
View Related
Aug 20, 2010
I have installed linux Mint as a first time user on an oldish laptop. How can I prevent it defaulting back to the user password screen when I am not using it for a few minutes? I'd be grateful for some pointers. Better still, can I get it t passwordautomatically?..i.e. remember password. I thought I had completed this step but it goes back to the user login which is quite annoying as I have to keep entering the password.
View 4 Replies
View Related
Mar 23, 2011
I'm looking to completely change over and need help getting rid of windows.I am currently using windows xp and am looking to use Linux Mint 10.
View 2 Replies
View Related
Dec 2, 2010
How do I map a cd drive in Linux Mint 9 that is on the same lan connection to another pc? I have 2 system running Linux Mint 9 and would like to know how to map for example the CD-ROM drive in my dell pc to the oem pc for use.
View 8 Replies
View Related
Sep 25, 2010
I recently downloaded Ubuntu, with Windows Vista dual booting. I am fed up because Ubuntu won't work with my Broadcom BCM4312 Network Connector. I have decided that I am going to install Linux Mint inplace of Ubuntu. The only thing I am worried about is: Will Mint give me the option of which partiton to put it on? I know this sounds stupid, but I am being very cautious about not deleting my files and Vista.
View 12 Replies
View Related
Jun 5, 2010
how to install or how to run Xampp on Linux Mint 7. to start with an extraction is required and this is the error that i am getting while trying to do this:
kelvin-desktop kelvin # tar xvfz xampp-linux1.7.3atar.gz -C /opt
tar: xampp-linux1.7.3atar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
[code]....
View 1 Replies
View Related
Jan 18, 2010
I can't install linux mint 7 gloria on my friend's lapt("Toshiba(old)")
should there is any version only for lapt??? should I go to Helena??? OR any other distro
processor:celeron (thinkig to eat me???that's not mine it is of my frnd's)
RAM:512MB
hd:40GB
View 3 Replies
View Related