install from network or different partition - [Solved]

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Garthhh

install from network or different partition - [Solved]

Post by Garthhh »

I don't have the ability to boot from USB or CD on this notebook
I would like to follow a procedure similar to this
https://help.ubuntu.com/community/Insta ... /FromLinux
but need to understand
where the ISO should be stored
what changes to make to this code to reflect the location of the ISO?
mkdir /tmp/install_cd
mkdir /tmp/installer

sudo mount disk-image.iso -o loop /tmp/install_cd
sudo mount /dev/sda1 /tmp/installer

sudo rsync -a /tmp/install_cd/ /tmp/installer

sudo umount /tmp/install_cd
sudo umount /tmp/installer

Replace the name of the iso to whatever you downloaded and /dev/sda1 with whatever your new partition is.

Step 3. Edit your grub configuration file (typically /etc/grub.conf or /boot/grub/menu.lst) to boot from the new partition by adding the lines

title installer
root (hd0,0)
kernel /casper/vmlinuz boot=casper root=/dev/ram ramdisk_size=1048576 rw
initrd /casper/initrd.gz
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Garthhh

Re: install from network or different partition

Post by Garthhh »

I have installed in the past using an adapter & plugging the HDD into the bus on my pc
I've done probably 10 different installs this way, but there is always some level of flakeyness
I am on 10.04lts right now, but lost the ability to boot into mint
Garthhh

Re: install from network or different partition

Post by Garthhh »

This Gateway 7330gz, does not have a boot from USB option in bios
the CD/DVD is broken & I'm not going to fix it, being unemployed
10.04 is ok, but my sound only seems to work in mint, I can't seem to find the missing package
I have been able to set static ip addresses using wicd
I have a pc [dual boot mint9 & 10.04] on this network
Locked

Return to “Installation & Boot”