unable to grub1 boot new install MX18.

When you run into problems installing MX Linux XFCE
Post Reply
Message
Author
User avatar
garthur
Posts: 3
Joined: Mon Aug 26, 2019 11:12 am

unable to grub1 boot new install MX18.

#1 Post by garthur »

Installed frugal from DVD to: /dev/sda8 (all good)
Copied lines from /mnt/sda8/antiX-Frugal-4.19.0-5-amd64/grub.entry
Put into grub1 menu.lst

kernel (hd0,0)/boot/vmlinuz-mx18 bdir=antiX-Frugal-4.19.0-5-amd64 buuid=8c8abf92-9c9c-43f1-9e30-511292cfbf05 nosplash lang=en_AU tz=Australia/Sydney persist_all
initrd (hd0,0)/boot/initrd-mx18.img

Fails unable to mount /dev onto /root/dev
Fails unable to find /sbin/init

HP PRODESK Processor 4x Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz Memory 16336MB
Any suggestions?

User avatar
anticapitalista
Developer
Posts: 4166
Joined: Sat Jul 15, 2006 10:40 am

Re: unable to grub1 boot new install MX18.

#2 Post by anticapitalista »

Since you are using legacy grub (you mention menu.lst), you will need to edit the provided grub.entry to make it grub1 compliant.
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

User avatar
garthur
Posts: 3
Joined: Mon Aug 26, 2019 11:12 am

Re: unable to grub1 boot new install MX18.

#3 Post by garthur »

for me: grub1 = legacy grub.
I updated the menu.lst file, the important lines included in 1st post.
This is how I got antiX-17 to boot.

User avatar
fehlix
Developer
Posts: 10375
Joined: Wed Apr 11, 2018 5:09 pm

Re: unable to grub1 boot new install MX18.

#4 Post by fehlix »

garthur wrote: Mon Aug 26, 2019 11:34 am Installed frugal from DVD to: /dev/sda8 (all good)
Copied lines from /mnt/sda8/antiX-Frugal-4.19.0-5-amd64/grub.entry
Put into grub1 menu.lst

kernel (hd0,0)/boot/vmlinuz-mx18 bdir=antiX-Frugal-4.19.0-5-amd64 buuid=8c8abf92-9c9c-43f1-9e30-511292cfbf05 nosplash lang=en_AU tz=Australia/Sydney persist_all
initrd (hd0,0)/boot/initrd-mx18.img
perhaps change first to /dev/sda8 , which I think in GRUB1 is (hd0,7) ( in Grub2 it would be (hd0,8) )
and adjust:

Code: Select all

kernel (hd0,7)/boot/vmlinuz-mx18 bdir=antiX-Frugal-4.19.0-5-amd64 buuid=8c8abf92-9c9c-43f1-9e30-511292cfbf05 nosplash lang=en_AU tz=Australia/Sydney persist_all
initrd (hd0,7)/boot/initrd-mx18.img
HTH
:puppy:
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

User avatar
anticapitalista
Developer
Posts: 4166
Joined: Sat Jul 15, 2006 10:40 am

Re: unable to grub1 boot new install MX18.

#5 Post by anticapitalista »

Ah yes.

Shouldn't (hd0,0) be something like (hd0,7) if the frugal install is on sda8?
anticapitalista
Reg. linux user #395339.

Philosophers have interpreted the world in many ways; the point is to change it.

antiX with runit - lean and mean.
https://antixlinux.com

User avatar
garthur
Posts: 3
Joined: Mon Aug 26, 2019 11:12 am

Re: unable to grub1 boot new install MX18. (solved)

#6 Post by garthur »

All my kernels and init ram fs files are in sda1 because grub1 wont access the higher partitions.

My fault. somehow I copied the wrong initrd file. all good now.

Post Reply

Return to “Installation”