Grub2 Options ? Advise needed ...


Recommended Posts

Hi, at the moment I have a Triple boot config consisting of Win7, Win8 and Win7. This is how I want it and I like it this way. So, my question is, if I install a new Linux distro is it possible for me to put Grub2 onto a USB stick? This way ( i think ) if I boot my laptop without the USB inserted it will show the Windows boot loader but if I boot with the USB inserted it will load up Grub2 and allow me access to Linux. I'm thinking that this has a 2 way benefit, one it will not screw with the Windows loader and secondly it will protect access to Linux if the USB stick is not present. Is this possible and if so is it just a case of selecting the USB when it comes to the Grub2 install or am I way off the mark? Many thanks.

Link to comment
https://www.neowin.net/forum/topic/1131380-grub2-options-advise-needed/
Share on other sites

Yes it is possible, just install your linux distro as normal but do NOT install a boot-loader, or, when booted up mount the USB as /boot, e.g.

mount /dev/sdf1 /boot

and install as normal and I would think it'd install the grub mbr to /dev/sdf.

n_K is correct. You can choose which disk to install the bootloader to from most Linux distro's installers, but its easy to miss the prompt.

You might also consider downloading Super Grub2 Disk and putting that on your flash drive or a CD. It will let you boot most Windows or Linux installations even if the MBR is missing or corrupt.

Having not done this myself, I just want to be clear. I could install the distro of my choice to a partition on my Hard-Drive. And not install grub. That way I can still book directly to windows. However I could install grub onto my USB stick and have it so that if the USB stick is inserted on boot, it will give me the grub boot menu letting me pick either windows or linux?

Having not done this myself, I just want to be clear. I could install the distro of my choice to a partition on my Hard-Drive. And not install grub. That way I can still book directly to windows. However I could install grub onto my USB stick and have it so that if the USB stick is inserted on boot, it will give me the grub boot menu letting me pick either windows or linux?

That is correct. Super Grub2 Disk offers an easy way to do auto-detection of installed operating systems, but you could just as easily have a GRUB installation on a flash drive with a custom menu allowing OS selection. Although there are many variations of methods to accomplish this, everything other than the aforementioned Super Grub 2 Disk require some work in terminal an a minimal working knowledge of GRUB menu scripting. Since most people don't want to do this, as it creates more of a hassle, no distro that I know of makes it "1-click" or "2-click" simple to accomplish. That's why I didn't recommend anything else to the OP. Based on your other posts, I believe that you would be able to pull off a more elegant solution. Let me know if you want me to provide such instructions.

That is correct. Super Grub2 Disk offers an easy way to do auto-detection of installed operating systems, but you could just as easily have a GRUB installation on a flash drive with a custom menu allowing OS selection. Although there are many variations of methods to accomplish this, everything other than the aforementioned Super Grub 2 Disk require some work in terminal an a minimal working knowledge of GRUB menu scripting. Since most people don't want to do this, as it creates more of a hassle, no distro that I know of makes it "1-click" or "2-click" simple to accomplish. That's why I didn't recommend anything else to the OP. Based on your other posts, I believe that you would be able to pull off a more elegant solution. Let me know if you want me to provide such instructions.

well, I would be going with arch, and part of the guide is installing grub. I can probably just modify that step so that instead of installing to /dev/sda1 it installs it to a usb mounted partition. I'll give it a shot tomorrow and let you know

Yep. When installing arch, do NOT make a seperate boot partition on your hard drive, make that on the USB as ext2 and mount that as /mnt/boot, so eg;

mount /dev/sda2 /mnt

mount /dev/sdf1 /mnt/boot

then in the grub commands, use the sdf or USB drive, I'm not sure if you even need to provide the drive anymore or if grub picks it up from what device /boot is mounted on.

Yep. When installing arch, do NOT make a seperate boot partition on your hard drive, make that on the USB as ext2 and mount that as /mnt/boot, so eg;

mount /dev/sda2 /mnt

mount /dev/sdf1 /mnt/boot

then in the grub commands, use the sdf or USB drive, I'm not sure if you even need to provide the drive anymore or if grub picks it up from what device /boot is mounted on.

That is one way to pull it off, but there is a slight problem with that method. Namely, since your kernel is located on a partition on your flash drive, you will need to have it installed and mounted each time you perform a kernel update. Furthermore, when you install a new kernel in most distributions (although not Arch or Gentoo AFAIK), your grub.cfg will be regenerated - potentially causing some inconsistency.

A better method would be to leave /boot on your hard drive, and opt not to write GRUB to the MBR. Then install GRUB to the EXT2 partition on your flash drive, and write a grub.cfg that will automatically launch GRUB from your hard disk (via core.img or by loading the config file). The advantages of this method are that you don't need to have the flash drive mounted to perform kernel updates or anything else related to your system, just to boot it. You can safely remove the flash drive after Linux starts booting because init never mounts the flash drive or requires any files from it. Additionally, you have the option of limiting which installations it will automatically boot by probing for your /boot partition's UUID, including a custom "recovery kernel", or scripting other cool stuff. It takes more work than the first method initially, but its easier in the end (not to mention more elegant, which I believe is the Arch philosophy - and a leading reason why pacman should be put out of its misery).

it will protect access to Linux if the USB stick is not present.

If you have reached a point that someone wants access to your machine and is willing to spend the effort to by-pass any passwords, this will not be enough. The file system needs to be encrypted, sure keep the USB to kick start the process but only know this adds only a layer of irritation. Most likely an attack would occur while the OS was in operation or the machine has left the premise and they probably would not make use of your hardware anyways.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft fixes one of Excel Copilot's most frustrating limitations by Usama Jawad Microsoft began integrating Copilot into Excel a couple of years ago and has been upgrading it with new functionalities since then. While some changes have been controversial, Microsoft is hoping to win over users by allowing them to be more productive via Copilot. To that end, it has now announced a Copilot improvement that may actually be appreciated by people who use it regularly. Excel customers often use the Copilot prompt box to issue instructions to format and customize their data, but it can become quite tiring to keep repeating the same instructions again and again. Microsoft now allows you to define Copilot personalization rules for formatting, naming conventions, formulas, and report styles. These can be accessed via Settings > Personalization, where you can explain your rules in natural language like "Always format currency in USD with no decimals", and just let Copilot take care of the rest. Microsoft is going a step further in this direction by allowing you to set workbook rules too. These rules are stored as a .Rules sheet, and are preserved while the workbook is shared. This fosters collaboration while making sure that standard rules govern the Copilot editing experience across the organization. Other advantages of this capability include pointing it to specific examples, defining dynamic formulas, and referencing an entire sheet and asking Copilot to infer rules based on that. You can leverage this feature by opening Copilot in Excel, clicking on "+", and selecting Create workbook rules. If you have an existing .Rules sheet, you can simply start listing the rules in column A as well. Personalization features are available to all Copilot in Excel users across the web, Mac, and Windows. Meanwhile, workbook rules are currently being previewed for Windows and Mac customers on the Insiders channel. General availability is scheduled after a few weeks, but a concrete date is currently unknown. Overall, the Excel capability is quite similar to ChatGPT's memory features, which allow you to permanently store items in the AI model's context window.
    • Imagine you still haven't discovered Total Commander that is doing all those things for three decades already...
    • This sounds like underneath the nice marketing spin, either someone at Adobe got tired of their lazy devs and asked Microsoft to help them sort at least some of Adobe's ancestral spaghetti code to make it go faster, or Microsoft wanted Adobe's crap to run better on Windows to make it look better when compared to Apple, so they offered to intervene. Either way, GOOD.
    • My favorite file manager for Windows 11 finally gets a long-requested feature by Taras Buria Files is among the best File Explorer alternatives for Windows 10 and 11. This free app is packed with all sorts of features and conveniences, but there is one crucial feature that is still missing—Tree View. Fortunately, the latest update in the Preview channel finally delivers it. With version 4.1.4, which is now available for download in the Preview channel, developers implemented Tree View, a new mode that displays folders in an expandable hierarchy. Windows 11's stock File Explorer always had this feature, but it was nowhere to be found in Files until now. Starting with the latest preview update, you can expand each drive and its nested folders without leaving the current location and then open the folder you need in the main view. To try Tree View in Files, update the app to the latest preview version, then click the small arrow next to a drive to expand its content. The developers say they are rolling out Tree View in Preview first to gather feedback from users and improve the feature before bringing it to all in the stable channel. In addition to Tree View, Files 4.1.14 improves the Windows Fonts folder. You can now preview each font directly in Files with no need to open the built-in font viewer. For now, these two features are only available in the Preview channel. For those using the stable release, developers recently released version 4.1.3, with improvements for the built-in tag system, on-demand folder size calculation, and plenty of various fixes. You can check out the full release notes here. You can download Files from the Microsoft Store (paid version) or its official website (free).
    • Who is paying for this 30x scale-up? Its sounds expensive.
  • Recent Achievements

    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
    • Week One Done
      Prasann earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      519
    2. 2
      +Edouard
      174
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      81
    5. 5
      ATLien_0
      68
  • Tell a friend

    Love Neowin? Tell a friend!