Jump to content











Photo
- - - - -

Trying Ubuntu, Xubuntu, Trisquel and Linux Lite

linux

  • Please log in to reply
3 replies to this topic

#1 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 21 September 2015 - 12:50 AM

I have been trying some Linux distributions as: Ubuntu, Xubuntu, Trisquel and Linux Lite.

 

As all of them are Ubuntu and flavours if you want to boot any of them from an Iso located in Isos folder on your HDD, you can use grubfordos and the following config in your menu.lst (you just need to addapt it according to each distro, to see the content of preseed folder in Iso file of each one it is better to use 7zip):

 

Thanks to Steve6375 for this menu, this is part of my menu.lst:

 

title ubuntu-14.04.3-desktop-amd64.iso\nubuntu-14.04.3-desktop-amd64.iso desde HDD
##ISO file must be contiguous on disk in this case, use Wincontig
set ISOSCAN=/Isos/ubuntu-14.04.3-desktop-amd64.iso

find --set-root %ISOSCAN%
map %ISOSCAN% (0xFF)
map --hook
root (0xff)
set try=/casper/vmlinuz
if exist %try% set kernel=%try%
set try=/casper/vmlinuz.efi
if exist %try% set kernel=%try%
set try=/casper/vmlinux.efi
if exist %try% set kernel=%try%
set try=/casper/initrd.lz
if exist %try% set initrd=%try%
echo kernel %kernel% file=/cdrom/preseed/ubuntu.seed noprompt boot=casper iso-scan/filename=%ISOSCAN% locale=en_US.UTF-8 splash -- > (md)0x220+1
echo initrd %initrd% >> (md)0x220+1
configfile (md)0x220+1

title xubuntu-14.04.3-desktop-amd64.iso\nxubuntu-14.04.3-desktop-amd64.iso desde HDD
##ISO file must be contiguous on disk in this case, use Wincontig
set ISOSCAN=/Isos/xubuntu-14.04.3-desktop-amd64.iso

find --set-root %ISOSCAN%
map %ISOSCAN% (0xFF)
map --hook
root (0xff)
set try=/casper/vmlinuz
if exist %try% set kernel=%try%
set try=/casper/vmlinuz.efi
if exist %try% set kernel=%try%
set try=/casper/vmlinux.efi
if exist %try% set kernel=%try%
set try=/casper/initrd.lz
if exist %try% set initrd=%try%
echo kernel %kernel% file=/cdrom/preseed/xubuntu.seed noprompt boot=casper iso-scan/filename=%ISOSCAN% locale=en_US.UTF-8 splash -- > (md)0x220+1
echo initrd %initrd% >> (md)0x220+1
configfile (md)0x220+1

 

In red is all you need to change according to each distro you want to test, open the Iso with 7zip to see the name used for *.seed file in preseed folder.

 

Another way is try it from a multiboot USB 2.0 made using Yumi, it extracts the content of the Isos (using 7zip) in a folder for each one of them, it uses syslinux as boot loader, creates a multiboot menu and let you add a reserved space for keep the changes (If you make some) when you boot the distro, it is also capable to boot WinPE Iso's (using a very old grubfordos v0.46a, but it works). Also from this multiboot USB you can install to a partition on HDD any of this distros after you boot from the distro (this can't be done if you are booting from an Iso on your HDD), better don't try this if you are not an advanced user.

 

I'm writing this from Linux Lite installed on the third logical partition of my HDD, this OS is very compact and fast but has LibreOffice 5.0.1.2 and some other good applications preinstaled as Safety Copies and Lite Tricks, and some other you can download from it's own site and also from Ubutu too.  It's menu looks like a Windows start menu.

 

Best Regards

 

alacran



#2 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 22 September 2015 - 04:43 AM

Just to let you know I didn't have a single problem with drivers in two machines used to test this OS's installed on logical partitions of HDD's:

 

MB Asus B75M-A, i3-3225 3.3 GHZ, 4 GB RAM DDR3 1333 MHZ &

 

MB Biostar G41D3C v7.0, Pentium Dual Core E5300 2.66 GHZ, 4GB RAM DD3 1333 MHZ

 

alacran



#3 steve6375

steve6375

    Platinum Member

  • Developer
  • 7566 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 22 September 2015 - 08:25 AM

If you use grub4dos 0.4.6a, the ISO file does not need to be contiguous (unless it is very fragmented).

http://grub4dos.chen...ries/downloads/

Some versions have bugs. I recommend version 2015-08-25 as used by E2B at the moment.


  • alacran likes this

#4 alacran

alacran

    Platinum Member

  • .script developer
  • 2710 posts
  •  
    Mexico

Posted 22 September 2015 - 10:50 PM

@ steve6375

 

Just downloaded your recommended version, I was using grub4dos 0.4.6a-2015-07-09 as you suggested before on another post.

 

I replaced grldr.mbr and grldr on my boot partition (First primary active partition)

 

BTW Yumi uses syslinux as boot loader and in syslinux.cfg file it calls grubfordos in order to load Isos this way:

 

label GRUB Bootable ISOs
menu label GRUB Bootable ISOs and Windows XP/7/8 ->
MENU INDENT 1
KERNEL /multiboot/grub.exe
APPEND --config-file=/multiboot/menu/menu.lst
 

It installed a (grubfordos) grub.exe v0.46a from 11-02-2013 on MULTIBOOT USB, I just changed it with your recommended version.

 

All working fine booting from Isos on HDD or booting from Linux Files or PE Isos in USB stick made with Yumi.

 

alacran







Also tagged with one or more of these keywords: linux

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users