Boot from ISO
From MEPIS Documentation Wiki
(Redirected from Boot From ISO)
Contents |
These are basic instructions to boot MEPIS from an ISO rather then from CD.
[edit]
Requirements
- A functioning GRUB (on a floppy, a HD-Installation or the Live-CD)
- A MEPIS ISO Image
- A partition that will not be used during installation
[edit]
Get MEPIS ISO
Use the Get MEPIS page to obtain the latest MEPIS ISO and download the image to your Desktop.
[edit]
Configure System
- Right mouse click on the ISO and go to Actions->Mount (as Root) iso to /mnt/temp
- Type in your root password when you are prompted for it
- Click on K->System->File System->File Manager - Super User Mode
- You will again be prompted for the root password in a pop-up window
- Navigate to /mnt/temp
- Copy the mepis directory to the root directory, /, of whatever partition that you would like. This can even be a windows partition if you so choose.
- Click on the boot directory
- Copy the vmlinuz and initrd.gz to the /mepis directory that you just copied.
[edit]
Configure GRUB
In order to make this work you will need a entry in your /boot/grub/menu.lst file to boot the image.
- Got to K->System->File System->File Manager - Super User Mode
- Type in your root password when you are prompted for it
- In the address bar type in:
/boot/grub
- Click on the menu.lst file to edit it
- Add the following section to the bottom of the menu.lst file:
title MEPIS ISO kernel /mepis/vmlinuz init=/etc/init apm=power-off vga=791 quiet initrd /mepis/initrd.gz
Alternatively, one could use the fromiso cheat code (in this case there is no need to copy MEPIS directory to the root directory), example of GRUB entry:
title MEPIS ISO at hda1 kernel (hd0,0)/mepis/vmlinuz apm=power-off vga=791 quiet fromiso=/mepis/SimplyMEPIS-CD_7.0-rel_32.iso initrd (hd0,0)/mepis/initrd.gz boot
That (hd0,0) after the kernel and initrd entries are partition names, see Editing the GRUB menu.
[edit]
Reboot
After rebooting your should see your entry in GRUB. Highlight the new entry and boot from the ISO.
[edit]
Possible Gotchas
- My monitor is not detected when I boot and I get a blank screen
- Since you are not being prompted to select your screen resolution it may not be properly detected. Add the xres parameter to your kernel options. The default is:
xres=1024x768
- Since you are not being prompted to select your screen resolution it may not be properly detected. Add the xres parameter to your kernel options. The default is:
- During the install the keyboard and and localization is not properly set
- Again since the normal parameters are not being passed from grub this must be done manually by adding the localization parameter to your kernel options. The default is:
en
- Again since the normal parameters are not being passed from grub this must be done manually by adding the localization parameter to your kernel options. The default is:

