Author Topic: Boot error  (Read 670 times)

Offline The Chief

  • Hero Member
  • *****
  • Posts: 2235
Boot error
« on: October 20, 2012, 01:04:39 PM »
I have recently placed one of those teeny 16 gb USB drives on my laptop (permanently) and set it to automount.  I then set up a cron job to automatically back up my Thunderbird profile on a weekly basis.  All that is working just fine.

But...  I had already set the BIOS to boot from USB, then CD/DVD and then HDD, so every time I turn the laptop on, I get an error message about no image on the drive (meaning the USB drive, I presume) - I just press enter and then every thing is fine.

Would there be anyway to eliminate that boot error message?  Without changing the boot order?  Perhaps by editing one of the config files?

Thanks...   Oh, uhhh...  standard KDE, fully updated.

Retired Senior Chief, Retired Software Engineer, Active GrandPa

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10622
  • MLUs Forever!
Re: Boot error
« Reply #1 on: October 20, 2012, 01:42:46 PM »
If the USB is permanently attached then you could write Grub to its MBR and boot from it ......
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline Yankee

  • Hero Member
  • *****
  • Posts: 1475
  • In theory, theory=practice, in practice ???
Re: Boot error
« Reply #2 on: October 20, 2012, 01:48:45 PM »
Also,

I always have my Bios set to boot from the HD.    Anything else
I touch esc or F10 or F12 depending on the machine.   Then
you make a selection which device to boot from, if any.
Anything else, USB or CD, automounts thru PCManfm in
LXDE.   etc/fstab could be modified to mount something to
a specific someplace if that is desirable, but not really needed
if it automounts to the same place all the time, always
/media/devicelabel  directory.   Should be an easy setup
then without error messages.

regards,

FF
ASUS EeePc 900HA netbook  1.6 Ghz Atom CPU  1GB RAM
160 GB internal HD    Seagate 250 GB USB portable drive 
Intel ‎Mobile 945GSE Integrated Graphics Controller
Atheros AR242x/AR542x Wireless Network Adapter
Intel (N10/ICH7 Family) High Definition Audio
Dynex 5-Button Wired Optical Mouse
LXDE

Offline The Chief

  • Hero Member
  • *****
  • Posts: 2235
Re: Boot error
« Reply #3 on: October 20, 2012, 05:16:07 PM »
Yeah - I was afraid I would have to change the boot order.   Maybe I'll just learn to live with the extra keystroke at boot up.

Don't think I'll mark this solved or whatever just yet, though - maybe someone else will come along with a brainstorm.

Retired Senior Chief, Retired Software Engineer, Active GrandPa

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10622
  • MLUs Forever!
Re: Boot error
« Reply #4 on: October 21, 2012, 03:34:57 AM »
Yeah - I was afraid I would have to change the boot order.   Maybe I'll just learn to live with the extra keystroke at boot up.

Don't think I'll mark this solved or whatever just yet, though - maybe someone else will come along with a brainstorm.

Did making it bootable not work?

MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline sling-shot

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1730
  • Satyameva Jayate | Truth Alone Triumphs.
Re: Boot error
« Reply #5 on: October 21, 2012, 08:49:07 AM »
Follow the suggestion by Just17 but edit the menu.lst on the USB drive to reduce the boot option selection delay to 0. Thus you wont even be seeing the splash for the second GRUB on the USB.
Packaging well will cure headaches of many :) But learning to package will cause headaches in many :(

AMD AthlonX2 3600+/ASUS M2NPV-VM/ATi HD4670/Onboard sound/3.5GB DDR2-533 RAM/SEAGATE 160+320GB HDD/DELL S2240L FullHD/Creative SBS370 2.1/PCLinuxOS2013/KDE4
Samsung NP305U1-A06IN | Nokia E6

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10622
  • MLUs Forever!
Re: Boot error
« Reply #6 on: October 21, 2012, 09:48:18 AM »
Follow the suggestion by Just17 but edit the menu.lst on the USB drive to reduce the boot option selection delay to 0. Thus you wont even be seeing the splash for the second GRUB on the USB.

I did not think it necessary to have any Grub files on the USB drive .....  just use the same ones as the internal HDD is using.
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline sling-shot

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1730
  • Satyameva Jayate | Truth Alone Triumphs.
Re: Boot error
« Reply #7 on: October 21, 2012, 09:52:51 AM »
Sorry. I thought it was compulsory to have grub files on the media.
So, that means only the MBR of flash drive needs to be written? And it will pick up the HDD grub files?
Packaging well will cure headaches of many :) But learning to package will cause headaches in many :(

AMD AthlonX2 3600+/ASUS M2NPV-VM/ATi HD4670/Onboard sound/3.5GB DDR2-533 RAM/SEAGATE 160+320GB HDD/DELL S2240L FullHD/Creative SBS370 2.1/PCLinuxOS2013/KDE4
Samsung NP305U1-A06IN | Nokia E6

Offline The Chief

  • Hero Member
  • *****
  • Posts: 2235
Re: Boot error
« Reply #8 on: October 21, 2012, 09:53:16 AM »
Yeah - I was afraid I would have to change the boot order.   Maybe I'll just learn to live with the extra keystroke at boot up.

Don't think I'll mark this solved or whatever just yet, though - maybe someone else will come along with a brainstorm.

Did making it bootable not work?


Don't know how I'd do that, since all it has on it is a Thunderbird profile backup.  I don't need to make it boot, I need it to be ignored in the boot process, and just mounted for data use.

Retired Senior Chief, Retired Software Engineer, Active GrandPa

Offline The Chief

  • Hero Member
  • *****
  • Posts: 2235
Re: Boot error
« Reply #9 on: October 21, 2012, 09:57:44 AM »
Follow the suggestion by Just17 but edit the menu.lst on the USB drive to reduce the boot option selection delay to 0. Thus you wont even be seeing the splash for the second GRUB on the USB.
I think it may be easier (simpler?  more elegant?)  to just move the USB to after the HDD in the boot order.  Since the machine has a CD/DVD drive, I'll probably never need to boot from the USB, but I still could by changing the boot order on start up.

Retired Senior Chief, Retired Software Engineer, Active GrandPa

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10622
  • MLUs Forever!
Re: Boot error
« Reply #10 on: October 21, 2012, 09:59:05 AM »
Yeah - I was afraid I would have to change the boot order.   Maybe I'll just learn to live with the extra keystroke at boot up.

Don't think I'll mark this solved or whatever just yet, though - maybe someone else will come along with a brainstorm.

Did making it bootable not work?


Don't know how I'd do that, since all it has on it is a Thunderbird profile backup.  I don't need to make it boot, I need it to be ignored in the boot process, and just mounted for data use.

As the setting for ignoring it is in BIOS and you do not want to change that, then making it bootable is a valid choice.

Was this stick ever made bootable?

The reason I ask is that usually the BIOS will ignore non-bootable devices.

If it was, in the past made bootable, then it is easy enough to wipe the MBR clean and it might be ignored when booting.

MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT